Popular Posts
-
Kendo UI applying SUM in footer template kendo ui - KendoUI: Grid Summary values in Footer - Stack Overflow : ", footerTemplate:...
-
http://www.codeproject.com/Articles/1108855/ways-to-Bind-Multiple-Models-on-a-View-in-MVC
-
MVC grid example ASP.NET MVC Flexigrid sample - CodeProject : 'via Blog this'
Monday, August 29, 2016
Run jobs in background
http://www.codeproject.com/Articles/1119633/Execute-a-Net-long-running-task-in-background-usin
Free mail merge. Net
http://www.codeproject.com/Articles/19546/MailMergeLib-A-NET-Mail-Client-Library
Sunday, August 14, 2016
CSS Positioning 101 · An A List Apart Article
CSS Positioning 101 · An A List Apart Article
great example and description of the elements positioning
great example and description of the elements positioning
Saturday, July 30, 2016
Apply Caching In Web API Using CacheCow
Apply Caching In Web API Using CacheCow
Great example of ETag in ASP.Net web api for memory caching!!!
Great example of ETag in ASP.Net web api for memory caching!!!
Friday, July 29, 2016
JSONView - Chrome Web Store
JSONView - Chrome Web Store
Chrome plugin that displays the JSON result returned from a Web API call as formatted rather than the raw JSON that Chrome shows by default.
I needed this as my result was returning Preview and Next Links and I could interactively work with the Hypermedia links!!
Chrome plugin that displays the JSON result returned from a Web API call as formatted rather than the raw JSON that Chrome shows by default.
I needed this as my result was returning Preview and Next Links and I could interactively work with the Hypermedia links!!
Web API Design | Pluralsight
Web API Design | Pluralsight
Web API Summary
=================
>> RESTful
- Resource based as URIs
- http verbs for operations
- heirarchical web data e.g. Customers/1/orders
- stateless
- Client and Server are fully separate i.e. there is no references or proxies other than the URI
- Requests are cacheable
- Hateos or hypermedia i.e the results are self documenting e.g. it includes links or uri for the other operations that can be valid on result
- Content negociation based on headers
>> Good Desing
- should be url based and using plural nouns
- should use HTTP verbs to perform operations
- should return http status codes for delete, updated item for Put, all items for Get
- ETag caching
- Paging
- Versioning
Web API Summary
=================
>> RESTful
- Resource based as URIs
- http verbs for operations
- heirarchical web data e.g. Customers/1/orders
- stateless
- Client and Server are fully separate i.e. there is no references or proxies other than the URI
- Requests are cacheable
- Hateos or hypermedia i.e the results are self documenting e.g. it includes links or uri for the other operations that can be valid on result
- Content negociation based on headers
>> Good Desing
- should be url based and using plural nouns
- should use HTTP verbs to perform operations
- should return http status codes for delete, updated item for Put, all items for Get
- ETag caching
- Paging
- Versioning
Subscribe to:
Posts (Atom)