Thoughts on Software Development, .Net, OOP, Design Patterns and all things cool
Browse by Tags
All Tags »
.Net IDE (
RSS)
-
|
Today as I was diving further into my Linq2Sql Odyssey I ran into a need to do grouping on data. Bud not just single column grouping, I needed to group by multiple columns from multiple tables. Because it took me a few minutes to get right...
|
-
|
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,...
|
-
|
Sharing configuration files between multiple projects in Visual Studio is a simple task, but it is not intuitive in how it is done. In fact, until recently I did not know how to do it via the IDE, I would always hand edit the .sln file to enable...
|
-
|
Just wanted to dump a quick how-to on doing branch to trunk merges in VS Team. It is pretty simple really, only a few steps. Pull the latest of the branch to your local disk Pull the latest of the trunk to your local disk Merge and Pray (more on this...
|
-
|
So, you wanna know how good or bad your application really is? Setup your IDE to break on all thrown exceptions. This will really let you know how good or bad your application is. This is also great way to find a pesky unhandled exception...
|
-
|
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...
|
-
|
As I am sure most of you are aware, Microsoft has released the VS 2008 IDE to MSDN subscribers yesterday. I decided to give it a download and take it for a twirl. I thought I would must dump a few random thoughts from my hour or so of 'playing'...
|
-
|
Anyone who has coded with me knows that I am pretty anal about code layout and #regions in my class files (Lou, Ken I am sure you will attest to that). I like to have my code organized so that I can quickly find stuff later and I think #regions are the...
|
-
|
After you have installed Visual Studio 2005 you are prompted to ‘choose’ the default collection of settings for your environment. Depending one what choice you chose will dictate your keyboard mappings, your menu options, etc. What do you do if you don...
|
-
|
Has anyone else seen this message when trying to compile a solution? My dev box has 2 gigs of memory with about 1 gig free when i get this. I get this about once or twice a week. The only way to get around this is to restart the IDE, kinda annoying.....
|
-
|
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...
|
-
|
How many of you out there have ever had your VS 2005 IDE find stop working? I know I have, and boy is it freaking annoying. The problem is, i have yet to determine what I do to get it to stop working. The good news is, there is a way to get it back. You...
|
-
|
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...
|
More Posts
Next page »