|
You are here |
duerrenberger.dev | ||
| | | | |
natemcmaster.com
|
|
| | | | | Blog posts about software development, plus some other stuff. | |
| | | | |
www.babaei.net
|
|
| | | | | As you've noticed there's still no official support for Microsoft Visual Studio 2012 in recent Pixel Mine nFringe releases. While ago I came across an awesome forum post at Epic Games Forums which describs a simple process of getting nFringe to work with VS2012. Since then I've used it in my day to day development tasks and I had no difficulties at all using it. And damn, it's pretty stable despite the fact that not officially supported by Pixel Mine. Even nFringe version 1.1 which I've tested is playing... | |
| | | | |
visualstudioextensions.vlasovstudio.com
|
|
| | | | | Each Visual Studio instance started with the RootSuffix parameter keeps its own set of extensions. If a Visual Studio extension is available from the Visual Studio Marketplace, you can just install it from the standard Manage Extensions dialog. But if you have only a .vsix file you can use vsixinstaller like this: "C:\Program Files (x86)\Microsoft... | |
| | | | |
weblog.west-wind.com
|
|
| | | ASP.NET Core Authentication and Authorization continues to be the most filddly part of the ASP.NET Core eco system and today I ran into a problem to properly configure JWT Tokens with Roles. As I had a hard time finding the information I needed in one place and instead ended up with some outdated information, I'm writing up a post to hopefully put all the basic bits into this single post. | ||