Showing results for .NET - Developer Support

Sep 15, 2023
0
0

Programmatically Create SAS tokens in .NET

Developer Support
Developer Support

Andrew Redman explores how to programmatically create SAS tokens using .NET. Introduction In today's digital landscape, data security and controlled access are critical concerns for businesses. Azure Blob Storage is a popular cloud storage solution, allowing you to store and manage unstructured data. To safeguard your data while granting co...

.NETrbacSAS Tokens
Jun 2, 2020
0
0

Teams Presence Prototype in .NET

Developer Support
Developer Support

In this segment, my goal is to get the Teams presence in a stand-alone application. In this app, we will do the following: Connect to the Graph Beta API programmatically. Use the Client ID from my App Registration and validate the permissions. Read my presence and display the presence retrieved. Verify that the solution is displaying Status.

Team.NETMicrosoft Teams
May 31, 2020
0
0

Managing Cloud Ready .NET App Secrets in Visual Studio

Developer Support
Developer Support

Secrets need to be handled with care and this is the responsibility of every developer. We’ve all read those news reports of someone accidently checking a production password into source control only to find out the next day that their credit card has been maxed out.

TeamAzure.NET
Mar 20, 2020
0
0

.NET Platforms Feature Comparison

Developer Support
Developer Support

There are situations where people would like to have a comprehensive view of the feature comparison. Instead of digging into every feature across all three platform, I compiled a list of name spaces in each platform and put them side by side so you can easily see the differences.

Team.NET.NET Core
Sep 23, 2019
0
0

.NET Conf 2019

Developer Support
Developer Support

.NET Conf 2019, a free, 3-day, virtual developer event

Team.NETVisual Studio
Jul 11, 2019
0
0

Deoptimize Your Snapshots Now in Snapshot Debugger

Developer Support
Developer Support

This setting allows developers to configure the level of deoptimization suitable for their apps. To enable deoptimization, be sure to enable Snapshot Debugger call stacks and local variable support from the Application Insights configuration page.

Team.NETdebugging
Jun 4, 2019
0
0

Making Sense of .NET 5

Developer Support
Developer Support

At the first day of Microsoft’s annual Build conference, Microsoft announced .NET 5 which will be released in November 2020. This led to some confusion in discussions with some of my colleagues and friends. What about .NET Core? Isn’t that the future? The road forward?

Team.NET.NET Core
Dec 24, 2018
0
0

Six Opinionated Tips to be a Better .NET Developer

Developer Support
Developer Support

I have been a developer for over 10 years, and I am always looking at new ways to be more productive. May I present you with 6 tips that I have started to adopt that I think have increased my developer skills 1000% (YMMV).

Team.NET
Sep 7, 2018
0
0

Raw threads and async lambdas

Developer Support
Developer Support

Using async methods/lambdas where they are not expected causes unexpected problems. The typical example I discuss with people is TaskFactory.StartNew() because its an easy way to create Tasks and some people reach for that instead of Task.Run(), but I recently came across some code hitting the same problem while creating threads the traditional way...

Team.NETasynchronous
Jun 17, 2018
0
0

.NET Core 2.1 Update strategy

Developer Support
Developer Support

This post is provided by App Dev Manager Anant Dimri who shares some helpful Q/A around .NET Core patching strategy.We know that we can create two types of deployments for .NET Core applications:In a package, you can have .NET core runtime dlls as well as your or 3rd party dlls that you have referenced. When planning for a patching strategy for you...

Team.NET