Notify Property Weaver extension for Visual Studio 2010 and Visual Studio 11
Generate PropertyChanged notifications automatically when inheriting from INotifyPropertyChanged.
Tweet 0 Comments Save Tags: .net , open source , reviews , tools
Naming Conventions in JustCode
Choosing appropriate identifiers for the constructs in your code provides better readability and maintainability. With the latest build... more »
Tweet 0 Comments Save Tags: .net , microsoft , tools
Cross page posting Submit Form Server.Transfer methods ASP.NET
Cross page posting in ASP.NET To transer data using cross page posting we need to use FindControl Method we can write code like this
Tweet 0 Comments Save Tags: .net
Data Transfer Using QueryStrings Among Asp.Net Pages
Several time while developing asp .NET applications we need to transfer data from one page to another, we can achieve this by several... more »
Tweet 0 Comments Save Tags: .net
Test Driving Model Validation in ASP.NET MVC3
A blog post on how to do unit testing with Model Validation in the context of ASP.NET MVC3
Tweet 0 Comments Save Tags: .net
How much does it cost to create NHibernate session
How much does it cost to create the ISession using SessionFactory.OpenSession().
Tweet 0 Comments Save Tags: .net , windows
Find/Replace in Visual Studio using Regular Expressions
David Amador gives a brief tutorial on using Find/Replace to change unwanted code snippets using regular expressions in Visual Studio.
Tweet 0 Comments Save Tags: .net , how-to , microsoft , tools
What’s new in WCF 4.5? Automatic HTTPS endpoint for IIS
This is the sixth post in the WCF 4.5 series. In the previous post, we’ve discussed new authentication features for services hosted in... more »
Tweet 0 Comments Save Tags: .net , frameworks , web services
Potential pitfalls to avoid when passing around async lambdas
One of the really useful capabilities of the new async methods feature in C# and Visual Basic is the ability to write async lambdas and... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
WF3 Types Marked Obsolete in .NET 4.5
In .NET 4 the Workflow Team released an all new Workflow engine in the System.Activities namespace. This new Workflow technology, which... more »
Tweet 0 Comments Save Tags: .net , frameworks , reviews
Send me a patch for that
Numerous times I’ve seen reactions from OSS developers, contributors or merely a simple passer by, responding to a complaint with: submit... more »
Tweet 0 Comments Save Tags: .net , open source , opinion
Going Declarative in C#
A brief look at higher order functions in C#
Tweet 0 Comments Save Tags: .net
Jang and server-side/client-side view engine for MVC and javascript
Jang was born out of a desire to have a single template that works on both server and client side using any view engine necessary. For... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript
A few principles for writing blazing fast code in .NET
Sharing across thread boundaries leads to increased preemptions, costly thread contention, and may introduce other less obvious expenses... more »
Tweet 0 Comments Save Tags: .net , frameworks
Basic Raven DB Indexing and Querying with Lucene
We've got up and running with Raven DB for our new project, which has been a delight to use from a code perspective, but one of the big... more »
Tweet 0 Comments Save Tags: .net , database , how-to , tools


