Tuesday, May 5, 2009

Design Patterns

Ever needed a solution for a software problem ? With a Solution Patterns you can resolve the problem on a proven way.

Microsoft provides an overview of the Enterprise Patterns used in .NET (See online HTML or download PDF )

And not to forget the list of GoF

Tuesday, March 31, 2009

Debugging in ASP.NET

During a show of .NET Rocks, I heard about Tess Ferrandez, a Microsoft escalation Engineer. On her blog "If broken it is, fix it you should", she tells about debugging and even has .NET Debugging demos on her site.

These are all about:

  • Hangs
  • Crashes
  • Memory/Leaks

On her blog you really learn a lot about debugging.

Check it out !