Exceptional Exception Handling Behavior
We ran into a weird issue at work today. Take a look at the following code...
1 commentsSave Tags: .net, frameworks, trends
Software Entrepreneurship Track - Tracking a Microsoft .NET based startup
This article covers the reality TV show Start-Up Junkies. The show includes lots of .NET goodness and with the power of the internet you get a lot... more »
0 commentsSave Tags: .net, microsoft, opinion
Old Code, New Testing Tricks - breaking old habits
I ran into a variation on an old threading problem the other day that I found nearly impossible to unit test. When I say impossible, getting my test... more »
0 commentsSave Tags: .net, methodology, trends
Why use Constraints in SQL ?
Constraints enables business rules to be enforced by the database instead of via application code. Through the judicious use of constraints,... more »
6 commentsSave Tags: .net, database, perl, php
Performance of 7 different Ajax TreeView Controls tested
I am very easy to make angry, and sometimes I get angry mostly for "nothing" or things I shouldn't get angry for. Though more often than not my anger... more »
0 commentsSave Tags: .net, ajax, frameworks, research
The Future of C#, Part One
An attentive reader pointed me at this long thread on a third-party forum where some people are musing about possible future features of C#. There is... more »
2 commentsSave Tags: .net, frameworks, trends
The Beauty of Closures
Most articles about closures are written in terms of functional languages, as they tend to support them best. However, that's also precisely why it's... more »
0 commentsSave Tags: .net, java
Setter Injection in StructureMap 2.5
I know this isn’t the most exciting post I’ve ever written, but I’m blogging the new StructureMap 2.5 documentation as I create it. I’ve done quite a... more »
0 commentsSave Tags: .net, frameworks, how-to, open source
Tinyject – IoC in an Evening
Last night, while hacking on the Aggressive project, I where in the need of a container. My initial idea was to try out Autofac, but since I was... more »
0 commentsSave Tags: .net, frameworks
Introduction to NHibernate: Configuring NHibernate (Part 2)
A short screen cast showing on NHibernate: Configuring NHibernate (Part 2)
0 commentsSave Tags: .net, frameworks, how-to, microsoft
A Quick Introduction to C#
A quick introduction to C# using the new Mono 2.0 platform on Linux, give it a try!
0 commentsSave Tags: .net, how-to, microsoft, unix-linux
Flash vs Silverlight: Recursion Tree
Recursion is a very common technique for creating various type of graphics in Flash. Is the recursion technique also possible in Silverlight? Surely... more »
0 commentsSave Tags: .net, flash-flex, frameworks, open source
All you need to know about .NET Remoting
.NET Remoting is available since beginning of .NET intoduction. It’s time to get to know it well eventually. I hope this topic will help you with... more »
0 commentsSave Tags: .net, frameworks
jQuery - The Man, The Myth, The Legend
I admit it. I’ve been ignoring jQuery for quite a while. But I have a tendency to do that with most new things. I generally don’t work with beta... more »
0 commentsSave Tags: .net, frameworks, javascript
How to Parse and view Outloook .msg Files programmatically
This article shows that how can you parse and view Outlook .msg files using your own code in C# applications where Microsoft Office Outlook is not... more »
0 commentsSave Tags: .net, how-to, microsoft, tools
C# Conditional Methods
Applications developed using C# and the .NET framework can include conditional methods. These methods are called only when specified compiler symbols... more »
0 commentsSave Tags: .net, how-to, microsoft, other languages
Is your code cloud-ready and multi-core friendly? (part 3)
During the election season, everyone's probably sick of talking about change. Yet, with the advent of cloud computing, and the proliferation of... more »
0 commentsSave Tags: .net, java, microsoft, web services
Silverlight vs Flash: Plummet Rotator
I have implemented 5 images rotators so far. I will reorganize all the code once there are 10 rotators. If you have any rotator ideas, please let... more »
0 commentsSave Tags: .net, flash-flex, frameworks, open source
New Release - Ajax TreeView Control ++
And finally we have an Ajax TreeView Control :)
9 commentsSave Tags: .net, ajax, frameworks, gui
Is .NET on Linux Finally Ready?
Microsoft's .NET framework on Linux is getting a big boost with the official release Monday of Novell's Mono 2.0. The Mono 2.0 release is Novell's... more »
2 commentsSave Tags: .net, opinion, unix-linux
Mono to contribute back to CLI; Microsoft says it would adopt in .NET
Novell’s Mono project has been chasing Microsoft’s .NET Framework since its inception. In a turnabout, Novell now intends to standardize some... more »
3 commentsSave Tags: .net, microsoft, open source
Artinsoft Aggiorno fixes your web pages
On this post Joe Stagner introduces his experiences with Aggiorno, Artinsoft's latest project which automates a lot of time consuming tasks for web... more »
0 commentsSave Tags: .net, reviews, standards, web design
What's new in Visual Studio 2010 Rosario
* A tool for everyone * Foucus on Modeling * Making testing easier * .. and lots more
0 commentsSave Tags: .net, tools, windows
Selenium IDE, an almost perfect tool voor regression testing...
I posted this blog entry half august ago but i never gave it a lot of attention to inform other people about it. After a few month i am still very... more »
0 commentsSave Tags: .net, how-to, java, web design
Mono 2.0 Is Released
The release notes has a lot more detailed information. The following struck me as nice, cool, or important:
1 commentsSave Tags: .net, frameworks, tools
via