DevDevin

  Home  |   Contact  |   Syndication    |   Login
  105 Posts | 0 Stories | 37 Comments | 29 Trackbacks

News

Archives

Post Categories

Blogworthy

Design Patterns

Recommended Books

Programming

Programming techniques etc.
http://msdn2.microsoft.com/... (It has links to things such as the C# language specification and a reference guide to the CIL Instruction Set)
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

A few good write-ups on performance: http://www.acm.org/ubiquity... http://www.panopticoncentra
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I just got done with a long afternoon of implementing a Windows Service to self-host my WCF service. It was a bit trickier than I thought it would be so if I can save you the headache I'll be happy. A good place to start is by reading these two MSDN articles: http://msdn.microsoft.com/m... http://msdn.microsoft.com/m... Next, you'll want to understand these support articles: http://msdn2.microsoft.com/...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

A nice little article on leveraging MSMQ in .NET: http://www.builderau.com.au
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

If asynchronous programming in ASP.NET is something you haven't been doing, then you'll want to check this article out: http://msdn.microsoft.com/m... Instead of spending more $ on new servers or hardware you might be able to utilize async Pages, Handlers, and Modules to lessen the amount of threads waiting to execute
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

This article proposes some great ways of making common sequences of operations on lists more reusable in .NET: http://msdn2.microsoft.com/... It reminds me of some of the built-in set operations that are available in the SmallTalk programming language
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Here is a useful article containing an overview of the new simplified thread synchronization capabilities in Windows Vista: http://www.codeguru.com/col... These include CONDITION_VARIABLE, AcquireSRWLockExclusive/Rel... and AcquireSRWLockShared/Releas
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I came across this simple, but useful article demonstrating how to use the built-in .NET GZip compression/decompression capabilities. It also mentioned this SharpLibZip open-source compression/decompression library that would allow you to open the file easily using WinZip. UPDATE: forgot to post the article link (whoops!) http://www.codeguru.com/csh...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

A decent article on Events and Delegates in .NET: http://www.codeguru.com/csh
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

http://msdn.microsoft.com/m... Richter describes how to use the Concurrency and Coordination Runtime (CCR), a lightweight distributed services-oriented architecture and a common language runtime (CLR)-based library included in the Microsoft Robotics Studio toolkit. "The CCR library is a managed DLL that greatly simplifies these tasks for the programmer. The CCR offers a number of classes allowing developers a simple object model that they can...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Full Programming Archive