Showing results for 2012 - Page 3 of 16 - .NET Blog

Nov 15, 2012
Post comments count0
Post likes count0

ASP.NET WebForms Model Binding – Overview

pranav rastogi
pranav rastogi

This is the first post in the part of series around Model Binding. In this post I will introduce Model Binding integration in ASP.NET WebForms 4.5 while focusing on history, benefits, principles and the integration of Model Binding. In the upcoming posts, I will be going into the details about the features that are supported by this system.Upd...

ASP.NET
Nov 13, 2012
Post comments count0
Post likes count0

Scaling cloud apps with the .NET Framework 4.5

Brandon Bray
Brandon Bray

The .NET Framework 4.5 is now available on Windows Azure. Thank you to everyone cheering for this moment. We’re just starting to see the possibilities that a rich developer framework like the .NET Framework and the cloud can have together. Richard Lander, a program manager for the Common Language Runtime, explains a few best practices that can r...

.NET
Nov 12, 2012
Post comments count0
Post likes count0

Interacting with Databases for Web Developers in VS 2012

pranav rastogi
pranav rastogi

VS2012 is out and with it brings a host of developer improvements when dealing with data. This post aims at highlighting a few key improvements which will affect you the most and hopefully you will find this information useful in getting started with the improvements in Visual Studio tooling to interact with databases. While the Data Tooling itself...

ASP.NET
Nov 8, 2012
Post comments count0
Post likes count0

Enabling ASP.NET Web API Help Pages for ASP.NET Web Forms Applications

Mark Berryman
Mark Berryman

ASP.NET Web API Help Pages is a new preview feature that automatically generates help page style content for your Web API endpoints. You can read more about it at Introducing the ASP.NET Web API Help Page and in further posts on Yao's blog. I won't revisit the basics of the feature here. Instead, what I want to focus on is bringing this new feature...

ASP.NET
Nov 7, 2012
Post comments count0
Post likes count0

The Microsoft Build 2012 Event — .NET Framework Highlights

Brandon Bray
Brandon Bray

It was at the first BUILD conference last year that we announced the .NET Framework 4.5. BUILD last week was a big opportunity for us to reflect on the incredible things you can do with .NET 4.5 and Windows 8. It was also a place where we could launch the great new things now available in Windows Phone 8. Christine Ruana is the project manager t...

.NET
Oct 31, 2012
Post comments count0
Post likes count0

Deploying your first Facebook App on Azure using ASP.NET MVC Facebook Template

Yao - MSFT
Yao - MSFT

Today we announced the preview for ASP.NET Fall 2012 Update and one of the cool features we added to the update is the Facebook Application Template. This template includes a new library that makes it easier to develop Facebook applications using ASP.NET MVC. Here is the tutorial to learn more about this template. In this post, I won’t be going to...

ASP.NET
Oct 30, 2012
Post comments count0
Post likes count0

Announcing the release of the .NET Framework for Windows Phone 8

Brandon Bray
Brandon Bray

Bringing the full power of the Windows based CLR and .NET Framework to the Windows Phone has been several years in the making. The .NET capabilities introduced with Windows Phone 8 builds upon many of the investments we’ve made across all platforms and years of incubation. This release truly highlights some of the enduring themes behind .NET – b...

.NET
Oct 29, 2012
Post comments count0
Post likes count0

ASP.NET Web Forms Application (2012) Templates on Visual Studio 2010

pranav rastogi
pranav rastogi

The release of Visual Studio 2012 included updated templates for ASP.NET WebForms, MVC and WebPages. The templates showcased the use of modern standards in HTML5, CSS and JavaScript. Apart from these, they also showcased social login via Twitter, Facebook etc.  Scott Hanselman has a short video demonstrating social login. While this amazing go...

ASP.NET
Oct 24, 2012
Post comments count0
Post likes count0

Cryptographic Improvements in ASP.NET 4.5, pt. 3

levibroderick
levibroderick

Thanks for joining us for the final day of our series on cryptography in ASP.NET 4.5! Up to now, the series has discussed how ASP.NET uses cryptography in general, including how the pipelines are implemented in both ASP.NET 4 and ASP.NET 4.5. We introduced APIs to give developers fuller control over the cryptographic pipeline and to drive consumers...

ASP.NET
Oct 23, 2012
Post comments count0
Post likes count0

Cryptographic Improvements in ASP.NET 4.5, pt. 2

levibroderick
levibroderick

Thanks for joining us for day two of our series on cryptography in ASP.NET 4.5! In yesterday's post, I discussed how ASP.NET uses cryptography in general, where key material is pulled from and how it is stored, and various problems that the APIs have introduced over the years. In today's post, I'll discuss how we're mitigating those issues using 4....

ASP.NET