Tag Archives: AngularJS
The ultralight angular application setup package – Part 2: Build process for large applications
In our last post, we discussed how to create four files that, when chained together with the appropriate commands, would build out the framework for your web app. Now we will show you how to tweak this process to create large application friendly project organization, as well as adding build processes into the mix. But first, lets go over some changes we made since the first blog entry.
DocumentDB and Azure Search at a SQL Saturday in Birmingham, AL
This Saturday, March 18, 2017, SQL experts from throughout the United States will be arriving in Birmingham, AL to speak at SQL Saturday #593. SQL Saturday is a free program supported by the Professional Association for SQL Server (PASS) and the Birmingham event is hosted by Steel City SQL, a SQL Users group located in Birmingham, AL. SQL Saturdays offer free training and community opportunities to professional developers, DBAs and SQL Server professionals. According to the SQL Saturday #593 website, this will be the sixth SQL Saturday offered in Birmingham, AL.
Angular Object Validator: Enforcing object types in an Angular.js application
As anyone with JavaScript experience will tell you, occasionally the Wild West of coding languages falls a little short in critical areas by not enforcing object types. On a small Angular application, where all the developers have intimate knowledge of the code base, this may not be an issue. However, as the project scales, and new people begin working in the solution, you may find yourself wishing you had a
The ultralight angular application setup package – Part 1: Four files to rule them all
In this tutorial I will be walking you through a means of rapid angular application setup. By the end you should be able to run a single command and have a bare bones angular application built and ready for experimenting. By eliminating the overhead in setting up a project, I hope to encourage rapid development of bad ideas. We will be using Node.js, gulp.js, and bower.js to setup the initial
ASP.NET Core and AngularJS – Part 2 – (Setup NPM, Bower, Gulp and IntelliSense)
[su_button url=”http://www.sigaostudios.com/2016/08/an-angularjs-in-net-core-journey-step-1/” style=”flat” icon=”icon: chevron-left”]Go back to Part 1 (Setup .NET Core)[/su_button] In our last post, we walked through setting up Visual Studio 2015 to work with .NET Core and created an Empty ASP.NET Core solution. We are going to finish up phase 1 in this post and will have a completed framework to begin our next phase in which we will build an AngularJS application. Phase 1 – Start
An AngularJS in ASP.NET Core Journey – Part 1 (Setup Visual Studio and .NET Core)
I’ve considered a lot of options for our first Sigao Studios blog post. And while there are many great options, I wanted to start with a series on creating a modern Web application using AngularJS and .NET Core. This guide will be designed for beginners and will walk through step by step a long journey to creating a complex application that uses plenty of cool technologies such as AzureAD, Docker
Recent Comments