Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 RicardoPeres 
06-05-2013, 4:38 AM

Unity – Part 4: Extensions

Extensions Another long overdue post on Unity. See the first here for an introduction, the second here for dependency injection and the third here for AOP with Unity. Unity allows adding extensions to it. An extension is something that enhances its functionality...
Posted to:
by
 hajan 
06-05-2013, 2:31 AM

INETA Speaker

Great news. I'm now part of INETA Speakers Bureau - http://europe.ineta.org/ && http://europe.ineta.org/Resources/SpeakerBureau/tabid/163/Default.aspx INETA is a non-profit, independent organization, chartered with supporting all user groups interested...
Filed under: ,
Posted to:
by
 dwahlin 
06-05-2013, 2:09 AM

Building an HTML5 Web Sockets Server with Node.js

In a previous post I discussed how an HTML5 Web Sockets server could be created using ASP.NET 4.5. In this post I’m going to walk through the process of getting a socket server up and running using Node.js. I was first introduced to Node.js several years...
Posted to:
by
 Ken Cox [MVP] 
06-04-2013, 8:05 PM

Fix: The type 'System.Data.Objects.ObjectContext' is defined in an assembly that is not referenced.

I got this message in a class that inherits from  DbContext.  It made no sense, because System.Data.Entity was definitely referenced in my ASP.NET project. The fix was to select the reference in the properties page and change Copy Local to True...
Posted to:
by
 Ken Cox [MVP] 
06-04-2013, 3:37 PM

Entity Framework Code First–Magic SQL Tool

Having written the plain old  classes (POCO) for my latest Web application, I wasn’t looking forward to creating the corresponding tables in SQL Server. I’m not a database guy really. Just a guy who needs to use databases.   Faced with a lot...
Posted to:
by
 DigiMortal 
06-04-2013, 6:24 AM

TFS 2013 Team Rooms

One new feature that is coming with Team Foundation Server 2013 and this is already available on Team Foundation Service is called Team Rooms. Team Rooms are virtual rooms where team members can communicate with each other. Logs are saved by date and...
Filed under:
Posted to:
by
 DigiMortal 
06-03-2013, 2:21 PM

Visual Studio 2013 announced!

Today at TechEd Brian Harry announced Visual Studio 2013, Team Foundation Server 2013 and new ALM features. Some new features are also available on Team Foundation Service. Preview versions of VS2013 and TFS2013 will be available during Build conference...
Filed under:
Posted to:
by
 DigiMortal 
06-03-2013, 1:04 PM

Using Visual Studio database post-deployment scripts in practice

Visual Studio database projects support database post-deployment scripts you can use to make additional modifications to database or to insert some test data. In my work I use database projects and post-deployment scripts very often. In this posting I...
Posted to:
by
 ScottGu 
06-03-2013, 10:43 AM

Windows Azure: Announcing Major Improvements for Dev/Test in the Cloud

Windows Azure provides a great environment for dev/test.  This is true both for scenarios where you want to dev/test in the cloud and then run the production app in the cloud , as well as for scenarios where you want to dev/test in the cloud and...
Filed under: , ,
Posted to:
by
 ScottGu 
06-03-2013, 10:41 AM

Windows Azure: Announcing New Dev/Test Offering, BizTalk Services, SSL Support with Web Sites, AD Improvements, Per Minute Billing

This morning we released some fantastic enhancements to Windows Azure: Dev/Test in the Cloud : MSDN Use Rights, Unbeatable MSDN Discount Rates, MSDN Monetary Credits BizTalk Services : Great new service for Windows Azure that enables EDI and EAI integration...
Filed under: , ,

< Previous 1 2 3 4 5 Next > ... Last »