This blog post explains how to change the default location of Views in an ASP.NET MVC project. public class HomeController : Controller { public ActionResult Index() { ViewBag.Message = “View Engine Demo!”; return View(); } } If we look at the above code snippet, we have a HomeController inside we have an Index action method…
This is the third article in series of Windows Azure Web Sites, In this article I am going to discuss about continuous deployment from source control to windows azure web sites using local git repository. Windows Azure Web Sites supports continuous deployment from source control and repository tools like Team Foundation Service, CodePlex, GitHub, Dropbox,…
This is the second article in series of Windows Azure Web Sites, In this article I am going to discuss about creating a Hello World ASP.NET MVC Web Site & publishing it on Windows Azure Web Site. To start with Windows Azure Web Sites login to https://manage.windowsazure.com, then go to bottom left corner of portal,…
Last week on April 27th I presented in Global Windows Azure Bootcamp – Hyderabad on Windows Azure Web Sites. In this article I am going share my points on Windows Azure Web Sites, for more information visit Windows Azure Site. Currently Windows Azure provides 3 different options for hosting applications on cloud. Virtual Machines Cloud…
In one my recent application (HTML 5 static mobile app) I have a requirement to persist couple of JSON objects across the application. Earlier, this was done with cookies. With HTML5, web pages can store data locally within the user’s browser using Web Storage. Web Storage is more secure and faster compare to cookies. The…
Microsoft User Group Hyderabad invites you to Office 2013 Showcase on 6th Apr’13.
Lunch Time is a new talk series scheduled for every alternate Wednesday exactly during the Lunch Time and in this talk series, the presenters would be the Most Valuable Professionals. This would give the audience a good platform to learn from these exceptional technical leaders and give product feedback to Microsoft through them.
Microsoft User Group Hyderabad invites you to Monthly UG Meet on 23rd Feb’13
Earlier this week, Microsoft released an optional update for Windows Phone SDK that will add two new Windows Phone 7.8 emulator images to your existing Windows Phone SDK installation. These two emulator images enable you to fully test how your Windows Phone 7.5 app’s Live Tiles will look and behave on a device running Windows…
This TechDays is exclusively for developers, where the attendees get to be a part of Technical and Coding Sessions. It will be a unique opportunity for you to learn the design/technical tenets in building an ‘Immersive Windows 8′ App. During the event, we will take you through a series of activities to help you complete…