It's time to rethink how we store user information. You don't need as much as you think you do. Consider...Reddit's database was stolen a little over a year...
0 replies - 172 views - 07/07/08 by Schalk Neethling in News
We as passionate developers (or
managers, CTO’s, help desk jockeys…etc) have one thing in common, we
are attracted like moths to a flame towards the latest...
1 replies - 573 views - 07/03/08 by sarajo in News
Problem: Store some common data in a singleton or static class about your program in an object array, which you
store in a class. It saves state between usages...
0 replies - 765 views - 07/03/08 by smallenDNP in News
The ASP.NET ViewState is a client side state management technique which enables web pages to persist their state during postbacks. In the life cycle of a page,...
0 replies - 321 views - 07/03/08 by gilf in News
This month we have even more then in May in fact, we have almost tripple, we cover topics such as Deliver Next-Generation SOA Apps with Microsoft Robotics...
2 replies - 655 views - 07/02/08 by Schalk Neethling in News
The BBC has been using Microsoft technologies for widgets that are used by "hundreds of thousands of users". And they have just publicly stated that...
0 replies - 370 views - 07/02/08 by BenForta in News
There are two types of state management - server side and client side. In this post I'm going to introduce the client side state management and explain when to...
0 replies - 261 views - 06/30/08 by gilf in News
I've been collecting book recommendations on software design
principles and patterns, test-driven development, and agile
development. I wanted to share my...
1 replies - 319 views - 06/30/08 by Stephen.Walther in News
In the recent article An Introduction to Software Factories, Gunther Lenz discussed the motivation for Software Factories, the basic building
blocks, and how...
0 replies - 164 views - 06/30/08 by Aslam Khan in Articles
DZone has the very first quick reference card for Silverlight 2. Light up the web! Silverlight is Microsoft’s offering for designing, developing, and...
0 replies - 502 views - 06/29/08 by Jill Tomich in News
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...
1 replies - 829 views - 06/27/08 by alley in News
Given a Pair<T, U> type in Java, Scala or C#, such as Map.Entry, Tuple2 or KeyValuePair respectively, you can construct type-checked variadic...
0 replies - 1636 views - 06/25/08 by Ricky Clarkson in Articles
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 - 448 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 - 253 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...
0 replies - 217 views - 06/23/08 by raasiel in News