In ASP.NET MVC We use Views and it’s help us to return a web-page back to browser. After Execution the Views we still have control on our response until Response.End() has called from ASP.NET itself. In asp.net we use ViewBag and ViewData to pass the data. TempData is also can be used which is based on session and stay alive until second view has been returned. For divining the complexity We use Partials to divide the whole page into many partials. For example. https://gist.github.com/ani... ......
If you trying to logged-in in udacity.com and it didn’t work for you then try this trick.
1. Reset your password through Reset password link no matter If you using Google/Facebook openId.
When you have reset your password then you can simply logged-in with password and same email that you are using when you use openId.
I make this video in Windows 7 just after disable Windows 7’s inbuilt animation.This kind of animation is totally based on html5, css3,Javascript and doesn’t use any kind of functionality built in windows 7. You can made wonderful apps like this in html,css,javascript.
UPDATE 19 December 2013 I am using Visual studio 13 from it’s preview time. This year’s release have buggy implementation of many feature that recently have added to Visual studio. There are bunch of issue that we want to get fixed. Here is my own list. When I work in ASP.NET MVC project’s cshtml it’s show me waiting. it’s happen with just demo code project where I have add nothing. This happen in cshtml and C# that I have checked and confirmed. I figure out my intellisense stop working suddenly ......