0% found this document useful (0 votes)
33 views2 pages

Helpers-Cs HTML-Helpers-and

The document contains links to articles about various topics in ASP.NET MVC including creating custom HTML helpers, using the TagBuilder class, rendering layouts, ViewData vs ViewBag vs TempData vs Session, dependency injection, and object-oriented principles like composition over inheritance.

Uploaded by

mamun22s
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views2 pages

Helpers-Cs HTML-Helpers-and

The document contains links to articles about various topics in ASP.NET MVC including creating custom HTML helpers, using the TagBuilder class, rendering layouts, ViewData vs ViewBag vs TempData vs Session, dependency injection, and object-oriented principles like composition over inheritance.

Uploaded by

mamun22s
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

---MVC--1.

Creating Custom HTML Helpers (C#)


http://www.asp.net/mvc/overview/older-versions-1/views/creating-custom-htmlhelpers-cs
http://www.codeproject.com/Articles/787320/An-Absolute-Beginners-Tutorial-onHTML-Helpers-and
2. Using the TagBuilder Class to Build HTML Helpers (C#)
http://www.asp.net/mvc/overview/older-versions-1/views/using-the-tagbuilder-classto-build-html-helpers-cs
3. Different ways of rendering layouts in Asp.Net MVC
http://www.dotnet-tricks.com/Tutorial/mvc/3WDE140613-Differentways-of-rendering-layouts-in-Asp.Net-MVC.html
4. Layouts, RenderBody, RenderSection and RenderPage in ASP.NET MVC
http://www.dotnet-tricks.com/Tutorial/mvc/9Ya6290314-Layouts,RenderBody,-RenderSection-and-RenderPage-in-ASP.NET-MVC.html
5. ViewData vs ViewBag vs TempData vs Session
http://www.dotnet-tricks.com/Tutorial/mvc/9KHW190712-ViewData-vsViewBag-vs-TempData-vs-Session.html
6. RenderPartial vs RenderAction vs Partial vs Action in MVC Razor
http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartialvs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.html

---DI--7. ASP.NET MVC Controller Dependency Injection for Beginners


http://www.codeproject.com/Articles/560798/ASP-NET-MVC-ControllerDependency-Injection-for-Be

Dependency Injection in ASP.NET MVC 4 using Unity IoC Container

http://www.dotnet-tricks.com/Tutorial/dependencyinjection/632V140413Dependency-Injection-in-ASP.NET-MVC-4-using-Unity-IoC-Container.html

ASP.NET MVC 4 Dependency Injection


http://www.asp.net/mvc/overview/older-versions/hands-on-labs/aspnet-mvc4-dependency-injection

Rendering a web page step by step

https://friendlybit.com/css/rendering-a-web-page-step-by-step/
ASP.NET MVC Controller Dependency Injection for Beginners
http://www.codeproject.com/Articles/560798/ASP-NET-MVC-ControllerDependency-Injection-for-Be
An Absolute Beginner's Tutorial on Dependency Inversion Principle, Inversion
of Control and Dependency Injection
http://www.codeproject.com/Articles/615139/An-Absolute-Beginners-Tutorialon-Dependency-Inver
--OOP
Composition Over Inheritance
http://www.codeproject.com/Articles/1073609/Composition-over-inheritance

You might also like