.NET 5 ASP.NET CORE 5: Implement Web API Pagination with HATEOAS Links In this post, we are going to look at how we can implement the standard offset pagination and generate Hypermedia as the Engine of Application State (a.k.a HATEOAS) links to enable users easily consume our APIs
Entity Framework Core 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
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 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 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 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