What's New in Visual Studio 2013 RC
Announced in early September 2013, Visual Studio 2013 RC comes with an updated list of new features. Read on to learn more.
Announced in early September 2013, Visual Studio 2013 RC comes with an updated list of new features. Read on to learn more.
Microsoft’s F# is one of the most popular functional programming languages, and it continues to gain new features.
Code coverage is a way to measure what percentage of the source code of a program has been tested. Read on to learn how code coverage can help to improve the overall quality of a program and how to leverage Microsoft VSTS to get code coverage for Windows Azure Service and .Net.
AngularJS, more of a client framework than a simple library, is an open source project created and maintained by Google. Read on to learn how AngularJS will change the way you develop ASP.Net Web APIs.
Microsoft TypeScript is an open source JavaScript library developed by Microsoft. Discover the power of using Microsoft TypeScript in ASP.NET application development.
Microsoft Fakes framework helps you in writing unit test cases that test only the code that it intends to test, plus it helps in reducing the dependencies in the code. Read on to learn more.
If you're looking for a strategy to follow to cloud enlightenment; you're reading the right article. Developers are in a unique position to educate and to capitalize on cloud opportunities.
Two out of three enterprise workers have access to SharePoint. As such, it should be no surprise to hear that Microsoft has a lot to say at the conference happening this week in Las Vegas. Get some of the details from Rob Bogue!
Vipul Patel walks you through building a working Windows 8 application that is powered by the recently announced Windows Azure Mobile Services. This application demonstrates the ease of building a working application for mobile devices in a very short time, using the tools offered by Microsoft.
It continues to get easier to build fancier and more robust applications. Unfortunately, it seems that the expectations from end-users are increasing too. There is more for developers to know. Topics that were just conceptual pipe dreams a few years ago are now making their way into every day applications. Here are a number of concepts that developers need to know about today, or they risk falling behind.
.NET developers cannot ignore Microsoft Azure. June 2012 changes brought Virtual Machines, Virtual Networks, performance upgrades, and significant cost reductions. As more Azure features unfold, some developers will soon be forced to justify "why not Azure" rather than "why Azure". Clearly .NET developers need to get acquainted with Azure.
Vipul Patel shares the steps a Windows Azure developer can take to increase the scalability of a Windows Azure based cloud application.
Microsoft has made it easier for mobile applications to connect to the Windows Azure based backend. This article provides an introduction to Windows Azure Mobile Services – the latest offering from Microsoft.
Do you wish you could build native Windows apps using your web skill-set? With Windows 8 you can build Metro apps in HTML5, CSS and JavaScript. Chris Bennett provides an overview of the tools used and creates a simple app.
Are you ready to build or port your apps over to the new Windows 8 Metro UI? Chris Bennet walks you through a high-level overview of the Metro UI design, features, development and deployment of apps.
Microsoft released the next version of Visual Studio LightSwitch as a part of their Visual Studio 11 Beta preview, giving LightSwitch developers access to the full range of Visual Studio tools as they evaluate this new version.
TortoiseSVN allows Windows users to access all of Subversion's version control functionality without having to master the command line.
Roslyn is a project carried out by Microsoft that allows the C# and VB compilers in the .NET framework to expose certain APIs that can be explicitly invoked from other .NET applications. Read on for an overview of Microsoft Roslyn.
Using a free pass, you can start using Microsoft Azure now. Discover how easy it is to set up an Azure account with these step-by-step instructions It is easy!
Windows Azure can seem daunting to many developers seeking to take their first steps into cloud computing. The perception that Windows Azure is too big and too different is a fallacy. This walk-through shows you just how easy it can be.
Windows Azure, by default, runs code in low trust. In this article, we explore how to enable running an Azure service with full trust.
Knowing the knobs and hooks available for web and worker roles in Azure can be very helpful to administer complex configuration settings. This article walks us through an understanding of these advanced roles and how we can use them in our Windows Azure based cloud services.
Not only does Windows Azure provide a reliable platform to host and execute services, it even provides a set of Service management APIs to help create application which can be used to monitor these services. In this article, we will walk through the creation of a simple monitoring application which will list our Azure services running in the cloud.
Windows Azure offers a plethora of programming modes to harness the power of cloud computing. In this article, we explore how to create a WCF service running on Windows Azure.
Windows Azure provides ability to cache blobs in its Content Delivery Network service. In this article, we explore Windows Azure Content Delivery Network Service and see how we can use it in our applications.