ENTITY FRAMEWORK Real-Time Poll Vote Results Using SignalR 2, MVC, Web API 2, jQuery And HighCharts Introduction In my previous article, we’ve done setting up the core foundation of our Online Poll System app: starting from creating a database and the required tables from the scratch up to displaying the poll in real-time, using ASP.NET SignalR. If you
WEB DEVELOPMENT ASP.NET Core and Angular 2 Code Venture - Part 1 Introduction If you stumble upon this article, then I presume you are new to Angular 2 and would like to get your hands dirty with the practical examples. Just like you, I am also pretty much new to Angular 2 and that’s why
AngularJS Upgrading from AngularJS 2 Beta to RC 6 Introduction In the past months, I’ve demonstrated how to get started with Angular 2 within ASP.NET Core. The demo project were using Angular 2 Beta version because that’s the current release at that time of writing. Recently, Angular 2 Release Candidate
MVC ASP.NET Core: Building a Real-Time Online Poll System with SignalR 2, jQuery, EF Core, Core MVC and Web API 2 Introduction This series of article will walk you through on building a simple Online Poll System with real-time updates using SignalR 2, jQuery, Core EF, Core MVC and Web API 2. We will take a look at how each of the technologies will be
ASP.NET ASP.NET Core: Upgrading ASP.NET Core 1.0 RC2 Project to RTM A month ago I’ve demonstrated how to migrate your ASP.NET 5 beta project to Core RC2. The migration from Beta to RC2 was a bit long but pretty much easy to follow, and I was able to run my prototype apps smoothly
ASP.NET5 ASP.NET Core: Getting Started with AngularJS 2 Last year I wrote an article about “ASP.NET 5: Jump Start to AngularJS with MVC 6 Web API”. This article will walk you through on how to get started with AngularJS 2 in ASP.NET Core (a.k.a ASP.NET 5). In
ASP.NET5 ASP.NET 5 No More - Introducing ASP.NET Core 1.0 and .NET Core 1.0 Scott Hanselman recently posted an update about renaming the previous ASP.NET 5 branding to ASP.NET Core 1.0. Please read the full details in his blog here: http://www.hanselman.com/blog/ASPNET5IsDeadIntroducingASPNETCore10AndNETCore10.aspx
ASP.NET5 ASP.NET 5: Jump Start to AngularJS with MVC 6 Web API Update: ASP.NET 5 has been renamed to ASP.NET Core. Check my recent article on getting started with Angular2 in ASP.NET Core. This post will walk you through the step-by-step procedure on building a simple ASP.NET 5 application using AngularJS with