net

  • submit to reddit

Visual Studio ALM Ranger Solutions Catalog - All ALM, All Awesome

Willy's Reflections - Visual Studio ALM Ranger Solutions CatalogThe following Visual Studio ALM Rangers solutions have been developed for the ALM...

0 replies - 599 views - 05/22/13 by Greg Duncan in Articles

StaleStateException for Entity with Assigned Id and Version in NHibernate

I was trying to persist an entity using NHibernate that uses Assigned Id’s and Version concurrency mechanism. Every time I try to persist a new instance, I...

0 replies - 1494 views - 05/04/13 by Sony Arouje in Articles

What Language Features Do You Miss In C#?

Every now and then I hear people shout “I really wish C# would have X and Y, it would make my life so much easier”. This makes me think about what...

0 replies - 2582 views - 03/05/13 by Filip Ekberg in Articles

Hello Caller Info Attributes

codeguru - Using Caller Info Attributes in .NET 4.5 When developing complex .NET applications sometimes you need to find out the details about the...

0 replies - 1326 views - 12/23/12 by Greg Duncan in Articles

Passing Event Arguments to the WinRT EventToCommandBehavior

This week my fellow MVP Scott Lovegrove contacted me and asked if and how he could pass the result of an event to my WinRT EventToCommandBehavior and/or...

0 replies - 1651 views - 12/22/12 by Joost Van Schaik in Articles

What’s New in TFS 2012? – Team Explorer

In this series I will start introducing what’s new in Visual Studio 11 and Team Foundation Server 11 ( TFS 11) or as we expect to be Visual Studio...

2 replies - 3927 views - 12/21/12 by Mohamed Radwan in Articles

WebRequest Throws On 404 Status Code

WebRequest, or rather HttpWebRequest has the annoying behaviour or throwing a WebException when the server returns 404 ‘not found’ status, or in fact...

0 replies - 1440 views - 12/16/12 by Mike Hadlow in Articles

Questions for a Software Engineer

A couple of weeks ago I visited my old upper high school. This is where you take your last three years of high school in Sweden and focus on a certain...

0 replies - 2676 views - 12/06/12 by Filip Ekberg in Articles

Visual Studio 2012 Image Library - 5,000+ Images Downloadable Now

 Microsoft Downloads - Visual Studio Image Library The Visual Studio Image Library contains application images that appear in Microsoft Visual...

0 replies - 6070 views - 12/04/12 by Greg Duncan in Articles

Using BlockingCollection To Communicate Between Threads

Consider these (somewhat) common programming challenges: I’m using a third party library that is not thread safe, but I want my application to share...

0 replies - 1666 views - 12/02/12 by Mike Hadlow in Articles

[Flags] on Enums Make ToString() Smart

Putting the [Flags] attribute on an enum changes ToStrings behaviour. It generates a comma separated list. I’ve used enums a lot. I’ve occasionally used...

0 replies - 2368 views - 11/23/12 by Anders Abel in Articles

5 Good and useful .NET Profilers

I have been making some R&D on the tools or the profilers to test the performance of one of my .NET application. Below are list of some of the compiled...

2 replies - 3986 views - 11/21/12 by Senthil Kumar in Articles

Enlightenment to Adaptation for the Portable Class Library

 Nito Programming - Portable Class Library Enlightenment / Adaptation I have a long-standing interest in portable class libraries (PCL), because most...

0 replies - 1274 views - 11/19/12 by Greg Duncan in Articles

Getting a Handle On Time with Noda Time

Jon Skeet: Coding Blog - Noda Time v1.0 released"Go get Noda Time 1.0!NuGet package (and the testing package) Project home pageProject downloads pagev1.0 user...

0 replies - 2151 views - 11/16/12 by Greg Duncan in Articles

Jace.NET published on NuGet

A couple of days ago, I have released the first version of my mathematical calculation engine for the .NET framework: Jace.NET. This build includes support for...

0 replies - 1124 views - 11/12/12 by Pieter De Rycke in Articles