- SSIS Business Rules EngineSSIS Business Rules Engine I am by no means a data warehouse or SSIS expert but I have been forced to learn with one of my latest projects. One of the…
- .NET Framework Libraries in Silverlight 2.0 Beta 1Overview of Libraries in Silverlight 1.1 Alpha and Silverlight 2.0 Beta 1  2\. Tick "Use Regular…
- Generic Conversion for DBNull and Nullable typesGeneric Conversion for DBNull and Nullable types It seems that I have encountered a scenario where many aspects of C# 2.0+ come into play. I needed to…
- Refactor: Visual Studio Extract InterfaceI recently learned about a very cool option in Visual Studio, the ability to extract an Interface from an existing class. This has made me much more…
- Sending Email On Behalf OfWhen you get an email from a yahoo group list, for example, it might say it was sent from yourgroup@yahoogroups.com on behalf of the person who actually…
- Virtual PC on two monitors without additional softwareI've finally moved my main development environment on my desktop to Vista, and had the issue that I still do quite a bit of work for one client in Visual…
- IoC and the Unity Application Block Once AgainUpdate: Fixed code changed from CTP and More in the series: - IoC Containers, Unity and ObjectBuilder2 - The Saga Continues - IoC Container, Unity and…
- SOA Governance - Interesting ArticleLee Thé recenctly posted an article on SOA Governance based on coverage from the Enterprise Architecture Practioners Conference held last month in San…
- Tech·Ed for Novices, 2008 EditionWhile I'm waiting to find out if I'll be able to go to Tech·Ed again this year I am still keeping an eye on what's going on with the conference. For last…
- ASP.NET MVC Controller And Action Role AuthenticationToday, I was playing around with ASP.NET MVC Framework when I came to an interesting situation. I was displaying Categories from the Northwind database as…
- Using JQuery to Add Drag and Drop SupportDrag and drop support in a web application always get some attention. I used drag and drop support in one of my applications and I have to admit that it…
- Solving DNN deployment issues, Redirecting to localhost and Running DNN in a different portI was trying to host a small DNN application in one of our Server and I was facing couple of issues. Problem 1: The first problem I faced is it was always…
- Debugging AttributesDebugging Attributes Have you ever been debugging code and examined the properties of an object? You get both the public properties and the private member…
- Application Architecture, Software Development Frameworks, ORM, MVC/P and the Holy Grail - Part 1Note this article is primarily based on Microsoft/.Net technologies, although the principle apply to any technology.
- SkyDive the beach - freefall from 12,000feet over the surf in Wollongong!Well if you've ever had the thought that you might want to actually jump out of a serviceable aircraft for kicks then this is a great location to do it?
- "New" Statement Considered HarmfulAll of us have probably written code like this: Foo f = new Foo(); And what could be simpler? As long as the logic in the constructor is simple (or better…
- Moving your Log4Net configuration out of web.config with ASP.NET 2.0 web sites.I was working with log4net recently and had put a lot of the configuration information in the web.config file for an ASP.NET 2.0 web site. Ideally, this…
- WCF metadata error: cannot import wsdl:bindingGrrr... Just wasted lots of time on a stupid mistake due to misleading error message. I hate it when that happens.
- Declare different CSS rules for Firefox and Internet Explorer 7The post Creating different CSS style selector definitions for different browsers (Firefox, Internet Explorer 7 and IE 6.0) with subsequent comments…
