Archives
-
.NET StockTrader 2.03 Sample Application Released
Version 2.03 of the .NET StockTrader sample application was released. Key features are:
-
New Downloads
Service Pack 3 for SQL Server 2005 has been recently released. You can get it here. Note that now there are different versions depending on what SQL Server you are using (Express, Express with Advanced Services, etc).
-
State Machines With Enumerations
I have written a simple set of classes (two, actually) that can be used to implement a simple state machine over an enumerated type (enum).
-
Announcing Isolator for Sharepoint : Unit testing for sharepoint made easier (and a free license!)
Typemock are offering their new product for unit testing SharePoint called Isolator For SharePoint, for a special introduction price. it is the only tool that allows you to unit test SharePoint without a SharePoint server. To learn more click here.
-
The HTML <button> Tag
Some of you may not know about the HTML <button> tag. It is part of the W3C Standard for HTML 4.01 (http://www.w3.org/TR/html401/interact/forms.html#h-17.5) and has an additional feature that is not available with the ordinary <input type="button"> tag: the ability to add structured content to a button, such as images.
-
Configuration Items List 2
I've made changes to the list of software I regularly use. Here is the updated version;
-
Microsoft Chart Controls for Microsoft .NET Framework 3.5
Great news! Microsoft has released a collection of free charting controls for both ASP.NET and Windows Forms! The only inconvenience is that they only work with .NET 3.5 (is it really an inconvenience? :-)), but they look great and offer the most commonly required functionality, at no cost.
-
Installing Visual Studio Extensions for Windows SharePoint Services on Windows XP
Yes, it is possible!
-
Application Domains
There may be times when you need create additional application domains. What for? I can think of at least two reasons:
-
The using Statement
Updated: there is no inner try...catch in the outer finally block, readers who mentioned it are right! Thanks!
-
The lock Statement
Experienced multithreading developers may have wondered what is the relation between the lock keyword and the System.Threading.Monitor class. Well, as it happens, they are exactly the same:
-
NHibernate 2.0.1 and NHibernate Validator 1.0.0 Launched
NHibernate 2.0.1 was launched. You can get it at http://sourceforge.net/project/showfiles.php?group_id=73818&package_id=73969&release_id=629506.
-
Singletons
Everyone is writing singletons and everyone thinks they know what they are doing, but what if they're wrong?
-
Pro WF: Windows Workflow in .NET 3.5
-
Continuous Integration and Static Code Analysis
I'm about to start a new project where we'll be using JetBrain's TeamCity continuous integration. The list of features is superior to CruiseControl.NET, and it seems to have gathered a greater community of users, so I decided to give it a try. There are numerous pages which describe its configuration and features, so I will not go through that here, whenever I have something to say about it, I'll write a post.
-
NHibernate 2.0 GA Released
(Updated)
-
Microsoft StyleCop 4.3 and FxCop 1.36 Released
The guys from the code analysis team have just released new versions of their popular tools:
-
Configuration Items List
(Updated)
-
First Post
Greetings, everyone!