-
Rather than caching just for a certain amount of seconds, it would be super handy to be able to cache something just for the current request.
Use cases would be:
Queries that are run in multiple…
-
https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-dotnet-backend-how-to-use-server-sdk
Microsoft.Azure.Mobile.Server.Login or Microsoft.Azure.Mobile.Server.Authentication?
…
-
When adding middleware to the tenant middleware pipeline, the forked `IApplicationBuilder` that is used for that pipeline, has its `ApplicationServices` the same as the parent app builder ApplicationS…
-
Reports for ASP.net report in the following format:
> Issue detail
> The server software versions used by the application are revealed by the web server. Displaying version information of softwar…
-
Hi, my app was built using MVC 5 and Owin, we added AD B2C and AAD to it, but today we are facing issues with refresh token. I added created an issue in the Katana repository. https://github.com/aspne…
-
Still a problem with Dotnet core 3.1.301
the output of `dotnet --info`
```
.NET Core SDK (reflecting any global.json):
Version: 3.1.302
Commit: 41faccf259
Runtime Environment:
OS Name…
-
Hey Andrew,
Our project is using Postal 1.0.0.0 for MVC5 and since updating to System.Web.Mvc 5.2, it all stopped working. This is in my assembly binding Fusion log:
```
=== Pre-bind state informat…
ghost updated
9 years ago
-
### Installed product versions
- Visual Studio: 2015 Professional Update 3
- Bundling and Minification: 2.1.279
### Description
I have an ASPNETCore MVC and Angular 1.5 app. After bundling and minif…
-
Hi.
Thank you for Huygens.
I tried hosting my ASP.NET MVC 5 web application using Huygens but I received the following error:
```
Server Error in '/' Application.
This operation requires II…
-
NH v. 5.2.7
Not sure if it's a bug or not but I got an error trying to run Odata with projected AutoMapper Dto:
```
public class Ticket: IEntity
{
public virtual string Id { get; set; }
…