Pyongwon Lee – Scriptorium

Ideas through Technologies

Menu

Skip to content
  • Home
  • Blogmap
    • Blogmap – Web
    • Blogmap – C#
    • Blogmap – SOA
    • Blogmap – C++
    • Blogmap (Old Posts)
  • Tutorials
  • Thoughts
  • MCPD/MCSD
  • About

Tag Archives: MVC

[ASP.NET MVC] Dependency Resolver with Ninject

Posted on December 1, 2013 by Peter Lee

DI(Dependency Injection) becomes the must-have patterns in any applications. MVC does work with any DI Containers such as Ninjet or Unity. MVC also provides the “Dependency Resolver” feature to make DI much easier.

Continue reading →

Posted in ASP.NET, MVC / Tagged DI, MVC, nInject / 1 Comment

[ASP.NET MVC] Controllers – Action Selectors

Posted on June 15, 2013 by Peter Lee

Actions are public methods in controller classes. MVC provides attributes to tweak how the actions can be selected based on the name or the request verbs.

Continue reading →

Posted in ASP.NET, MVC / Tagged ASP.NET, MVC / 2 Comments

[ASP.NET MVC 4] Bundling

Posted on January 12, 2013 by Peter Lee

In the recent Web development environment, it is not rare that you need to reference many CSS and JS files across the site. Rather than reference them one by one, MVC 4 provides the “Bundling” feature that combine style or script files into a single resources.

Continue reading →

Posted in MVC / Tagged MVC, MVC4 / 1 Comment

[ASP.NET MVC 4] Application Start

Posted on January 12, 2013 by Peter Lee

The “Application_Start()” method in the “Global.asax” is the entry point of the MVC web application. Routes, areas, and global filters are initialized here. MVC 4 project templates provide a little bit different way of initializing these features.

Continue reading →

Posted in MVC / Tagged MVC, MVC4 / 1 Comment

[ASP.NET MVC 4] What’s New

Posted on January 12, 2013 by Peter Lee

IMHP, MVC 3 was a nice enhancement from the previous versions of MVC. Especially, the “Razor” syntax  became the corner stone of ASP.NET MVC programming.

MVC evolves so fast and it is hard to keep up with the changes. What’s new in MVC 4 then?

Continue reading →

Posted in MVC / Tagged MVC, MVC4 / Leave a comment

[ASP.NET MVC] Unobtrusive Ajax [4] – Ajax Callbacks

Posted on July 9, 2012 by Peter Lee

By providing event handlers to “AjaxOptions“, you can control each step of Ajax request and response.

Continue reading →

Posted in ASP.NET, MVC / Tagged AJAX, ASP.NET, jQuery, MVC / Leave a comment

[ASP.NET MVC] Unobtrusive Ajax [3] – Ajax Links

Posted on July 9, 2012 by Peter Lee

So far, we have used Unobtrusive Ajax with a form and a submit button. What if you want a link that acts asynchronously?

Continue reading →

Posted in ASP.NET, MVC / Tagged AJAX, ASP.NET, jQuery, MVC / Leave a comment

[ASP.NET MVC] Unobtrusive Ajax [2] – AjaxOptions

Posted on July 9, 2012 by Peter Lee

In the previous post, I showed how you can use AJAX using “Unobtrusive Ajax”. Without a single line of JavaScript, it works like a magic.

In this second post of the series, I will delve into the inner workings of the feature.

Continue reading →

Posted in ASP.NET, MVC / Tagged AJAX, ASP.NET, jQuery, MVC / Leave a comment

Post navigation

← Older posts

About

As a web developer, I am happy to have a place to share my little know-hows regarding web-development.

MCSD

Search in this blog

Categories

Tags

.NET ADO.NET AJAX ASP.NET authentication C# Class Code First CPP CSS DBContext Design Patterns DI DOM ECMAScript ES2015 HTML IO JavaScript jQuery LINQ Macroeconomics Market MFC Microeconomics Multithreading MVC MVC4 Neoliberalism Network nInject rails React Redux SQL SVG T-SQL WebAPI XPath XSLT
Blog at WordPress.com.
Cancel