Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 RicardoPeres 
04-30-2013, 8:07 AM

Visual Studio 2012 and .NET 4.5 Expert Development Cookbook Review

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:
by
 RicardoPeres 
04-29-2013, 5:59 PM

Entity Framework Code First Inheritance

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:
by
 RicardoPeres 
04-29-2013, 1:24 PM

Entity Framework Code First Relations

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:
by
 Jeff 
04-28-2013, 11:28 PM

Building a live blog app in Windows Azure

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:
by
 RicardoPeres 
04-28-2013, 8:15 AM

Unity – Part 3: Aspect Oriented Programming

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:
by
 shiju 
04-27-2013, 11:07 AM

Slides and Code from My Global Windows Azure Bootcamp Presentation

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:
by
 dwahlin 
04-27-2013, 2:08 AM

Understanding C# Events, Delegates and Lambdas – New Pluralsight Course

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:
by
 bipinjoshi 
04-26-2013, 8:19 PM

Working with Arrays in C#

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...
Filed under: , ,
Posted to:
by
 ScottGu 
04-26-2013, 2:51 PM

Windows Azure: Improvements to Virtual Networks, Virtual Machines, Cloud Services and a new Ruby SDK

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...
Filed under: ,
Posted to:
by
 shiju 
04-25-2013, 1:58 AM

Global Windows Azure Bootcamp in Kochi, Kerala

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...

« First ... < Previous 2 3 4 5 6 Next > ... Last »