-
.NET
Experimenting with HTTP services – UrlEcho and UrlReq
Interesting, especially the reasoning behind them: UrlEcho permits the requestor to completely define the response it wants to receive, thus…
Read More » -
Azure
Using Azure Resource Manager
In the new Azure Portal you create all your resources in Resource Groups, there is also as part of the…
Read More » -
.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 » -
.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 » -
Visual Studio
Code generation pros and cons and T4 Template
I dislike code generation and usually see it as a smell. If you are using code generation of any kind,…
Read More » -
Azure
Application Insights for Windows Store Apps in Azure Portal
If you’ve been using Application Insights for a while now you would have noticed that with recent Visual Updates the…
Read More » -
Visual Studio
MyGet: Continuous Integration for the Rest of Us
By this time, most .NET developers are familiar with NuGet. It used to be that if you wanted to use…
Read More » -
.NET
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 » -
.NET
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 » -
Software Development
Dependency injection with PostSharp
I don’t really like IoC containers. Or rather, I don’t like the crappy code people write when they’re given an…
Read More »
[homeForm]