Fixed a nasty bug in my MyFabricStash Web App! 01 September 2019 khambley ASP.NET MVC I've been trying to fix this bug for quite a while now and I'm so proud of myself, I finally figured [More]
Using the DropDownList Helper in ASP.NET MVC - Pt 1 - Movie Store Setup 23 April 2018 khambley ASP.NET MVC, SQL Server Ok, so I wanted to learn more about DropDownList Helpers in ASP.NET MVC, and Categories and Enums... [More]
Create an ASP.NET MVC Data-based Web App Pt 4 - Create a Projection ViewModel 19 April 2018 khambley ASP.NET MVC Now let's add some searching capabilities to our application:Step 1: Add a parameter to the Index a [More]
Create an ASP.NET MVC Data-based Web App Pt 3 16 April 2018 khambley ASP.NET MVC Now that we've enabled Data Migrations, we can use LINQ statements to query the data in the working [More]
Create an ASP.NET MVC Data-based Web App Pt 2 16 April 2018 khambley ASP.NET MVC Continuing on from the previous post, we are ready to enable Database Migrations [More]
Create an ASP.NET MVC Data-based Web App Pt 1 - Project Overview 15 April 2018 khambley ASP.NET MVC Step 1: Create models (entities) in Models folder...Right-click Models folder > Add > Class. [More]
Building Apps with ASP.NET MVC 4 - Module 4 - Working With Data Pt1 08 March 2017 khambley ASP.NET MVC So I completely screwed up my project, MyBeerBlog, because I was having a problem with my login fail [More]
MVC 4 - Pt 3 : Playing with Actions and Controllers 09 November 2014 khambley ASP.NET MVC So we learned in the previous post that we can set up different routes in the RouteConfig.cs file, l [More]
MVC 4 - Pt 1 : Models Views Controllers, Oh My! A quick intro to MVC... 07 November 2014 khambley ASP.NET MVC So I've begun to explore the world of .NET MVC (Models, Views, and Controllers). I've been taking a [More]