Blue Ray Plus - Latest Technology News - Stories tagged with ASP.NET MVC
1
Ups

Bringing oData to your WebAPI – just use IQueryable | John V. Petersen

published 21 days, 4 hours, 48 minutes ago posted by adminadmin 22 days, 4 hours, 17 minutes ago
Thursday, May 02, 2013 10:26:47 AM GMT Wednesday, May 01, 2013 10:58:26 AM GMT
Posted by johnvpetersen on In In the previous post, I discussed how to implement an ASP.NET Web API service with ASP.NET MVC. The cool thing about the Web API is the stuff we get for free. One of the nice things we get for free is oData. Jon Galloway posted a nice how-to video here. To illustrate how the concept applies to the examples here, consider this method on our Prouducts API: public IEnumerable GetProducts() { return ProductsRepository.data; } Nothing all that special going on... (more)
category: ASP.NET | clicked: 0 | comment | | source: codebetter.com
tags: ASP.NET MVC
1
Ups

ASP.NET MVC Overview - CodeProject

published 269 days, 3 hours, 5 minutes ago posted by raman376raman376 269 days, 8 hours, 30 minutes ago
Monday, August 27, 2012 12:10:31 PM GMT Monday, August 27, 2012 6:45:07 AM GMT
Introduction ASP.NET MVC is one of the methods of developing ASP.NET applications. In this article, we will go through the overview of ASP.NET MVC by creating a simple application. ASP.NET MVC Framework is Microsoft’s Web Application development framework, the other one being traditional webforms framework. MVC or Model View Controller is a design pattern that addresses the separation of concerns(Soc) which is the process of identifying and separating the application into distinct parts like UI, Log... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.codeproject.com
tags: ASP.NET MVC