|
Posted to:
04-30-2013, 8:07 AM
|
Visual Studio 2012 and .NET 4.5 Expert Development Cookbook I recently started reading Packt Publishing ’s Visual Studio 2012 and .NET 4.5 Expert Development Cookbook . It is a book focused primarily on the new features of .NET 4.5 and Visual Studio 2012...
|
|
Posted to:
04-29-2013, 5:59 PM
|
Introduction Another post for self reference, this time, how to map inheritance strategies with Entity Framework Code First. Single Table Inheritance / Table Per Class Hierarchy First, the default strategy: one table for all classes in the hierarchy....
|
|
Posted to:
04-29-2013, 1:24 PM
|
Introduction This post is more for self-reference than anything else. Basically, I tend to forget some options for mapping relations with Entity Framework Code First, so I wrote this. If in doing so it helps someone, even better! One-to-Many First, the...
|
|
Posted to:
04-28-2013, 11:28 PM
|
If you're a technology nerd, then you've probably seen one technology news site or another do a "live blog" at some product announcement. This is basically a page on the Web where text and photo updates stream into the page as you sit there...
|
|
Posted to:
04-28-2013, 8:15 AM
|
AOP This is my third post on Unity. See the first here for an introduction and the second here for how to apply dependency injection. Aspect Oriented Programming (AOP) is a technique for applying cross-cutting concerns to existing implementations, without...
|
|
Posted to:
04-27-2013, 11:07 AM
|
I did a presentation on Windows Azure Cloud Services at Global Windows Azure Bootcamp in Kochi , India. The title of the session was “Windows Azure Cloud Services – Web Roles and Worker Roles”. In this session, I have demonstrated how to building multi...
|
|
Posted to:
04-27-2013, 2:08 AM
|
C# continues to grow in popularity attracting more and more developers looking to build Web, desktop or mobile applications targeting a variety of platforms. As developers learn the language the concept of events, delegates and lambdas tend to trip some...
|
|
Posted to:
04-26-2013, 8:19 PM
|
Basics of using arrays in C#: Arrays are frequently used to store data of the same type. You can use arrays in C# in many different ways. Although single dimensional arrays are most commonly used, other varieties such as multidimensional arrays and jagged...
|
|
Posted to:
04-26-2013, 2:51 PM
|
This morning we released some great enhancements to Windows Azure. These new capabilities include: Virtual Networks : New Point-to-Site Connectivity (very cool!), Software VPN Device and Dynamic DNS Support Virtual Machines: Remote PowerShell and Linux...
|
|
Posted to:
04-25-2013, 1:58 AM
|
On April 27, a global Windows Azure bootcamp is organizing across the world. This event is a free, one-day training program for Windows Azure and delivering variety of topics on the Cloud and Windows Azure platform. You can visit the global Windows Azure...
|