Showing results for 2017 - Page 16 of 17 - .NET Blog

Feb 7, 2017
0
0

ASP.NET Documentation Now on docs.microsoft.com

Jeffrey Fritz
Jeffrey Fritz

This post was written by Wade Pickett We are happy to announce ASP.NET documentation and guidance has been migrated to docs.microsoft.com! Better Together and Great Features This brings the ASP.NET documentation together with ASP.NET Core, C#, Entity Framework Core, Azure, Visual Studio, C++, and SQL on Linux. docs.microsoft.com will allow for ...

ASP.NETASP.NET Core
Feb 3, 2017
0
0

.GAME’s Item System – Part 1 Challenge Explained

Stacey Haffner [MSFT]
Stacey Haffner [MSFT]

Last week's episode of .GAME started preparations for an item system that we'll be using for equipment and merchant mechanics. The episode covered some Unity fundamentals, such as methods of object rotation, tags, layers, sorting layers and filtering. We wrapped up with a development challenge, the scenario of which was: When the player moves towar...

.NET
Feb 2, 2017
0
0

Notes from the ASP.NET Community Standup –January 24, 2017

Maria Naggaga
Maria Naggaga

This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET Core framework over the previous week. Join Scott Hanselman, D...

ASP.NETCommunity Standup
Feb 1, 2017
0
1

The .NET Language Strategy

Mads Torgersen
Mads Torgersen

The .NET Language Strategy I am constantly aware of the enormous impact our language investments have on so many people's daily lives. Our languages are a huge strength of the .NET platform, and a primary factor in people choosing to bet on it - and stay on it. I've been here on the .NET languages team at Microsoft for more than a decade, and I've...

.NET
Jan 31, 2017
0
0

The week in .NET – On .NET on public speaking, ndepend, CrazyCore, The Perils of Man

Bertrand Le Roy
Bertrand Le Roy

Previous posts: .NET Core, .NET Native, NuGet, VS 2017 RC updates This week, we announced updates to .NET Core, .NET Native, NuGet, and VS 2017 RC. Check out the posts for all the details. On .NET We had two shows last week. Our first show was a special on public speaking hosted by Kendra Havens, with Scott H...

.NET
Jan 30, 2017
0
0

January 2017 Update for ASP.NET Core 1.1

Rich Lander [MSFT]
Rich Lander [MSFT]

We just released an update for ASP.NET Core 1.1 due to Microsoft Security Advisory 4010983. The advisory is for a vulnerability in ASP.NET Core MVC 1.1.0 that could allow denial of service. All of the information you need is in the advisory. A short summary is provided below. Red Hat customers should consult the Red Hat advisory for the same issue...

.NET
Jan 30, 2017
0
0

Announcing .NET Core, .NET Native and NuGet Updates in VS 2017 RC

Rich Lander [MSFT]
Rich Lander [MSFT]

Updated (4/2017): See .NET Core Releases to learn about newer releases. We just released updates to the .NET Core SDK, .NET Native Tools and NuGet, all of which are included in Visual Studio 2017 RC. You can also install the .NET Core SDK for command-line use, on Windows, Mac and Linux. Please check out the ASP.NET blog to learn more about Web Too...

.NET
Jan 24, 2017
0
0

The week in .NET – Adafruit Class Library for Windows IoT Core, Floor Plan

Bertrand Le Roy
Bertrand Le Roy

Previous posts: On .NET We had no show last week, but we'll have two this week. On Wednesday at 9:00AM Pacific Time, Scott Hanselman will host a panel discussion on public speaking, with Kasey Uhlenhuth, Maria Naggaga Nakanwagi, Donovan Brown, and Mitch Muenster. On Thursday at 9:00AM Pacific Time, Patrick Smacchia w...

.NET
Jan 23, 2017
0
0

Notes from the ASP.NET Community Standup –January 10, 2017

Maria Naggaga
Maria Naggaga

This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET Core framework over the previous week. Join Scott Hanselman, D...

ASP.NETCommunity Standup
Jan 23, 2017
1
0

ASP.NET Core Authentication with IdentityServer4

Jeffrey Fritz
Jeffrey Fritz

This is a guest post by Mike Rousos In my post on bearer token authentication in ASP.NET Core, I mentioned that there are a couple good third-party libraries for issuing JWT bearer tokens in .NET Core. In that post, I used OpenIddict to demonstrate how end-to-end token issuance can work in an ASP.NET Core application. Since that post was publishe...

ASP.NETASP.NET Core