So, I finally got a chance to sit down and finish up the jQuery for Asp.net Mvc preview 3. If you haven’t already read Scott’s post about preview 3, you...
2 replies - 11144 views - 06/27/08 by alley in News
In .NET 2.0 and above the SyncRoot was removed from the Dictionary and
Hastable classes which meant you can't create thread-safe versions of
these anymore....
0 replies - 2563 views - 06/24/08 by Schalk Neethling in Tips and Tricks
Without any physical data access layer, there's no way to
build abstractions on top of it. So, in this part of this series we'll
take a look at some very...
0 replies - 1796 views - 06/24/08 by bdesmet in News
When I first read about weak references in .NET more than 5 years ago, my first thought was to use it for Caching. The concept was
already present in Java...
1 replies - 2237 views - 06/23/08 by raasiel in News
As the release of Silverlight draws near, DevExpress has invested the engineering resources needed to deliver a feature-rich grid control for Silverlight. Not...
0 replies - 1118 views - 06/21/08 by Schalk Neethling in Announcements
With much fanfare Apple announced the availability of the iPhone SDK.
I downloaded it and someday plan to play around with it, though with
the SDK already...
3 replies - 3630 views - 06/19/08 by Aaron Lerch in News
Consider a
simple web application that requires user input in some fields, lets
say some search box. Suppose a user types the following string in...
0 replies - 14154 views - 06/18/08 by Schalk Neethling in News
If you are a C# developer you're familiar with the using
directive. It appears at the top of every one of your class files
informing the compiler what...
0 replies - 5726 views - 06/16/08 by Schalk Neethling in News
In the first part of this article,
I tried to define a Users & Favorites scenario and the things to
keep in mind about Linq to SQL. In this post I’ll...
0 replies - 2250 views - 06/16/08 by sidarok in News
Implementing a WCF forwarding router
consists of providing an endpoint with a generic contract which accepts
untyped messages. These messages can then be...
1 replies - 2809 views - 06/11/08 by sashag in News
In the .NET framework memory control is mostly
autonomous and is controlled by the CLR. Although in managed languages
we do not care much about controlling...
0 replies - 4320 views - 06/10/08 by raasiel in News
If you ever need to traverse each xml element in an xml document , you
may want to implement your own XmlEnumerable. I've had some issues with
the .NET XML API...
0 replies - 1438 views - 06/09/08 by Schalk Neethling in News
In case you don't already know, the ActivityId
is something we use to correlate trace events when logging so we know
which 'start' goes with which 'stop'...
0 replies - 798 views - 06/07/08 by Josh Twist in News
In WPF Dialogs are quite different from Windows Forms. The behavior is still the same i.e when you have a Dialog opened (by calling the ShowDialog() method)...
0 replies - 3290 views - 06/06/08 by Marlon Grech in News
This is the first edition of the monthly post that collects not to be missed articles from around the web that relates to .net. The amount of articles may vary...
0 replies - 1991 views - 06/01/08 by Schalk Neethling in News