Posts

Using foreach loop in Razor View Engine

Image
In this quick video we are going to take a look at foreach loop in Razor View Engine. 

Model, View and Controller Communications

Image
In this video tutorial you will learn how Model, View and Controller communicates each other.

URL Routing in MVC 3

Image
This Video has 2 parts, when Part-1 will end it will automatically resume Part-2.

Comparison between ViewBag and ViewData in MVC

Introduction In my recent free E-Book titled “ Razor View Engine in MVC 3 ”, written some lines on “ViewBag and ViewData”, a reader named “Krish” asked me a question as follows: Krish: Nice one book to learn MVC and Razor, thanks for it. But the last statement you written "There is no any significant advantage in using ViewBag over ViewData, perhaps a few fewer key strokes, but nothing more." But ViewBag is using the concept of C # 4.0 i.e. dynamic creations of properties which can replace the strongly typed view. What you think about this. Thanks I got the book. And what I replied to him is Author: Nice point to discuss on, it’s a most frequent question in online forums. Look at the difference "ViewData is a dictionary object that you put data into, which then becomes available to the view. ViewData is a deriv

Razor View Engine in MVC 3

Image
In this e-book you will learn all about Razor View Engine introduced with the release of MVC 3. I will walk through the simple steps and even I will keep my ideas simple so that you can understand the Razor View Engine quickly. My aim through this e-book is to teach Razor so I am going to play a little loose with rest all. Get it Now (PDF Format e-book and Sample Codes) Published on debugmode.net by Dhananjay Kumar: debugmode.net Published on cshandler.com by Amit Choudhary: cshandler.com Published on FB by Kunal Chowdhury: facebook.com Published on kunal-chowdhury.com by Kunal Chowdhury: kunal-chowdhury.com Published on justlikeamagic.com by Mohammad Elsheimy: justlikeamagic.com Published on coolthingoftheday.blogspot.com: coolthingoftheday.blogspot.com Published on

A Quick tour of the Razor View Engine by comparing it to ASPX View Engine

Introduction In this post, I will give you a quick tour of the Razor View Engine syntax by comparing it to ASPX View Engine so that you can recognize the new elements when you enter in MVC3 learning. Razor is the name of the new view engine introduced by Microsoft with the release of MVC3. The ASP.NET view engines processes web pages, looking for special elements that contain server-side instructions. As we already know the standard ASPX view engine relies on the <% and %> elements, which is familiar to all ASP.NET developers. But with Razor View Engine, the MVC development team has introduced a new set of syntax elements, centered on the @ symbol. If you are familiar with the <% %> syntax, you won’t have too many problems with Razor, although there are a few new rules. Razor views have a file extension of .cshtml, as opposed to th

Accelerate the start-up of Windows Operating Systems

Introduction This utility, which has the most comprehensive knowledge of auto-starting locations of any startup monitor, shows you what programs are configured to run during system bootup or login, and shows you the entries in the order Windows processes them. These programs include ones in your startup folder, Run, RunOnce, and other Registry keys. You can configure Autoruns to show other locations, including Explorer shell extensions, toolbars, browser helper objects, Winlogon notifications, auto-start services, and much more. Autoruns goes way beyond the MSConfig utility bundled with Windows Me and XP. More Information Download

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System

Lambda two tables and three tables inner join code samples