How to Migrating From ASP.NET Web API 2 to MVC 6

How to Migrating From ASP.NET Web API 2 to MVC 6

CheapASPNETHostingReview.com | Best and cheap ASP.NET MVC 6 hosting. If you create a new MVC 6 project from the default starter template, it will contain the following code in the Startup class, under ConfigureServices method:

This pretty much explains it all – the Compatibility Shim is included in an external package, Microsoft.AspNet.Mvc.WebApiCompatShim and by default is switched off for new MVC projects. Once added and enabled, you can also have a look at the UseMvc method, under Configure. This is where central Web API routes can be defined:

Inheriting from ApiController

Since the base class for Web API controllers was not Controller but ApiController, the shim introduces a type of the same name into MVC 6.

While it is obviously not 100% identical to the ApiController from Web API, it contains the majority of public proeprties and methods that you might have gotten used to – the Request property, the User property or a bunch of IHttpActionResult helpers.

Returning HttpResponseMessage

The shim introduces the ability to work with HttpResponseMessage in MVC 6 projects. How is this achieved? First of all, the Microsoft.AspNet.WebApi.Client package is referenced, and that brings in the familiar types – HttpResponseMessage and HttpRequestMessage.

On top of that, an extra formatter is injected into your application – HttpResponseMessageOutputFormatter. This allows you to return HttpResponseMessage from your actions, just like you were used to doing in Web API projects!

How does it work under the hood? Remember, in Web API, returning an instance of HttpResponseMessage bypassed content negotiation and simply forwarded the instance all the way to the hosting layer, which was responsible to convert it to a response that was relevant for a given host.

In the case of MVC 6, the new formatter will grab your HttpResponseMessage and copy its headers and contents onto the Microsoft.AspNet.Http.HttpResponse which is the new abstraction for HTTP response in ASP.NET 5.

As a result such type of an action as the one shown below, is possible in MVC 6, and as a consequence it should be much simpler to migrate your Web API 2 projects.

Binding HttpRequestMessage

In Web API it was possible to bind HttpRequestMessage in your actions. For example this was easily doable:

The shim introduces an HttpRequestMessageModelBinder which allows the same thing to be done under MVC 6. As a result, if you relied on HttpRequestMessage binding in Web API, your code will migrate to MVC 6 fine.

How does it work? The shim will use an intermediary type, HttpRequestMessageFeature, to create an instance of HttpRequestMessage from the ASP.NET 5 HttpContext.

HttpRequestMessage extensions

Since it was very common in the Web API world to use HttpResponseMessage as an action return type, there was a need for a mechanism that allowed easy creation of its instances. This was typically achieved by using the extension methods on the HttpRequestMessage, as they would perform content negotiation for you.

HttpError

If you use/used the CreateErrorResponse method mentioned above, you will end up relying on the HttpError class which is another ghost of the Web API past rejuvenated by the compatibility shim.

HttpError was traditionally used by Web API to serve up error information to the client in a (kind of) standardized way. It contained properties such as ModelState, MessageDetail or StackTrace.

It was used by not just the CreateErrorResponse extension method but also by a bunch of IHttpActionResults – InvalidModelStateResult, ExceptionResult and BadRequestErrorMessageResult. As a result, HttpError is back to facilitate all of these types.

How to Create Nested WebGrid with Expand/Collapse in ASP.NET MVC 6

How to Create Nested WebGrid with Expand/Collapse in ASP.NET MVC 6

CheapASPNETHostingReview.com | Best and cheap ASP.NET MVC 6 hosting. In this post, I am explain How to Create Nested WebGrid with Expand/Collapse in ASP.NET MVC 6.
Steps :

aspnetmvclogo

Step – 1 : Create New Project.

  • Go to File > New > Project > Select asp.net MVC6 web application > Entry Application Name > Click OK > Select Internet Application > Select view engine Razor > OK

Step-2: Add a Database.

  • Go to Solution Explorer > Right Click on App_Data folder > Add > New item > Select SQL Server Database Under Data > Enter Database name > Add.

Step-3: Create table for fetch data.

  • Open Database > Right Click on Table > Add New Table > Add Columns > Save > Enter table name > OK.

In this example, I have used two tables as below

Step-4: Add Entity Data Model.

  • Go to Solution Explorer > Right Click on Project name form Solution Explorer > Add > New item > Select ADO.net Entity Data Model under data > Enter model name > Add.
  • A popup window will come (Entity Data Model Wizard) > Select Generate from database > Next >
  • Chose your data connection > select your database > next > Select tables > enter Model Namespace > Finish.

Step-5: Add a class for create a view model.

  • 1st : Add a folder.
  • Go to Solution Explorer > Right Click on the project > add > new folder.
  • 2nd : Add a class on that folder
  • Go to Solution Explorer > Right Click on that folder > Add > Class… > Enter Class name > Add.

Write the following code in this class

Step-6: Add a new Controller.

  • Go to Solution Explorer > Right Click on Controllers folder form Solution Explorer > Add > Controller > Enter Controller name > Select Templete “empty MVC Controller”> Add.

Step-7: Add new action into your controller for show nested data in a webgrid.

Here I have added “List” Action into “Order” Controller. Please write this following code

Step-8: Add view for the Action & design.

  • Right Click on Action Method (here right click on form action) > Add View… > Enter View Name > Select View Engine (Razor) > Check “Create a strong-typed view” > Select your model class > Add.

NOTE ” Please Rebuild solution before add view

Cheap ASP.NET MVC 6 Hosting only 1$/mo Click here

Save

Limited Edition !! Super Cheap ASP.NET MVC 6 Hosting only $1

Limited Edition !! Super Cheap ASP.NET MVC 6 Hosting only $1

CheapASPNETHostingReview.com | Choosing the best and cheap ASP.NET MVC 6 hosting service for your site isn’t always as easy as it should be – and if you’re not sure where to start it can seem a pretty daunting task. It doesn’t have to be. In this short guide, we’ll detail the four main types of hosting available, recommend a few of the best and cheap ASP.NET MVC 6 hosting providers in the industry and finish up by putting you on the path to learning the ins-and-outs of using ASP.NET MVC 6!

Limited Edition !! Super Cheap ASP.NET MVC 6 Hosting only $1

If you’re looking for the best ASP.NET MVC 6 hosting provider for your ASP.NET MVC 6-driven enterprise, choosing one of the providers listed in this guide will both set you off on the right foot and give you the freedom to customize your services at a later date (for example, upgrading servers specs etc as your business grows/expands) with relative ease. We’re not at all keen on web hosting companies that try to lock you into particular services with technical tricks! It will also connect you with the services of some of the very best, most-trustworthy ASP.NET MVC 6-web-hosting hands in the industry.

Choosing one of the Cheap ASP.NET MVC 6 hosting providers

Our winning recommendations for each type of ASP.NET MVC hosting – based on both our personal experience and the general consensus of the ASP.NET MVC community – with a brief summary of what makes each company special:

ASPHostPortal
$1.00
Host Intro
/mo
Host 1 Site
1 GB Disk Space
10 GB Bandwidth
0 SQL Server db
SQL Server 2008/2012/2014
0 MB SQL Server / db
0 MySQL db
0 MB MySQL /db
50 MB Email Space
Sign Up
ASPHostPortal
$5.00
Host One
/mo
Host Unlimited Sites
5 GB Disk Space
60 GB Bandwidth
2 SQL Server db
SQL Server 2008/2012/2014
200 MB SQL /db
3 MySQL db
200 MB MySQL /db
200 MB Email Space
Sign Up
ASPHostPortal
$9.00
Host Two
/mo
Host Unlimited Sites
15 GB Disk Space
150 GB Bandwidth
4 SQL Server db
SQL Server 2008/2012/2014
500 MB SQL / db
6 MySQL db
500 MB MySQL /db
500 MB Email Space
Sign Up
ASPHostPortal
$14.00
Host Three
/mo
Host Unlimited Sites
50 GB Disk Space
500 GB Bandwidth
6 SQL Server db
SQL Server 2008/2012/2014
1000 MB SQL / db
10 MySQL db
1000 MB MySQL /db
1000 MB Email Space
Sign Up

About ASPHostPortal.com

ASPHostPortal review is based on their industry reputation, web hosting features, performance, reliability, customer service and price, coming from our real hosting experience with them and the approximately 100 reviews from their real customers. ASPHostPortal offers a variety of cheap and reliable Windows ASP.NET Shared Hosting Plans with unlimited disk space for your website hosting needs.

ASPHostPortal revolutionized hosting with Plesk Control Panel, a Web-based interface that provides customers with 24×7 access to their server and site configuration tools. Some other hosting providers manually execute configuration requests, which can take days. Plesk completes requests in seconds. It is included free with each hosting account. Renowned for its comprehensive functionality – beyond other hosting control panels – and ease of use, Plesk Control Panel is available only to ASPHostPortal’s customers.

ahp new

ASPHostPortal has a very brilliant reputation in the community. According to the statistics of the reviews we have received by now, almost all of ASPHostPortal customers are quite satisfied with this web host.So far there have been many reviews received from their real customers, the 98.0% of customers are highly happy with the overall service received, and there is nearly no complaint surprisingly.

ms_topASPHostPortal.com is Microsoft No #1 Recommended Windows and ASP.NET Spotlight Hosting Partner in United States. Microsoft presents this award to ASPHostPortal.com for the ability to support the latest Microsoft and ASP.NET technology, such as: WebMatrix, WebDeploy, Visual Studio 2015, .NET 5/ASP.NET Core, ASP.NET MVC 6.0/5.2, Silverlight 6 and Visual Studio Lightswitch.

Hosting Reliability

“Their servers never go down.” – when we surveyed on the reliability of ASPHostPortal. We have set up an uptime testing through Pingdom to monitor a ASP.NET site hosted on ASPHostPortal platform since July, 2013. So far, we haven’t detected any serious downtime which is longer than 10 minutes. ASPHostPortal always commits 99.9% hosting uptime in the real world. In the November 2014, there was no downtime and network interruption, and the testing site was 100% online.

ASPHostPortal Customer Service

The company provides 24/7 US-based technical support via email and live chat. Thus, customers can contact the experts immediately. What’s more, the company has promised that the first response time is in 2 minutes, which averages under 30 seconds in the real world. The support staffs of ASPHostPortal are all well-trained to resolve any technical problems effectively. Therefore, there is no need to worry about the capability of these people.

Besides, multiple FAQs are included in the section of Community Q&A, which provide people with the solutions for some common issues specifically. The Guides & Whitepapers offers multiple useful tutorials for site building.

ASPHostPortal is Highly Recommended for ASP.NET MVC 6 hosting

After reading so many outstanding points and positive reviews, the answer is very clear. ASPHostPortal is highly recommended for people who are looking for a multi-purpose, reliable, fast and trusted shared web host at an affordable rate. In case that you are planing to have your web presence or move out from your current horrible web host, ASPHostPortal is one of the best choices you won’t go wrong.

Simpan

Cheap ASP.NET MVC Hosting Tutorial – Reason Why you Should Start Using ASP.NET MVC

Cheap ASP.NET MVC Hosting Tutorial – Reason Why you Should Start Using ASP.NET MVC

CheapASPNETHostingReview.com | Cheap and Reliable ASP.NET MVC 6 Hosting. For those looking for a reason to use ASP.NET MVC, I have 10 reasons why now is a great time to use ASP.NET MVC.

If you are already a developer of PHP or Java (or even .NET) or you are just interested in learning how to build web applications, this is probably the best time to get into ASP.NET MVC which is why I’m going to give you my top 10 reasons for using ASP.NET MVC.

Here is why you should look into ASP.NET MVC.

<strong>No System.Web</strong>

For those us WebForm users, this was always a large assembly that was always required to make a web application. If you decide to move towards the ASP.NET MVC Core 1.0, this brand new framework removes the Elvis-like, hunky System.Web library (3MB assembly footprint), making it faster to load an ASP.NET web site and appeasing the Google Monster.

<strong>A Brand New Sleeker 2016 Model</strong>

ASP.NET MVC 5 is dead…Love Live ASP.NET MVC 5. Recently, .NET was completely rewritten and renamed (ASP.NET Core 1.0). This makes a developer’s life even easier. Instead of the development cycle of writing code, compiling, and testing the functionality, they eliminated the middle man (compiling). This makes the development process faster and it provides quick feedback to developers in Visual Studio.

 

<strong>Feels More Natural</strong>

Everyone who knows me knows that I’ve been a Microsoft developer since the Classic ASP days and when I moved to WebForms, it didn’t feel like a natural transition. When MVC came along, building web applications felt more natural and the workflow seemed to fit.

<strong>It's One Of The Popular Kids</strong>

Since ASP.NET runs on IIS and it’s one of the most popular web servers on the web, this makes ASP.NET MVC a natural fit. Most corporations started with IIS back in the day with Classic ASP.

<strong>Easier JavaScript Integrations</strong>

With WebForms, things can get a little sticky with JavaScript. I’ve seen developers hard-coded JavaScript in a Page_Load in WebForm’s code-behind…a lot! ASP.NET MVC allows for easier JavaScript framework integration. Try to put AngularJs into a WebForms web app and tell me you don’t have any hair left by the end of the day.

<strong>Open Source</strong>

Anyone can now see the code. If you want to expand on the View and create your own ViewEngine, examine the code at Github to find out how they did it. Source code galore to make your imagination run wild!

<strong>Cross-Platform</strong>

Yes, it’s true. You can now code web applications using an Apple, Linux, or Windows platform.

 

<strong>We Ain't In Visual Studio Any More</strong>

Since the mere mention of a newer .NET/ASP.NET release, various vendors (including Microsoft themselves) started building different IDEs to show off the capabilities of the newly-reformed .NET. Such IDEs like Visual Studio Code and JetBrains’ new C# IDE called Rider will allow you to build ASP.NET and C# projects without using a fully-loaded Visual Studio. Now, it doesn’t matter what you use to code your Microsoft web solutions

<strong>Healthy Community</strong>

ASP.NET MVC was a breath of fresh air for most Microsoft web developers. It took us into a new web era and moved us away from WebForms

<strong>Unit Testable</strong>

Out of the box, ASP.NET MVC is unit testable. Making your code unit-testable provides a certain checks-and-balances. To some WebForm developers, this was a new concept. It was difficult to test some UI and business components. With ASP.NET MVC, you can easily test all of your components and have a strong piece of mind that everything works as coded when it ships.

Conclusion

Since this was a quick post about where and why to start using ASP.NET MVC, I thought I could provide some additional material regarding where to go from here.

If you are interested more about ASP.NET MVC 6 hosting, I would recommend you to host with ASPHostPortal.com.

Untitled

Cheap ASP.NET MVC 6 Hosting – How To Improve Your Website’s SEO In 3 Easy Steps

Cheap ASP.NET MVC 6 Hosting – How To Improve Your Website’s SEO In 3 Easy Steps

CheapASPNETHostingReview.com | Best and Cheap ASP.NET MVC 6 hosting review and comparison. Did you know that the default route of ASP.NET MVC will produce multiple URL’s that display the same content? And as I am sure you are aware, duplicate content can cause all sorts of SEO problems. In this post, I will show you three steps to prevent duplicate content with ASP.NET MVC 6.

1. Use attribute routing instead of the default route

Attribute Routing is a new feature added to ASP.NET MVC 6 that allows you to manually define each route by placing an attribute on each action.

Why use attribute routing?

Create a new ASP.NET MVC 6 application, and you will find the following URL’s all show the home page:

  • http://localhost
  • http://localhost/home
  • http://localhost/home/

Now I know, that it is unlikely that the search engine will discover the duplicate URL’s, but it is better to make sure only one can be accessed, and this can be done by using attribute routing.

Also, in my experience I have found that using attribute routing instead of the default route makes it easier to debug routing issues.

How to enable attribute routing?

  1. Remove the default route from your RouteConfig. Or even better, replace the default route with a catch all that points to an action that displays 404 not found.
  2. Enable Attribute routing by calling the routes.MapMvcAttributeRoutes() method in your RouteConfig class.
  3. Manually add the route to each action. For example, assigning [Route("")] to the index action of the home controller will fix the issue above.

2. Add or remove the trailing forward slash from your URL’s

There is still a slight issue. For example, with the following attribute applied to the about page:

The about page can be accessed using the following URL’s:

  • http://localhost/about
  • http://localhost/about/

You can fix this by adding a rewrite rule to your Web.config file. For example, the following rule will remove the trailing forward slash from all URL’s:

Just remember to set the AppendTrailingSlash to false in the RouteConfig class so that the routing system generates URL’s that have no trailing forward slash.

3. Redirect none www to www

It’s best practice to have either the www redirect to the none www or the www redirect to the www. For example, on this site cheapaspnethostingreview.com redirects to www.cheapaspnethostingreview.com This prevents duplicate content.

The following example shows a rewrite rule that redirect the none www to the www subdomain.

The other good thing about the rule above, is it will redirect all domains to the primary domain. For example, if you host your site on ASPHostPortal. The ASPHostPortal.com domain will be redirected to your main domain, preventing more duplicate content.