Thoughts on Software Development, .Net, OOP, Design Patterns and all things cool
Browse by Tags
All Tags »
.Net IDE »
Development (
RSS)
-
|
In my last post I talked about how you can share a single config file among multiple project in a solution. One of the feedback comments I got was how to have a single config file for multiple developers or even multiple environments. So,...
|
-
|
The System.ComponentModel namespace (more information here ) in .Net contains an array of various attributes that every .Net developer should know about. These attributes provide a way for the developer to implement design-time and run-time behavior...
|
-
|
As you may have heard, Microsoft has released the .Net framework source to the world. No, you cannot make changes or additions, in fact it is being released under the Microsoft Reference License . If you would like more information about the...
|
-
|
Before I get started, I personally am a fan of using #regions in my code. I think it cleans up everything, allowing me to only see what I want to see. I also know that many of you disagree with me, and that is fine. Here are 2 posts that voice...
|
-
|
I just came across a great blog entry that compares the different attributes in both MSTest and NUnit. In this post the author also talks about some of the differences between MSTest and NUnit. This is a great post, just wish I would have stumbled across...
|
-
|
Like a ton of other developers out there I went out this week and downloaded all the new .Net 3.0 stuff so i could play around and educate my self. Well, educate myself I did. Now, let me just say that I have been a dedicated WinForms developer for the...
|
-
|
[NOTE: Before you read this, please understand I am a WinForms developer so I can only tell you that I know the code in this article works on WinForms. I assume it will work for WebForms, but not sure.] How many times have you been working on a WinForms...
|
More Posts