Category Archives: “Process” Series


pivot

SQL PIVOT SlideShow and Video

Welcome to CodeSpread!Here is a summary of SQL PIVOT query. This ppt is also available for download. You can also check the same ppt on our youtube channel.

Thought

IEnumerable: Power behind Collections

One of my favorite questions which I ask very frequently to test the candidate is “What is Collections?” And I get almost all kind of answers, possibly available on planet Mars. But one answer which is expected on Earth is “Collections are elements which implements IEnumerable interface”. But why this answer is so important! What…..

WCF

REST- REpresentational State Transfer

REST – REpresentational State Transfer, is an enhanced version of client server style architecture for distributed communication. When we talk about distributed communication, we think of request and response. A request is something which is made by client to a server and in reply, response is sent back by the server to the client. What’s…..

EntLib6

Reusability defined by Microsoft Enterprise Library

Wikipedia says “The Microsoft Enterprise Library is a set of tools and programming libraries for the Microsoft .NET Framework. It provides an API to facilitate proven practices in core areas of programming including data access, security, logging, exception handling and others.” Above definition is somewhat high level so I pitched in with my thoughts. These…..

Tools

Unused Useful Tools in Visual Studio

Back from a vacation is always a great and refreshing feeling. A small break always adds a new dimension to the thoughts. Lets see what we have today which we can call ‘new’ . We are good working on visual studio and enjoy doing coding because we love it the most, but we simply ignore…..

simplify

New SDLC: Security Development Life Cycle

When I heard Security Development Life Cycle, my first reaction was, is it really possible? But, as always, Microsoft surprised me with the introduction of SDL. I just went through a paper published by Microsoft and , I have included most of the points ‘as-is’ in this article. What is SDLC or Security Development Life…..