.NET
-
The persistence layer in SharpMessaging
I’m working on a messaging system in .NET. It’s purpose is to allow you to use reliable (and transactional) messaging…
Read More » -
TFS Work Item Visualizers
In my last post (Introduction to DotNet Pretty) I mentioned that I would be added more visualizers to DotNet Pretty…
Read More » -
Visual Studio tip: paste json/xml file as class
I’m a long time listener of .NET rocks and today during my drive to work while listening to TDD on…
Read More » -
Cross Origin Resource Sharing with WCF JSON REST Services
My KonfDB platform provides a reliable way of configuration management as a service for cross-platform multi-tenant applications. When we refer…
Read More » -
Lambda methods and implicit context
The C# compiler is lazy, which is usually a very good thing, but that can also give you some issues.…
Read More » -
Taking full dumps for big IIS apps
If your application is running on IIS, you are getting quite a lot for free. To start with, monitoring and…
Read More » -
Integrating Node.js with a C# dll
Recently I had to integrate a Node.js based server application with a C# DLL. Our software (a web-app) offers the…
Read More » -
Handle Cyclical References with ASP.NET Web API 2 and MVC 6
Many ORM (object-relational mapping) tools, such as Entity Framework 6 Tools for Visual Studio 2012 & 2013, Entity Framework Power…
Read More » -
How to dynamically modify model meta data in ASP.NET MVC
Normally you just add the [Required] attribute to a view model to make it required. But I needed a way…
Read More » -
Output Caching in ASP.NET MVC
Although nowadays most of us have broadband connections, resource caching is important as loading a resource from your local HD…
Read More »