We are testing interview quizzes and created a demo app. Now, We require your help. Please take this quiz and provide inputs for content improvement. Interview Quiz

Random Posts:



comment

Styles of Source Code Comments in C#, SQL, XML, HTML, CSS, JavaScript

Welcome to CodeSpread!Developers take months to write beautiful pieces of code and reviewer gets only few hours or I say, minutes to provide suggestions and improvisations. Then it becomes a hard deal for a developer to showcase their work. At this moment, comments proved to be a nice packaging which can enhance the visibility of…..

Time Out: Not a Technical post

Taking my time-out from technical world for once and sharing a regular joke in the form of  this comic with you. There is no harm in showing funny side also sometimes. wat say!!

chrome

POSTMan is required.

Though it looks like a job posting but in developer’s world, it is a useful tool available as a chrome extension. When my friend referred it, I tried it and liked it so I recommend it every other developer. At least, many hours of efforts can be saved and obviously this is what we require…..

WCF

WCF Part 1: Why WCF?

When i create a WCF service, i feel like it is a very easy task but when somebody asks me, why you have created it? then the simplest answer is, i got the requirement like this. But to be honest, Nobody tells us to use WCF specifically. Then why there is roar over WCF? This…..

SQL-Tables

SQL fry: PIVOT and UNPIVOT

What is PIVOT? In our day-to-day SQL server coding, PIVOT and UNPIVOT are not very familiar words but still holds good if we understand them correctly and know when to use it.Web Definition of PIVOT says “The central point, pin, or shaft on which a mechanism turns or oscillates.” We just have to concentrate on…..

How to create a MVC 2 Project in VS2010?

How to create a MVC 2 Project in VS2010? 1. Open VS2010. 2. Select File -> New Project. 3. Select Visual C# -> Web -> ASP.NET MVC 2 Empty Web Application. Name it as MyMvcApplication. Click ‘OK’. 4. To Add a controller, right click Controllers. Select Add -> Controller 5. Name the controller as ‘HomeController’……