https://www.developerfusion.com/t/.net/ Latest .NET developer content from Developer Fusion 2013-01-08T20:56:33.00Z http://www.developerfusion.com/media/148882/thiago-silva-and-jeff-hewitt-on-azure-the-good-the-bad-and-the-ugly/ Thiago Silva and Jeff Hewitt on Azure - the Good, the Bad and the Ugly 2013-01-08T20:56:33.00Z Carl and Richard talk to Thiago Silva and Jeff Hewitt about building applications in Azure. The good? Scaling, deployment and costs. More good - great tools and information from Patterns and Practices. The bad? Getting coherent monitoring together. The conversation digs deep into Azure level moni. 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:42.00Z Windows Azure Web Sites and Windows Azure Virtual Machine - learn what it means for you Michael Collier http://www.developerfusion.com/media/148015/spc-mvp-panel-discussion-sharepoint-2013-cloud-and-yammer/ SPC MVP Panel Discussion, SharePoint 2013, Cloud, and Yammer 2012-12-08T02:37:16.00Z In this episode, Rob, Nick, Brett, and Jeremy catch up with the following SharePoint MVPs at the SharePoint conference and have a panel discussion over SharePoint 2013, the cloud, and Yammer.Ben RobbRandy DrisgillSpence HarbarPaul SchaefleinJohn RossWictor WilenMirjam James Crowley 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-06T10:54:36.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/145966/sharepoint-evolutions-and-sharepoint-2013-infrastructure-with-steve-smith/ SharePoint Evolutions and SharePoint 2013 Infrastructure with Steve Smith 2012-09-24T08:34:06.00Z In Episode 74 of the SharePoint Pod Show, Rob, Nick, Brett, and Jeremy catch up with Steve Smith of Combined Knowlege to discuss the Evolutions conference as well as some of the new infrastructure features of SharePoint 2013.Click here to learn more about Combined KnowledgeClick here to d. 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:24:12.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/145913/apt-windows-lets-get-chocolatey-part-2-multiple-installs-and-package-creation/ Apt Windows: Let’s Get Chocolatey! Part 2 : Multiple Installs and Package Creation 2012-09-24T08:24:10.00Z In this second article on Chocolatey, Rob Reynolds looks at various ways to have Chocolatey install multiple packages on your machine and also how to create your own Chocolatey packages. Rob Reynolds 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:07.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/145496/zero-day-and-trojan-horse-an-interview-with-mark-russinovich/ Zero Day and Trojan Horse: An interview with Mark Russinovich 2012-08-03T00:58:10.00Z Mark Russinovich is a Technical Fellow on the Azure Product Team at Microsoft, but is also the author of the cyber-thriller Zero Day, and its upcoming sequel Trojan Horse. How realistic are the scenarios from Mark's books? How concerned should we be and what's being done about it? James Crowley http://www.developerfusion.com/article/145371/an-internal-application-message-bus-in-vbnet/ An Internal Application Message Bus in VB.Net 2012-07-31T08:32:44.00Z Working with threads gets complicated quickly as you work to stop them falling over each other. One way to organise threads so that they co-operate without tripping over each other is to use a messaging mechanism to communicate between them. John Rivett-Carnac looks at one such implementation of internal application messaging. John Rivett-Carnac http://www.developerfusion.com/media/144914/lucian-wischik-enlightens-us-on-async-and-parallelism/ Lucian Wischik Enlightens Us on Async and Parallelism 2012-07-16T23:01:03.00Z At NDC in Oslo, Carl and Richard talk to Lucian Wischik about using Async and Await in .NET 4 and 4.5. Lucian talks through some great scenarios of how you can use Async and Await effectively, as well as the mistakes developers can make. Method blocking and Async don't get along! The conversation. James Crowley http://www.developerfusion.com/article/144809/continuous-integration-using-nuget-and-teamcity/ Continuous Integration Using NuGet And TeamCity 2012-07-16T11:33:43.00Z Xavier Decoster demonstrates how to incorporate the creation and reuse of NuGet Packages into your Continuous Integration build setup using TeamCity Xavier Decoster http://www.developerfusion.com/media/144637/scott-hunter-goes-to-aspnet-45-and-beyond/ Scott Hunter Goes to ASP.NET 4.5 and Beyond! 2012-07-16T11:01:42.00Z Carl and Richard start out talking to Scott Hunter about what's coming up in ASP.NET - but then he goes beyond! The conversation starts out talking about where the .NET Framework as a whole is going - Scott reveals some of the internal discussions they're having about how to evolve the .NET Frame. James Crowley http://www.developerfusion.com/article/144522/5-things-you-should-know-about-developing-windows-8-apps-with-c/ 5 Things You Should Know About Developing Windows 8 Apps with C# 2012-07-16T10:53:08.00Z In this article, Martin Beeby highlights five new features of Windows 8 that developers should know about. http://www.developerfusion.com/code/143962/how-to-disable-uppercasecapitals-menus-in-visual-studio-2012/ How to disable uppercase/capitals menus in Visual Studio 2012 2012-06-11T13:45:10.00Z Simple registry fix to turn off the upper case menu bar in Visual Studio 2012 James Crowley http://www.developerfusion.com/article/143896/understanding-the-basics-of-roslyn/ Understanding The Basics Of Roslyn 2012-06-08T10:38:37.00Z The Roslyn API is a major step forward for developers who want that intimate view of code. In this excerpt from Metaprogramming in .NET, the authors explain how it works through executable code and then go deeper into more of its parts. Dan Maharry http://www.developerfusion.com/article/142002/forcedirected-graph-layout-in-websharper/ Force-Directed Graph Layout in WebSharper 2012-04-17T11:57:18.00Z In this tutorial, Anton Tayanovskyy demonstrates how to build an interactive force-directed graph visualization running in the browser. Anton Tayanovskyy http://www.developerfusion.com/article/140836/handling-page-orientation-in-windows-phone-7/ Handling Page Orientation in Windows Phone 7 2012-03-30T17:12:20.00Z Windows Phones, as with other small form factor devices, are able to deal with both landscape and portrait modes. In this article, based on Chapter 10 of Windows Phone 7 in Action the authors explain how a Silverlight page declares its supported orientations. Dan Maharry http://www.developerfusion.com/article/140677/writing-concurrent-applications-using-f-agents/ Writing Concurrent Applications Using F# Agents 2012-03-27T09:25:40.00Z In part 2 of this article on F# agents, Tomas Petricek looks at agent-based architecture for concurrent systems from a high-level perspective. It shows how to encapsulate agents into reusable components and several common inter-agent communication patterns used to build a concurrent system. Tomas Petricek http://www.developerfusion.com/article/139804/an-introduction-to-f-agents/ An Introduction To F# Agents 2012-03-11T20:12:34.00Z In this article, Tomas Petricek looks at how F# Agents lie at the intersection of parallel, asynchronous and concurrent programming styles and how they can be used to build concurrent applications Tomas Petricek