Blogs about: Mvc 3

Featured Blog

Implementing DI & IoC Pattern in MVC 4 with MEF 2 Attributeless using Conventions with RegistrationBuilder in .NET 4.5 - Part 2 3 comments

Le wrote 1 day ago: From my previous article Generically Implementing the Unit of Work & Repository Pattern with Ent … more →

Tags: .NET, EF, MVC 4, attribute-less, attributeless, CompositionContainer, Convention, DI, IoC

Generically Implementing the Unit of Work & Repository Pattern with Entity Framework in MVC & Simplifying Entity Graphs - Part 14 comments

Le wrote 1 week ago: First off let’s elegantly setup our solution, and prep it for real world development. We have … more →

Tags: .NET, EF, MVC 4, .NET 2, C#, EF-2, Entity Framework, Gerneric, graph

C# Enum - Helper functions

Tateeda.com wrote 1 week ago: I thought I share, it is simple but sometimes useful code I was working on the project where I need … more →

Tags: C#, WPF

ASP.Net MVC 3 - New Features

gurunguns wrote 1 month ago: 1. New Razor View Engine Razor view are speedy, smaller & lighter in size. They are easy to lear … more →

Tags: mvc

Pro ASP.NET MVC 3 Framework, 3rd Edition

tintute wrote 1 month ago: Pro ASP.NET MVC 3 Framework, 3rd Edition Apress | 978-1-4302-3404-3 | PDF | 837 pages | 9.32 MB In t … more →

Tags: IT eBooks, ASP. NET, Pro, Framework, IT .NET, IT ASP

Pro ASP.NET MVC 3 Framework, 3rd Edition

tintute wrote 1 month ago: Pro ASP.NET MVC 3 Framework, 3rd Edition Apress | 978-1-4302-3404-3 | PDF | 837 pages | 9.32 MB In t … more →

Tags: IT eBooks, ASP. NET, Pro, Framework, IT .NET, IT ASP

VIDEOGAME SEGREGATION2 comments

technology4democracy wrote 2 months ago: I think there’s nothing worse than hanging out at friend’s place who only has 1-Player a … more →

Tags: TEXTUALS WITH VISUALS, Commentary, Analysis, Challenge, Gaming, cammy white, Capcom, cashgrab, Chun Li

How to clear fields after post back in ASP.NET MVC 3?

sathishdotnet wrote 2 months ago: ModelState.Remove("Address"); Note:- The address is Property Name like Jobpostingadd model … more →

Tags: mvc4

How to Change Default Error message in required field using ASP.NET MVC 3

sathishdotnet wrote 2 months ago: [Required(ErrorMessage="The Job Name is Required")]//this field is required and throw erro … more →

How to Download the file using file path in ASP.NET MVC 3

sathishdotnet wrote 2 months ago: In CSHTML source page <a href="/resumes/download?id=@Model.Resumeid" target="_blan … more →

Using MVC4 bundling and minification in an MVC3 project

Edward Spencer wrote 2 months ago: When you push any site to production, you should at least do some basic front end optimisation. Runn … more →

Tags: technical, Razor, mvc4, bundling, optimisation, minification

WebApi & Bundling Optimization In MVC3 Project

ali wrote 3 months ago: If you are interested in using  WebApi and Bondling  features in your MVC3 project this post is for … more →

Tags: bundling, mvc4, Optimization, webapi

Mocking HttpContext (And setting it's session values)

Edward Spencer wrote 3 months ago: Thanks to this Stack Overflow answer that pushed me in the right direction, I was able to mock HttpC … more →

Tags: technical, Unit Testing

Ninject with custom attribute and filter

kevin.w wrote 3 months ago: I am implementing a custom credit check filter for a controller action. I use Ninject as my Ioc cont … more →

Tags: mvc, C#, Ninject, authorize attribute, MVC 4, Action Filter, Custom Attribute

How to upload file upload using ASP.NET MVC 3

sathishdotnet wrote 3 months ago: <form action=”/Home/Index_request” enctype=”multipart/form-data” method= … more →

How to do Textbox Autocomplete in asp.net MVC 3

sathishdotnet wrote 3 months ago: index.cshtml <h2>Index</h2> <script src="../../Scripts/jquery-1.7.1.js"> … more →

SelectList in MVC3

bindeshwar wrote 4 months ago: This represents a list of collected items from which any one item can be selected at a time (like co … more →

Tags: selectList, MvC3, MVC 3, ASP. NET, dropdownlist

Working with JSON objects in ASP.NET MVC

Saravanan Arumugam wrote 6 months ago: In this paper I am going to explain, a simple way of working with javascript, JSON objects to make c … more →

Tags: jQuery, javascript

Adding Dependency Injection to your ASP.NET MVC Twilio app using MEF (Managed Extensibility Framework)

Le wrote 6 months ago: Adding Dependency Injection to your ASP.NET MVC Twilio app using MEF (Managed Extensibility Framewor … more →

Tags: .NET, MVC 4, twilio, .net 4, Adapter Pattern, AppSettings, commonservicelocator, composition pattern, CompositionContainer


Related Tags
All →

Follow this tag via RSS