Browse by Tags
All Tags »
Open Source »
.NET (
RSS)
I am one of those that was quite upset about the announcement from RedGate that .NET Reflector would no longer be free. Particularly since it was given to them for free and they have only mucked things up from the original. It was also my...
A short time ago I was working on a project using SQL Server Full Text Search. This was my first real deep exposure to the engine and it worked pretty well. However, for the project I was working on there were some very serious problems that I was never...
I find it really strange that there are code snippets for Dependency Properties but not Routed Events! Routed Events allow events to tunnel (preview) events up a visual tree and bubble them back down the visual tree. Any control along the tree can subscribe...
I know the title of this post is a little bit of a misnomer, business objects will never map 1 to 1 with relational database objects. However, when just starting out and when you get to control the schema of the database, it sure makes a good starting...