ASP.NET CORE 5 The Evolution of ASP.NET - A Quick Recap If you are new to the .NET world, a .NET developer who came from a Windows or WebForms background and wanted to start learning the ASP.NET frameworks, chances are
ASP.NET 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 Don'ts and Dos Introduction Some folks may keep falling into a trap and are unaware of what they are doing. This post highlights the Dos and the Don’ts in general regarding ASP.NET. The majority of the items listed are taken from the ASP.NET team
ASP.NET Building Web Application using Entity Framework and MVC 5: Part 4 Just to give you a quick recap, In Part 1, I’ve demonstrated how to create a simple database from scratch, talked about a brief overview of ASP.NET MVC in general, demonstrated how to build a simple data access using the Entity Framework
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.NET Protect Your Data: Prevent SQL Injection In many years, since I joined different technical community forums, I always see code provided by the asker/thread starter which is prone to SQL injection attacks. Though there are some fellow contributors who will continue to guide beginners to code against them, still
ASP.NET Deploying Your ASP.NET MVC 5 App to IIS8 Web Developers today build and test ASP.NET sites and applications using one of the two web-servers: The IIS Express that comes built-into Visual Studio The IIS Web Server that comes built-into Windows If you have noticed the URL displayed in the browser shows
ASP.NET ASP.NET MVC: Implementing a ShoutBox feature using jQuery and AJAX This article will walk you through on how to implement a simple "shoutbox" feature in your ASP.NET MVC application. I call the feature as "shoutbox" because users within your web site can exchange conversation with each other. You can
ASP.NET Introducing Webucator ASP.NET Video Tutorials A couple of days ago I got an email invitation from a Technology Evangelist at Webucator stating that they are interested in including a video version of one of my tutorials. I was surprised and of course I agreed to that offer. :) Webucator is
ASP.NET 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
ASP.NET ASP.NET 5 - Getting Started with ASP.NET MVC 6 This article will guide you through the basic steps on how to create a simple web application using MVC 6 in ASP.NET 5. If you stumble into this article then I assume you are already familiar about how the old MVC works. I
ASP.NET Joined the 100K Recognition Points Club in the ASP.NET Forums Hall of Fame I still can't believed I will reach this boundary. Despite all the busy stuff that's going on in my life and at work, I still manage to contribute to the ASP.NET community and helped thousands of people resolving issues and guiding them to
ASP.NET Various Ways to Get Distinct Values from a List<T> using LINQ This article talks about the various scenarios regarding filtering distinct values from the List. One practical example is if you have a list of products and wanted to get the distinct values from the list. Test ScenarioTo make it more clear let’s take
ASP.NET Building Web Application using Entity Framework and MVC 5: Part 2 In my previous article we've learned about how to create a database from scratch, generate entity models and implemented a simple signup page in MVC 5. If you haven't gone through my previous article then you can refer this link: Building Web Application using
ASP.NET Introducing ASP.NET 5: The New ASP.NET in Town! The new version of ASP.NET is called ASP.NET 5 and it has the most significant architectural redesign of ASP.NET. This article will highlight the new features and concepts in ASP.NET. What is ASP.NET 5? ASP.NET 5 is a
ASP.NET Building Web Application using Entity Framework and MVC 5: Part 1 Introduction Technologies are constantly evolving and as developer we need to cope up with what’s the latest or at least popular nowadays. As a starter you might find yourself having a hard-time catching up with latest technologies because it will give you more