Create a Ticket Sales Web App with .NET Core 2 and Angular from scratch 24 January 2020 khambley ASP.NET Core TicketSalesWebApp demo [More]
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]
Building a Web App with ASP.NET Core, MVC, Entity Framework Core, Bootstrap, and Angular 06 November 2018 khambley Getting StartedIntroductionWhy ASP.NET Core?What Is ASP.NET Core?Installing ASP.NET Core?Hello [More]
C# Notes 01 November 2018 khambley VS Shortcuts ----Shortcuts---- Tab twice after typing the following: ctor - creates a constructor pr [More]
What happened to UML Designer in Visual Studio 2017? 21 July 2018 khambley This was a post from my CS649 - Software Design class in July 2018. I was tasked with the following: [More]
Create an ASP.NET MVC Data-based Web App Pt 7 - Upload and Save an Image in the database 04 May 2018 khambley Now let's upload an image swatch for the fabric and save the filename to the database. Once I figure [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 6 - Create, Edit, Update, Delete Fabrics 22 April 2018 khambley Now for the fun part, we need the ability to Create New fabrics, Edit Fabric details, Update Fabrics [More]
Create an ASP.NET MVC Data-based Web App Pt 5 - Create a Search box 19 April 2018 khambley Now we need to add some filtering so the user can search for a specific Fabric. [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]