Now that you know how to create tag helpers, let's create a custom one that loads a bootstrap-select dropdown via a remote URI. Last time, we looked at the basics of tag helpers in ASP.NET MVC 6 and I ...
ASP.Net Web API is a lightweight framework used for building stateless and RESTful HTTP services. Protocol Buffers from Google is an extremely fast, language independent, platform-neutral, extensible ...
ASP.NET Identity is a simple but robust framework allowing you to easily inject custom authentication logic into your applications. ASP.NET Identity is the latest in a series of frameworks that exist ...
ASP.Net Web API is a lightweight framework used for building stateless and RESTful HTTP services. You can take advantage of Action Results in Web API to return data from the Web API controller methods ...