Devlico.Us
All Tags » .Net IDE (RSS)
CodeBetter.Com

Browse by Tags

  • Multi-Column Grouping with Linq2Sql

    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, I thought I would share my experiences. Imagine...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 04-30-2008
  • How to have a Single Config File for multiple developers

    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, today I thought I would chat about the different ways...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 04-16-2008
  • How to share configuration files between projects

    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 this feature (sad I know).  Today I thought...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 04-15-2008
  • The VS Team Branch Merge Dance Explained

    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 at a later date) Yea sounds pretty easy right.......
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 02-14-2008
  • Breaking on exceptions reveals the ugly truth of your application

    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. To tell your IDE to break on thrown exceptions...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 02-04-2008
  • Using System.ComponentModel Attributes to your advantage

    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 on both controls and components.  In addition...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 01-30-2008
  • Debugging .Net Framework Source from VS 2008

    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 release of the source, check out Scott Guthrie's...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 01-17-2008
  • Overuse of #Regions

    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 their disapproval for regions if you are interested...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 01-15-2008
  • Initial thoughts on VS 2008 and .Net 3.5

    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' with it. It appears to be running MUCH faster. However...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 11-20-2007
  • Regionerate, a Code Layout tool for C#

    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 greatest thing since sliced bread to archive this...
    Posted to Derik Whittaker (Weblog) by Derik Whittaker on 07-04-2007
Page 1 of 2 (16 items) 1 2 Next >

Our Sponsors

Red-Gate!