Nates Stuff

Perspectives on Computing :: Leave a Comment

Browse by Tags

All Tags » Open Source » .NET (RSS)
Goodbye .NET Reflector, Hello ILSpy!
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...

Posted by Nathan Zaugg | with no comments

C Sharp Query: A replacement for SQL Server Full Text Search
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...

Posted by Nathan Zaugg | with no comments

Routed Event Code Snippet
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...

Posted by Nathan Zaugg | 3 comment(s)

Filed under: , ,

Easily Generate Business Objects From The Database
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...

Posted by Nathan Zaugg | with no comments