Framework Design, Agile Coach, President Oklahoma City Developers Group, Microsoft MVP C#, TDD, Continuous Integration, Patterns and Practices, Domain Driven Design, Speaker, VB.Net, C# and Sql Server
Browse by Tags
All Tags »
Most Popular »
.Net Development (
RSS)
-
|
Yes, it finally made it to 1.0 ! Yay for NHibernate ! NHibernate is one of those object persistence tools I’ve played around with a bit, like Wilson OR Mapper or LLBLGenPro . I’ve used all three here and there on different projects, but haven’t committed...
|
-
|
I haven’t posted in about a week because I’ve been busy. Tomorrow I leave on vacation, so I won’t be posting for at least another week. So I thought I would leave you with links to some of the most popular and most read posts on my blog, incase you missed...
|
-
|
Converting value types to reference types and then back to value types again. An overview for beginners to .Net
|
-
|
Formulas for analyzing code metrics and how to apply them.
|
-
|
A look into the software life cycle models commonly used.
|
-
|
3 common causes of this runtime exception in VB.Net, 2 of which you can't compile in C#.
|
-
|
In response to a comment on this post , here are couple of source code analysis tools for managed code: NDepend – Free - NDepend analyses .NET assemblies of an application and generates design quality metrics. Complexity Analyzer – Costs Money - Automatically...
|
-
|
An application domain is the CLR equivalent of an operation system's process. An application domain is used to isolate applications from one another. This is the same way an operating system process works. The separation is required so that applications...
|
-
|
I see this topic quite a bit on newsgroups and in microsoft chats. People ask how and what to monitor to check out the performance of their application. First and foremost, I tell people to get CLRProfiler . The CLR Profiler includes a number of very...
|
-
|
I found this wonderful file floating on my hard drive. Its credit goes to Leon Andrianarivony. I have looked and looked for a site of his to link up to and cannot find one. Either way, he’s provided this wonderful drawing on the life cycle of an Asp.Net...
|
More Posts