Showing results for dotnetnative - .NET Blog

Nov 4, 2019
Post comments count17
Post likes count0

ASP.NET Core updates in .NET Core 3.1 Preview 2

Daniel Roth
Daniel Roth

.NET Core 3.1 Preview 2 is now available! Check out what's new in ASP.NET Core in this release.

ASP.NETASP.NET Core.NET Core
Oct 18, 2019
Post comments count68
Post likes count0

Upcoming SameSite Cookie Changes in ASP.NET and ASP.NET Core

Barry Dorrans
Barry Dorrans

SameSite is a 2016 extension to HTTP cookies intended to mitigate cross site request forgery (CSRF). The original design was an opt-in feature which could be used by adding a new SameSite property to cookies. It had two values, Lax and Strict. Setting the value to Lax indicated the cookie should be sent on navigation within the same site, or throug...

ASP.NETASP.NET Core
Oct 23, 2018
Post comments count0
Post likes count0

.NET Core Source Code Analysis with Intel® VTune™ Amplifier

Rich Lander [MSFT]
Rich Lander [MSFT]

This post was written by Varun Venkatesan, Li Tian, Denis Pravdin, who are engineers at Intel. They are excited to share .NET Core-specific enhancements that Intel has made to VTune Amplifier 2019. You can use this tool to use to make .NET Core applications faster on Intel processors. Update (2019.01.14): VTune™ Amplifier 2019 Update 2 is now avai...

.NET Core.NET
Sep 28, 2015
Post comments count0
Post likes count0

What’s new for .NET and UWP in Win10 Tools 1.1

Rich Lander [MSFT]
Rich Lander [MSFT]

This post was written by Lucian Wischik, Program Manager on the Managed Languages team. Last week we updated the Visual Studio tools for Universal Windows Apps. The easiest way to get the update is within Visual Studio, under Tools > Extensions > Updates. (Also read the release notes). As part of this update, we're including a new opt-in ...

.NET
Apr 29, 2015
Post comments count0
Post likes count0

.NET Announcements at Build 2015

Rich Lander [MSFT]
Rich Lander [MSFT]

Updated (2017): See .NET Framework Releases to learn about newer releases. Updated (July 2015): See Announcing .NET Framework 4.6 to read about the final version of the .NET Framework 4.6. At the Build conference today, Scott Guthrie announced the .NET Framework 4.6 RC and Visual Studio 2015 RC. He also announced important updates for .NET Wi...

.NET
Oct 6, 2014
Post comments count0
Post likes count0

Announcing October 2014 Updates to .NET Framework vNext, ASP.NET vNext and .NET Native in Visual Studio “14” CTP4

.NET Team
.NET Team

Updated (2017): See .NET Framework Releases to learn about newer releases. Today, we are announcing updates to the .NET Framework vNext, ASP.NET vNext and .NET Native. These are all available in Visual Studio “14” CTP4. This .NET Framework release contains RyuJIT, the next generation X64 JIT. ASP.NET vNext contains major improvements in the runtim...

.NET
Aug 28, 2014
Post comments count0
Post likes count0

Using WCF in .NET Native

Immo Landwerth
Immo Landwerth

This post was authored by Ron Cain, a Software Development Engineer on the WCF team. In our previous post, we mentioned that some of the client components of Windows Communication Foundation (WCF) had been made available for .NET Native Windows Store apps in Visual Studio "14" CTP3. In this post, I will describe how to build a sample WCF Windows S...

.NET
Aug 18, 2014
Post comments count0
Post likes count0

Try out the new releases: .NET Framework vNext, ASP.NET vNext, .NET Native and RyuJIT

.NET Team
.NET Team

Update (2017): See .NET Framework Releases to learn about newer releases. Today, we are announcing updated versions of .NET Framework vNext, ASP.NET vNext, .NET Native and RyuJIT. You can try out these new releases by installing Visual Studio “14” CTP3. Please tell us what you think. The .NET Framework vNext We are releasing an early build of the ...

.NET
Jul 2, 2014
Post comments count0
Post likes count0

dotnetConf 2014 Wrapup

.NET Team
.NET Team

We just wanted to say thank you for your time attending the dotnetConf in June 2014 where we shared innovation and news about the present and future of .NET, all in a single place focusing on .NET technologies.  You may have missed sessions during the streaming delivered on June 25th and 26th, so, for your convenience, we’d like to remind tha...

.NET
Jun 13, 2014
Post comments count0
Post likes count0

.NET Native Deep Dive: Debugging into Interop Code

.NET Team
.NET Team

This post was authored by Yi Zhang, a Senior Software Development Engineer on the .NET Native team. .NET Native and MCG At this point, you’ve probably seen the .NET Native announcement and some of our other .NET Native blog posts. We’ve talked about how .NET Native brings you the productivity of C#, but also with the performance of C+...

.NET