Tag: asp.net

Customising ASP.NET
Customising ASP.NET
Ebooks

This chapter looks at how to customise ASP.NET Core Identity. You will learn how to customize the basic implementation of the ASP.NET Core Identity UI and how to add custom information to IdentityUser. The chapter will cover the following points: Introducuing ASP.NEt Core Identity Customizing IdentityUser Customising the Identity Views Purchase the full book here.… READ MORE

Why model binding to JObject from a request doesn’t work anymore in ASP.NET Core 3.1 and what’s the alternative ?
Why model binding to JObject from a request doesn’t work anymore in ASP.NET Core 3.1 and what’s the alternative ?
Blog Posts

Introduction Json.Net (NewtonSoft) has been for a long time the most used JSON serializer in .NET world. Since .NET Core 3 and ASP.NET Core 3 Microsoft introduced a new one named System.Text.Json. JObject is a class that belongs to Json.Net (NewtonSoft) and if this latest is replaced by System.Text.Json, in this case you should expect that using JObject will no longer work. Unfortunately I have had… READ MORE

Real-Time Web Application Development
Real-Time Web Application Development
Ebooks

Design, develop, and deploy a real-world web application by leveraging modern open source technologies. This book shows you how to use ASP.NET Core to build cross-platform web applications along with SignalR to enrich the application by enabling real-time communication between server and clients. You will use Docker to containerize your application, integrate with GitHub to… READ MORE

Essential Angular for ASP.NET Core MVC - Creating the Data Model
Essential Angular for ASP.NET Core MVC – Creating the Data Model
Ebooks

Download ‘Creating the Data Model’, an exclusive preview chapter from the book Essential Angular for ASP.NET Core MVC by Adam Freeman. Discover Angular, the leading client-side web framework, from the point of view of an ASP.NET Core MVC developer. Best-selling author Adam Freeman brings these two key technologies together and explains how to use ASP.NET Core… READ MORE