Showing results for asp.net - Developer Support

Oct 17, 2017
0
0

Jump Start ASP.NET Core Application on Nano Server

Developer Support
Developer Support

This post is provided by Senior App Dev Manager, Linkai Yu who shares some tips to speed up ASP.NET Core Application dev on Nano Server.With the Nano server release from Windows 2016 Server, I’m excited to see the new application deployment practice to work with the thin and fast OS.If you are new to ASP.NET Core application deployment on Nano serv...

TeamVisual StudioDocker
Sep 5, 2017
0
0

Role Based Access Control in ASP.NET MVC

Monu Bambroo
Monu Bambroo

In this post, Premier Developer consultant Lizet Pena De Sola explains Role Based Access Control in ASP.NET MVC. Role Based Access Control in MVC is pretty straight forward. There is also a way to do claims access control, but the most common way is based on roles. To show or hide action links in a view depending on the user role we can use the ...

Securityasp.net
Jul 11, 2017
0
0

Microsoft .NET Architecture Guidance

Developer Support
Developer Support

This post is provided by Senior ADM, Brian Swiger, who shares several helpful .NET Architectural Guidance e-books and samples.Four application architecture guidance drafts are available from Microsoft's Developer Division and the Visual Studio product teams.  These drafts cover four areas: Microservices and Docker, ASP.NET Web Applications, Az...

TeamAzureDocker
Mar 22, 2017
0
0

OWIN and WS-Federation with CA Siteminder

Pam Lahoud
Pam Lahoud

Check out this blog from Premier Developer consultant Marius Rochon for information on how to integrate ASP.NET applications with CA Siteminder. A customer was having a problem integrating an ASP.NET application with CA Siteminder v12.52. Firstly, there was a problem with using SAML2.0 token formats. To get around that, we reconfigured SM to use ...

Authenticationasp.netMarius Rochon
Jan 19, 2017
0
0

ASP.Net Session Swapping – Why it happens and what can be done about it?

Developer Support
Developer Support

In this post, Senior Application Development Manager, Sanket Bakshi explains details behind the sometimes perplexing issue of Session Swapping and how to avoid it. Kernel Cache is a powerful and well-known feature introduced in IIS 7 and found in all later versions.  It’s the highly performant server level cache that very efficiently delivers fr...

TeamSecurityasp.net
Jan 10, 2017
0
0

Multi-tenant WebAPI – simple admin consent

Pam Lahoud
Pam Lahoud

In this post, Premier Developer consultant Marius Rochon shares his application authentication experience in order to help you create your own Multi-tenant WebAPI applications. The VS.NET 2015 wizard for adding authentication to ASP.NET WebAPI projects does not support using the multi-tenant option. Here are some notes on how to implement this op...

Team.NETVisual Studio
Oct 3, 2016
0
0

Referencing a PCL project in both ASP.NET Core and Xamarin Forms

Pam Lahoud
Pam Lahoud

Thanks to Premier Developer Consultant Gustavo Varo for this prescriptive guidance on cross-platform development with Xamarin and ASP.NET Core. Back in March while working with Xamarin Forms and ASP.NET Core, I identified the need of sharing some code between both projects. My very first idea was to create a PCL (Portable Class Library) project ...

Team.NETasp.net