Tuesday, May 27, 2014

JQuery Interview question and answer with Practices: Part 3 Kindly visit first part of JQuery interview questions and answer. jQuery Interview Question and Answers With Practices: Part 1 jQuery Interview Questions and Answers With Practices: Part 2 Differences Between jQuery .bind() vs .live() vs .delegate()? .bind() This is the most...

Friday, May 23, 2014

jQuery Interview Questions and Answers With Practices: Part 2 Kindly visit the first part of the jQuery interview questions and answers. jQuery Interview Question and Answers With Practices: Part 1 What are selectors in jQuery?jQuery is one of the main features of jQuery. Because until we won't fetch elements from the DOM we are unable to perform...

Monday, May 12, 2014

How MediaTypeFormatter and MediaTypeMapping Are Associated With Each Other in Web Api   Hi Techies The Default Content Negotiation Algorithm is shipped as part of ASP.NET MVC4 WebAPI. The WebApi provides many nice features with which you can build Restful services. Conneg provides you MediaTypeFormatter and MediaTypeMapping.If a Request message is sent with an Accept header then the Conneg...

Friday, May 9, 2014

Precedence order of incoming request in web api handled by Conneg   Hi Geeks A definite question skrikes in mind when you work with WebAPI that how Conneg handles the request each time when multiple formatters match the request. There are certain ways like the Request Accept header, Content-Type header, MediaTypeMapping etc .which consider by...

Wednesday, May 7, 2014

Factory Pattern in .Net with an example

Factory Pattern in .Net with an example During my learning of design patterns, I came to know most frequent term Factory Pattern. I searched the Internet and came across numerous learning points. After a lot of search and study, I observed that to find the definition of Factory pattern. In this article I try to explore this pattern in an easiest...

Saturday, May 3, 2014

Demystify WebApi Content negotiation

Demystify WebApi Content negotiation In this article we will look into the heart of ASP.Net WebApi content negotiation or conneg. We will try to understand the real advantages and why it has been introduced. I thought it would be interesting to try to explain content negotiation in detail What is content negotiation or conneg? Content negotiation...

Friday, May 2, 2014

Meaning of Scaffolding in MVC

Scaffolding in MVC I was slightly confused with the meaning of Scaffolding in MVC. Fortunately, I confronted some very nice lines that I am sharing here so that it helps those who are not familiar with Scaffolding. The term "Scaffolding" is used by many software technologies to mean "quickly generating a basic outline of your software that you can...