Skip to main content

My Plans for this Blog

I intend to post new things I learn or run into or that come to mind on at least a weekly basis. Sometimes may be daily. I'm planning on starting after the course ends so I do disturb the peace of the final project.
You have options to unsubscribe yourself from this Blog site completely and you are welcome to stay as you fell like it. It's all up to you.
I also would be open and willing to respond to those tough questions you may run into assuming the volume of questions would be manageable...... Knowing you guys, I think it will be very quite in this neighborhood.

Comments

  1. Thats awesome because I feel like there is a lot more we could learn from you, and there's only so much time in the semester.

    ReplyDelete
  2. Thanks for the offer. I'll definitely take advantage of it.

    ReplyDelete
  3. Thank you! I'm not promice to be very active on this blog :), but I will defenely here if my future will be with c#.
    I wish I will have c# job and have teachers in future like you :).

    ReplyDelete

Post a Comment

Popular posts from this blog

Track Files in Visual Studio

By default, Visual Studio’s Solution Explorer will update its selected item based on the currently active document. This is extremely annoying as it keeps expanding your projects and folders until your solution explorer becomes unmanageable and unusable, unless you collapse all Projects (Only available if you have Visual Studio Power Commands) installed) and even then, after collapsing the entire solution, the saga returns back. Turn off Active tracking 1. Turn your Active tracking off by going to Tools > Options 2. Select “Projects and Solutions” node 3. Uncheck the “Tack Active Item in Solution Explorer” Add a macro to do on-demand tracking 4. Tools > Marcos > Macro Explorer 5. You will see “MyMacros” Module (Node). Right mouse click on MyMacros and invoke “New Module…” 6. Name it anything you like. I Named it Utilities 7. Right mouse click on Utilizes and invoke “new Macro…” menu. The Macros IDE window opens. 8. Paste in the following into it within the Publ...