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...
Tuesday, May 27, 2014
Friday, May 23, 2014
jQuery Interview Questions and Answers With Practices: Part 2
Posted on
3:28 AM
by
Sachin Kalia
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...
Categories:
JQuery
Monday, May 12, 2014
How MediaTypeFormatter and MediaTypeMapping Are Associated With Each Other in Web Api
Posted on
3:02 AM
by
Sachin Kalia
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...
Categories:
WCF and WebAPI
Friday, May 9, 2014
Precedence order of incoming request in web api handled by Conneg
Posted on
3:46 AM
by
Sachin Kalia
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...
Categories:
WCF and WebAPI
Wednesday, May 7, 2014
Factory Pattern in .Net with an example
Posted on
11:18 PM
by
Sachin Kalia
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...
Categories:
Design Pattern & OOPS
Saturday, May 3, 2014
Demystify WebApi Content negotiation
Posted on
11:29 PM
by
Sachin Kalia
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...
Categories:
WCF and WebAPI
Friday, May 2, 2014
Meaning of Scaffolding in MVC
Posted on
12:22 AM
by
Sachin Kalia
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...
Categories:
MVC
Subscribe to:
Posts
(
Atom
)