Categories: Blog

AngularJS/MVC Cookbook Basic Project

As part of the Angular-MVC-Cookbook project, I needed a starting point for a web application. In the Basic Project path, there is a pre-configured ASP.NET MVC application that includes a number of components. It’s a very basic project. I’ve removed the universal providers, additional javascript libraries (like jQuery UI, Knockout, etc.), and turned off forms authentication in order to start from a simple foundation on which I can build.

Specifically:

  • I built a solution in Visual Studio 2012 using the “Basic” ASP.NET MVC 4 Web Application template.
  • I added an initial set of files from the Initialzr site that includes HTML5 Boilerplate and Twitter Bootstrap (a responsive layout).
  • For fun, I added the Font Awesome collection.
  • I organized the various javascript libraries and resources a little bit differently than the NuGet packages do (which is why I’m not using the NuGet packages for this basic project — I admit that this might bite me in the future, but I can live with it for now).

Ok, so I’ve got my building blocks, now let’s do something interesting with them …

Dave Baskin

Recent Posts

8-Step AWS to Microsoft Azure Migration Strategy

Microsoft Azure and Amazon Web Services (AWS) are two of the most popular cloud platforms.…

1 day ago

How to Navigate Azure Governance

 Cloud management is difficult to do manually, especially if you work with multiple cloud…

1 week ago

Why Azure’s Scalability is Your Key to Business Growth & Efficiency

Azure’s scalable infrastructure is often cited as one of the primary reasons why it's the…

3 weeks ago

Unlocking the Power of AI in your Software Development Life Cycle (SDLC)

https://www.youtube.com/watch?v=wDzCN0d8SeA Watch our "Unlocking the Power of AI in your Software Development Life Cycle (SDLC)"…

1 month ago

The Role of FinOps in Accelerating Business Innovation

FinOps is a strategic approach to managing cloud costs. It combines financial management best practices…

1 month ago

Azure Kubernetes Security Best Practices

Using Kubernetes with Azure combines the power of Kubernetes container orchestration and the cloud capabilities…

2 months ago