https://www.developerfusion.com/t/asp.net/ Latest ASP.NET developer content from Developer Fusion 2013-01-08T23:00:47.00Z http://www.developerfusion.com/media/148885/herding-code-155-ward-bell-on-single-page-applications-and-breeze/ Herding Code 155 – Ward Bell on Single Page Applications and Breeze 2013-01-08T23:00:47.00Z On this episode of Herding Code, the guys talk to Ward Bell about single page applications and the Breeze project. Download / Listen: Herding Code 155 – Ward Bell on Single Page Applications and Breeze Show Notes: General SPA discussion Ward talks about how IdeaBlade has been building tools for w. James Crowley http://www.developerfusion.com/article/148148/the-evolution-of-a-azure-web-application/ The Evolution of a Azure Web Application 2013-01-07T20:41:43.00Z Windows Azure Web Sites and Windows Azure Virtual Machine - learn what it means for you Michael Collier http://www.developerfusion.com/article/147914/protecting-your-aspnet-web-api-using-oauth2-and-the-windows-azure-access-control-service/ Protecting your ASP.NET Web API using OAuth2 and the Windows Azure Access Control Service 2012-12-06T11:05:35.00Z The world in which we live evolves at a vast speed. Today, many applications on the Internet expose an API which can be consumed by everyone using a web browser or a mobile application on their smartphone or tablet. How would you build your API if you want these apps to be a full-fledged front-end to your service without compromising security? Maarten explains how. Maarten Balliauw http://www.developerfusion.com/media/145932/joining-microsoft-with-taylor-mullen-damian-edwards-and-scott-hunter/ Joining Microsoft with Taylor Mullen, Damian Edwards and Scott Hunter 2012-09-24T08:34:08.00Z With Scott Hanselman out this week Scott Hunter and Damian Edwards talk to a new developer on the ASP.NET team Taylor Mullen about how he interviewed and joined Microsoft. James Crowley http://www.developerfusion.com/article/145920/using-html5-history-in-an-aspnet-mvc-site/ Using HTML5 History in an ASP.NET MVC Site 2012-09-24T08:34:07.00Z Say that each time the user clicks on a menu item in your application, the entire page is refreshed. Not such a big deal if you have a high speed connection, but, if there is a lot of content on the page, this can be a problem. What we need is the ability to fill in the partial view of data and change around the styles on the page without refreshing the complete page. This is where the HTML5 History API comes in, and that’s what this article based on HTML5 for .NET Developers is all about. Dan Maharry http://www.developerfusion.com/article/145904/an-introduction-to-testing-with-the-modelviewpresenter-pattern-for-web-forms-development/ An Introduction to testing with the Model-View-Presenter pattern for Web Forms Development 2012-09-24T08:24:21.00Z In this article, Ravi introduces the Model-View-Presenter pattern for Web Forms development, and how it compares to MVC. Then he demonstrates how to get started with it, by creating a page in a test-driven fashion S. Ravi Kiran http://www.developerfusion.com/media/137572/steve-smith-on-aspnet-mvc-4/ Steve Smith on ASP.NET MVC 4 2012-02-03T14:15:37.00Z Steve Smith gives us a preview of MVC 4 inside a Windows Phone emulator. Steve shows how to easily redirect mobile requests and how to use recipes as well as Async and Await keywords. James Crowley http://www.developerfusion.com/article/136534/the-html5-history-api-and-aspnet-mvc/ The HTML5 History API and ASP.NET MVC 2012-01-27T08:29:07.00Z The HTML 5 History API is one of the newer kids on the HTML 5 block. This article based on chapter 4 of HTML5 for .NET Developers shows you one way of getting history integrated with your .NET server-side web applications. Dan Maharry http://www.developerfusion.com/news/135783/critical-security-update-for-aspnet-over-holiday/ Critical security update for ASP.NET over holiday 2012-01-03T10:20:54.00Z Microsoft publishes out-of-band security update 3 days after Christmas Chris Alexander http://www.developerfusion.com/media/132354/damian-edwards-explains-the-realtime-web-for-aspnet-with-signalr/ Damian Edwards explains The Realtime Web for ASP.NET with SignalR 2011-11-15T15:04:53.00Z Damian Edwards and David Fowler have created a jQuery client-side library and an ASP.NET back end that promises to make real-time persistent connections available to .NET programmers. Long-polling, Server-sent events and WebSockets. What does it all mean? Damian sets us straight. James Crowley http://www.developerfusion.com/article/131917/using-nuget-packages/ Using NuGet Packages 2011-10-29T20:56:25.00Z NuGet is a Visual Studio extension that makes it easy to pull in libraries, components, and most importantly their configuration into your visual studio project. In this article, based on chapter 5 of ASP.NET MVC 3 in Action, the authors discuss NuGet and show you how to use it to add functionality to a project. Dan Maharry http://www.developerfusion.com/media/130831/herding-code-123-andreas-hakansson-and-steven-robbins-on-nancyfx/ Herding Code 123: Andreas Håkansson and Steven Robbins on NancyFx 2011-10-17T23:46:52.00Z On this episode, the guys talk to Andreas and Steven about Nancy, a lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono. Scott Koon asks why Nancy was developed and what are the problems going up against ASP.NET. Andreas explains Nancy is a lighter approach and James Crowley http://www.developerfusion.com/media/127163/billy-cravens-compares-and-contrasts-cold-fusion-and-aspnet/ Billy Cravens Compares and Contrasts Cold Fusion and ASP.NET 2011-09-08T14:26:13.00Z After Richard made some (somewhat) disparaging remarks about Cold Fusion, Billy sent an email defending the platform. The outcome of that email discussion is this show - Carl and Richard get educated by Billy about what Cold Fusion is about. Cold Fusion goes back to 1995, and is still going stron. James Crowley http://www.developerfusion.com/article/125435/deploying-an-azure-application/ Deploying An Azure Application 2011-09-02T22:14:14.00Z Following on from our look at the four main pieces of Windows Azure in “Introduction to Windows Azure”, John Mannix runs us through the development of an Azure application in C# and its deployment into the cloud. John Mannix http://www.developerfusion.com/media/124138/episode-61-accessibility-testing/ Episode 61 - Accessibility Testing 2011-08-14T07:08:00.00Z In this week's episode of Coding QA, Mark and Jim sit down once again with fellow team member Clay Compton to discuss Accessibility testing. Clay's been in charge of this area for years on the ASP.NET team. Listen in as he shares his experience and discusses: 1. What does "accessible" me. James Crowley http://www.developerfusion.com/article/124078/building-an-html5-application-with-websharper-sitelets-part-1/ Building an HTML5 application with WebSharper Sitelets, Part 1 2011-08-12T20:08:51.00Z In this article, we're going to look at using WebSharper, a web development framework for .NET, to build a small web application from scratch that features an HTML5-based clock. Adam Granicz http://www.developerfusion.com/media/120601/nancy-sinatra-and-the-explosion-of-net-micro-web-frameworks-with-andreas-hakansson/ Nancy, Sinatra and the Explosion of .NET Micro Web Frameworks with Andreas Håkansson 2011-06-23T14:05:18.00Z Scott chats with open source developer Andreas Håkansson about his .NET micro web framework called Nancy which is inspired by a Ruby framework called Sinatra. Why do we need frameworks like this? What kinds of sites and services can they support and how do they related to ASP.NET? James Crowley http://www.developerfusion.com/news/120326/get-a-glimpse-inside-your-aspnet-mvc-applications/ Get a Glimpse inside your ASP.NET MVC applications 2011-06-07T14:04:36.00Z Tool gives developers deep dives inside how requests work Chris Alexander http://www.developerfusion.com/media/120196/episode-56-localization-and-globalization/ Episode 56 - Localization and Globalization 2011-06-07T14:04:36.00Z In this episode Mark and Jim discuss localization and globalization testing with resident expert Clay Compton.  Clay has been with the ASP.NET test team for over a decade and has a reputation for being an expert in these areas.  He covers why this testing is critical to an international product James Crowley http://www.developerfusion.com/article/119960/how-to-migrate-your-aspnet-site-to-the-azure-cloud/ How to migrate your ASP.NET site to the Azure cloud 2011-06-07T14:04:35.00Z Many developers might not realise just how straightfoward it is to migrate an ASP.NET website from a hosted server into the Azure cloud. We show you how. Richard Parker