Creating Event Handlers in C# The Definitive Guide
Ok Chris Love, this one’s for you. Here is how you create an event handler in C# using Visual Studio. Here is a form I built in a matter of seconds. I know, we’ll discuss my mad design skills later....
View ArticleAugust 26th – Visual Studio Tips and Tricks with Sara Ford
The first meeting for Hub City NUG will be held on August 26th on the campus of the University of Southern Mississippi at the Liberal Arts Building Room 205 starting at 7:00 PM with refreshments...
View ArticleRe-Enabling Features in CodeRush v2009.1.2 After They Are Disabled
After installing the new Coderush v2009.1.2 release for Visual Studio I broke one of my templates using the new disable feature. There is a new feature in the release that tells you what CodeRush did...
View ArticleHow To Have Visual Studio Load XSD Schemas Automatically
At work we include XSD schemas in our Framework to allow developers to configure their web.config or app.config files and get Intellisense. This helps to make sure they don’t make mistakes when they...
View ArticleVisual Studio Tutorial: Part 1 – Overview and Layout
New to Visual Studio and .Net development? If so, this short eight minute video will get you started in learning how to use Visual Studio to develop on the .Net platform. In this first installment...
View ArticleVisual Studio Tutorial – Part 2 – Our First Project
After over 6,600 views on the previous Visual Studio tutorial and multiple comments like “When is part two coming out?” I finally find the time to record and produce part two of this series. This...
View ArticleMy Visual Studio Color Settings
Several people asked me today what settings I use for Visual Studio after I twittered the following earlier today: Here’s what my environment looks like. I use a dark theme. I can’t tell you how...
View ArticleTechEd 2010 .NET From Scratch Slides
TechEd 2010 was in New Orleans last week and I had the pleasure of doing a full day pre-conf session at TechEd. Pre-confs are longer sessions where attendees can get into more details. This year I...
View ArticleDeep Fried Bytes Episode #57: Getting the Details on Recent Silverlight 4...
http://deepfriedbytes.com/podcast/episode-57-getting-the-details-on-recent-silverlight-4-updates-from-john-papa/ In this episode Woody sat down shortly after Silverlight 4 was updated in May 2010 with...
View ArticleTaking TFS Offline in Visual Studio to Work Locally With Git and PowerShell
I have been using Git (a distributed version control system) more and more lately. At work we are currently using Team Foundation Server (TFS) for our source control. Doing something as simple as...
View Article