|
Browse Blog Posts by Tags
All Tags » C# 3.0 ( RSS)
-
This post has been sitting in my drafts for months! Because my friend Phil just posted his post on Lambda Expressions I'll simply link to his post and present the rest of this as supplemental examples. // Delegates // My Blog Engine is having trouble showing these so there may be some extra spaces public...
-
This is just a quick post. I had a bug where any time I tried to compile a WPF project on my laptop I got the following pair of errors: Error Message 1: The "SplashScreen" parameter is not supported by the "MarkupCompilePass1" task. Verify the parameter exists on the task, and it...
-
Recently I have been doing a lot with threading. This is a concept that used to be very difficult for me and now is only just difficult! Threading is becoming increasingly important as modern processors are not getting faster, they are getting more cores. In order for a application to utilize any of...
-
The term "circular dependency" may be foreign to some programmers (especially if you do Java as it is a pretty common practice). However, anyone who has done some scripting for a referential database knows that you have to run scripts in a certain order. Running scripts out of order causes...
-
A few weeks ago I gave a presentation on Silverlight at the Utah Code Camp . I was really impressed by a presentation I saw last time on Ruby and everyone really liked the cheat sheet that was provided. For my presentation this year I created an XAML Cheat Sheet. For those who are learning XAML it is...
-
As promised by Microsoft when Visual Studio 2008 launched late last year, there is a service pack for available both for the .Net framework 3.5 and Visual Studio 2008. Information about the release can be found on ScottGu's Blog and mostly include bug fixes and performance enhancements, but the points...
-
I am a little behind on my Blog but I wanted to be sure and post my notes from January's NUNUG meeting on Visual Studio 2008 and the new features in the C# 3.0 framework. I also wanted to post notes from a remoting presentation I did for STG a year or so ago. Enjoy! Downloads .NET Framework 3.5 Presentation...
-
I have decided to open source a project that I have been working off and on since 2003. I have always been a big fan of code generation and felt like I knew what it takes to do it right. iGen is actually the second separate attempt. My original attempt is named SmartDAL and is also included in the downloads...
Page 1 of 1 (8 items)
|
|
|