HTTP module is an assembly which gets called for every request made to the application. You can use these to customize and extend ASP.NET request pipeline. HTTP Modules are similar to ISAPI filters in that they run for all requests.
ISAPI filter : Internet Server API (Read more here)
You can work on this example to see how HttpModule works.
Typical usage
Security :...
Saturday, April 14, 2012
Saturday, April 7, 2012
Introduction to RequireJS
To do modular programming you can use RequireJS. It is a JavaScript file and module loader.
Loads all codes relative to a baseUrl
With paths config you can setup locations of a group of scripts
You can define modules in RequireJS in few different ways
Simple name/value pairs
Definition functions
Definition functions with dependencies
Define...
Subscribe to:
Posts (Atom)
Powered by Blogger.
Software Architect at Surge Global/ Certified Scrum Master
Experienced in Product Design, Software Engineering, Team management and Practicing Agile methodologies.