- Windows 8 Platform and ToolsAs a developer of Microsoft technologies I alway think about what programming model and tools are provided by the platform. On Microsoft new operation…
- How to Gain Technical WisdomI previously blogged about technical wisdom here. Here's the my definition of that: Technical wisdom: Knowing why a particular solution is a bad idea even…
- WCF Service Message Timeouts, Size Limits, Tips and TricksIs your WFC Service hitting the Maximum Limits set on the default service configurations? Open up the artificial constraints of the WCF Service Debugging…
- SortedDictionary and SortedListApart from Dictionary<TKey, TValue>, there's two other dictionaries in the BCL - SortedDictionary<TKey, TValue> and SortedList<TKey, TValue>. On the face…
- Microsoft All-In-One Code Framework Sample Browser v4 Released – A New Way to Enjoy 700 Microsoft Code Samplesimage Today, we reached a new milestone of Microsoft All-In-One Code Framework. It gives me great pleasure to announce our newest Microsoft All-In-One…
- Silverlight Cream for October 04, 2011 -- #1156<table cellspacing="10" cellpadding="0" border="0"><tbody><tr><td>In this Issue: <a href="#20111004Damian Schenkelman"><u>Damian Schenkelman</u></a>, <a…
- MVVM Light Toolkit for Windows 8 (preview) #mvvmlight #win8I was very optimistic when I first saw Metro style apps coded in C# on Windows 8, because for the most part they are not much different than the well…
- SilverlightShow for Sept 26 - Oct 02, 2011Check out the Top Five most popular news at SilverlightShow for SilverlightShow Top 5 News for September 26 - October 02, 2011.
- Silverlight Cream for October 03, 2011 -- #1155<table cellspacing="10" cellpadding="0" border="0"><tbody><tr><td>In this Issue: <a href="#20111003AfricanGeek"><u>AfricanGeek</u></a>, <a…
- Silverlight Cream for October 02, 2011 - 2 -- #1154<table cellspacing="10" cellpadding="0" border="0"><tbody><tr><td>In this Issue: <a href="#20111002Justin Angel"><u>Justin Angel</u></a>, <a…
- Uncaught exceptions in Task threads will kill IIS - even with WCF error handlingYes, all unhandled exceptions will kill the IIS worker process, but in WCF you can tag an IErrorHandler onto your service behavior and all unhandled…
- Why NuGet for Visual Studio 2010 is so useful!Recently I delivered a session at Virtual TechDays on why NuGet is so useful. As a part of the demonstration, I was showcasing how it automatically allows…
- Application pool crashing issueHere is the interesting problem of the week... finally figured it out! All of a sudden this Monday, our clients started getting "Service Unavailable"…
- SilverlightShow for Sept 19 - 25, 2011Check out the Top Five most popular news at SilverlightShow for SilverlightShow Top 5 News for September 19 - 25, 2011.
- Developing ASP.NET MVC 4 Applications on Windows 8 Developer PreviewWell, as mentioned in my earlier posts, the ASP.NET MVC 4 has Developer Preview has been released. You might notice quite a bit of this term “Developer…
- Silverlight Cream for September 27, 2011 -- #1151<table cellspacing="10" cellpadding="0" border="0"><tbody><tr><td>In this Issue: <a href="#20110927Pete Brown"><u>Pete Brown</u></a>, <a…
- How to add attributes to classes generated by LINQ2SQL or Entity Framework?INTRODUCTION In these days Microsoft developers tend to compose their Data Access Layers using LINQ2SQL or Entity Framework most of the times. The good…
- Breaking change: Raising PropertyChanged with string.Empty in WinRT / Windows 8In the developer preview of Windows 8, I just noticed a breaking change in the way that data bindings react to the PropertyChanged.aspx) event.
- Dealing with types in WinRTAnother quick tip: Most of the interaction with the System.Type class in Windows 8 is now done through the TypeInfo.aspx) class. An instance of TypeInfo…
- C#/.NET Little Wonders: String Padding and Trimming - Not Just for Spaces!Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to…
