https://www.securecoding.cert.org/confluence/display/seccode/Top+10+Secure+Coding+Practices...
Friday, November 30, 2012
Wednesday, November 28, 2012
Compilation basics in .NET
Compiler is a computer program that transforms the source code into a target language which can be executed directly.
Following are few concepts behind compilation
JIT - Just In Time compiler
Ahead of time compilation
Compilation in ASP.NET #
Intermediate language (IL)
Also known as MSIL (Microsoft Intermediate Language). All .NET source code is compiled to IL which is then converted...
Thursday, November 22, 2012
C# Tips and Tricks

For a seasoned software developer, knowing just the basics and theories of programming is going to do any good. They must also be aware of little tricks which makes development easy and fun. In this article I'll share few tips which we can use to improve our coding. (I'll be focusing on C# here.)
Null-Coalescing operator
Rather than explaining...
Saturday, November 10, 2012
JavaScript prototyping
In JavaScript, every object has a prototype property. Prototype property is also an object. All JavaScript objects inherit there properties and methods from there prototypes.
Using prototypes makes object creation faster.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than...
Saturday, November 3, 2012
Introduction to IIS
IIS is a web server software developed by Microsoft. IIS provides a request processing architecture. IIS includes,
A customizable web server engine by adding or removing modules
Windows Process Activation Service (WAS) which enables sites to use protocols other than HTTP and HTTPS
Integrated request processing pipelines from IIS and ASP.NET
Components in IIS
Performs important functions in IIS....
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.