Showing tag results for azure

Oct 16, 2018
Post comments count0
Post likes count0

Automating Release Notes with Azure Functions

Jasmine Greenaway
Jasmine Greenaway

We can all agree that tracking the progress of a project enhances productivity and is an effective way to keep everyone involved of its progress. When it comes to managing your project in Azure DevOps (formerly VSTS) or GitHub, you have all of your artifacts in one place: code, CI/CD pipelines, releases, work items, and more. In cases where there’s...

Azure
Oct 4, 2018
Post comments count0
Post likes count0

Use Hybrid Connections to Incrementally Migrate Applications to the Cloud

Web Development Tools Microsoft
Web Development Tools Microsoft

As the software industry shifts to running software in the cloud, organizations are looking to migrate existing applications from on-premises to the cloud. Last week at Microsoft’s Ignite conference, Paul Yuknewicz and I delivered a talk focused on how to get started migrating applications to Azure (watch the talk free) where we walked through the ...

ASP.NETAzureCloud
Sep 5, 2018
Post comments count0
Post likes count0

Introduction to Azure Durable Functions

Maxime Rouiller
Maxime Rouiller

Azure Durable Functions is a new programming model based on Microsoft serverless' platform Azure Functions. It allows you to write a workflow as code and have the execution run with the scalability and the reliability of serverless with high throughput. Scenario Initially, I wanted to index data from GitHub repositories. I explained it all in a...

.NET
Sep 4, 2018
Post comments count0
Post likes count0

How to get started with Azure and .NET

picru
picru

Note: This content is now available as an official document Azure is a big cloud with lots of services, and for even the most experienced user it can be intimidating to know which service will best meet your needs. This blog post is intended to provide a short overview of the most common concepts and services .NET developers need get started and p...

ASP.NETASP.NET CoreAzure
Aug 15, 2018
Post comments count0
Post likes count0

Improvements in Visual Studio 2017 15.8 for web and Azure developers

Jeffrey Fritz
Jeffrey Fritz

With the release of Visual Studio 2017 version 15.8 brings improvements for web developers such as custom docker image tags during publish, zip push deployment for Azure functions, managing Azure functions application settings, and enabling Application Insights as part of publishing to Azure App Service. Also learn about managing user secrets in AS...

ASP.NETASP.NET CoreVisual Studio
May 22, 2018
Post comments count0
Post likes count0

Announcing ASP.NET Providers Connected Service Visual Studio Extension

Matt FJH
Matt FJH

Provider pattern was introduced in ASP.NET 2.0 and it gives the developers the flexibility of where to store the state of ASP.NET features (e.g. Session State, Membership, Output Cache etc.). In ASP.NET 4.6.2, we added async support for Session State Provider and Output Cache Provider.  These providers provide much better scalability, and enables t...

ASP.NETVisual StudioAzure
May 21, 2018
Post comments count0
Post likes count0

A Penny Saved is a Ton of Serverless Compute Earned

Web Development Tools Microsoft
Web Development Tools Microsoft

Scott Guthrie recently shared one of my favorite anecdotes on his Azure Red Shirt Tour. A Microsoft customer regularly invokes 1 billion (yes, that’s with a “B”) Azure Functions per day. The customer reached out to support after the first month thinking there was a bug in the billing system, only to find out that the $72 was in fact correct. How is...

ASP.NETAzure
Apr 27, 2018
Post comments count0
Post likes count0

Cosmos DB Solves Common Data Challenges in App Development

Jasmine Greenaway [MSFT]
Jasmine Greenaway [MSFT]

When considering how to implement your application with a relational database, it can change how you build it dramatically. Some of these challenges include adding an abstract implementation of the schema in the code, mapping data to objects, building queries, and preventing SQL injection attacks. Wouldn't it be great if there was a way to reduce t...

ASP.NETASP.NET CoreAzure
Apr 18, 2018
Post comments count0
Post likes count0

.NET Highlights in Visual Studio 2017 version 15.7 Preview 4

.NET Team
.NET Team

As you know we continue to incrementally improve Visual Studio 2017 (version 15), and our 7th significant update is currently well under way with the 4th preview shipping today. As we’re winding down the preview, we’d like to stop and take the time to tell you about all of the great updates that are coming in Visual Studio version 15.7 for .NET pro...

.NET
Apr 9, 2018
Post comments count0
Post likes count0

Explore Azure Cosmos DB with .NET Core and MongoDB

Jeremy Likness
Jeremy Likness

Have you had to design general purpose "metadata" tables in your SQL database that basically store column names and values? Do you often serialize/de-serialize XML or JSON from your SQL tables to handle volatile schemas and data? .NET developers have traditionally worked with relational database management systems (RDMS) like SQL Server. RDMS syste...

.NET