Protect static files with ASP.NET Core
I explain how to Protect static files with ASP.NET Core Razor Pages and IdentityServer 4. Working with almost every extensions
I explain how to Protect static files with ASP.NET Core Razor Pages and IdentityServer 4. Working with almost every extensions
Working on the user interface is frustrating but from today you have a new Microsoft tool called Web Live Preview…
In ASP.NET Core 1.1 So, for example, in ASP.NET Core 1.x, if you wanted to...
This article shows how to implement a Microsoft Account as an external provider in an...
I have a website running on ASP.NET MVC 4.5.2. I have an IdentityServer4 server running...
A tag helper is any class that implements the ITagHelper interface. However, when you create...
Hi guys, I want in MVC to render a text with an image as an...
I have a LinkButton with image and label inside it or tags i and span...
If you work with Visual Studio 2015 and WebAPI, this short post is for you!...
In the two previous post I discussed about the first step to creare this application...
In my previsious post I discussed the first implementation of this application. In this post...
In this tutorial, I use several techniques and tools. I use Microsoft Visual Studio 2015...
Did you received this error when you try to login in your Owin app with...
We have an MVC project using OWIN Framework to allow our users to authenticate using...
If you have problem returning dynamically drawn image from controller below informations may help. The...
You might have missed to register your Interface and class (which implements that inteface) registration...
One of the common requirement of web applications is to provide users a way to...
What’s that? I’ll let the code do the speaking. @{ Func<dynamic, object> b = @<strong>@item</strong>;...
Whilst working on a side project I started to notice I was using a lot...
the data protection operation was unsuccessful. this may have been caused by not having the...
If it takes awhile for the server to process the postback (e.g. complex rules or...
This article explains using Chart.js in Asp.net C# Web Application we can create a pie...
I have written the following DateDiff() function in C#. VB.NET users already had it using...
am having problem while loading the CSS file through App_Themes folder but with ASP.NET authentication doesn't work.