.NET
-

Invoke Command/queries in the browser, execute them in your app
Iāve created a small sample project which demonstrates how you can invoke a query using javascript (and execute them in…
Read More » -

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 »




