Showing tag results for asp.net

Nov 24, 2015
Post comments count0
Post likes count0

.NET Core and ASP.NET Bug Bounty Update

Barry Dorrans

As we've now released RC1 of .NET Core and ASP.NET restrictions on areas for investigation are now lifted. The entire cross platform stack, including networking is now in scope and eligible for bounty submissions.The ASP.NET web site has instructions on how to install RC1 on Windows, Linux and OS X. Windows researchers can use Visual Studio 20...

ASP.NET
Oct 20, 2015
Post comments count0
Post likes count0

.NET Core and ASP.NET Launches a Beta Bug Bounty Program.

Jeffrey Fritz

A guest post from Barry Dorrans, the security lead for ASP.NETToday, with great excitement, we announce an introductory 3 month bug bounty program for .NET Core and ASP.NET, our new open source, cross platform runtime and web stack. The program encompasses the latest beta version, beta 8 and any subsequent beta or release candidates released d...

ASP.NET
Oct 3, 2015
Post comments count0
Post likes count0

Receive WebHooks from Azure Alerts and Kudu (Azure Web App Deployment)

Henrik F Nielsen

The Microsoft ASP.NET WebHooks preview is moving forward! We have received two very cool source contributions adding support for Kudu (Azure Web App Deployment) and Bitbucket. There is a sample for Bitbucket, but here we will focus on Kudu as well as Azure Alerts which just announced support for WebHooks. Kudu provides a ton of functionality for d...

ASP.NET
Sep 21, 2015
Post comments count0
Post likes count0

Integrating with Instagram using ASP.NET WebHooks Preview

Henrik F Nielsen

In the blog Introducing Microsoft ASP.NET WebHooks Preview, we gave an overview of how to work with Microsoft ASP.NET WebHooks. We described how you get out-of-the-box support for a variety of WebHooks providers such as Dropbox, GitHub, MailChimp, PayPal, Slack, Salesforce, Trello, as well as being able to write your own. In this blog we describe ...

ASP.NET
Jul 15, 2015
Post comments count0
Post likes count0

New version of ASP.NET Merge Tool

Matt FJH

The ASP.NET Merge tool (Aspnet_merge.exe) enables you to combine and manage the assemblies that are created by the ASP.NET compilation tool (Aspnet_compiler.exe). It was built on top of a Microsoft Research project, ILMerge, through which Aspnet_merge.exe does IL code merge.   What problem does this new version fix? The first version of thi...

ASP.NET
Jun 11, 2015
Post comments count0
Post likes count0

Cool ASP.NET Web Forms Features in 2015 – Async Model Binding

Jeffrey Fritz

This is the first in a twice weekly series of blog posts that we’re going to share from the Microsoft Web Development blog to showcase some of the really cool and mature features available in ASP.NET Web Forms for developers to use in their projects.  Web Forms is the development model that was deployed first with ASP.NET in 2001, and has been impr...

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

.NET Announcements at Build 2015

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
Apr 7, 2015
Post comments count0
Post likes count0

ASP.NET Identity 2.2.1

pranav rastogi

We are releasing ASP.NET Identity 2.2.1. The main focus in this release was to fix issues reported in 2.2.0 release. Download this release You can download ASP.NET Identity from the NuGet gallery. You can install or update these packages using the NuGet Package Manager Console, like this: Install-Package Microsoft.AspNet.Identity.EntityFramework...

ASP.NET
Mar 10, 2015
Post comments count0
Post likes count0

Welcome Back! – The AJAX Control Toolkit March 2015 Update

Jeffrey Fritz

Welcome Back! - The AJAX Control Toolkit March 2015 Update Its been 15 months since a significant update was released for the AJAX Control Toolkit on CodePlex. In the time since then, our friends at DevExpress have stepped up and offered to lead this open source project. In just a few short months, they have implemented a number of modern and stra...

ASP.NET
Feb 9, 2015
Post comments count0
Post likes count0

ASP.NET MVC 5.2.3, Web Pages 3.2.3 and Web API 5.2.3 Release

Yishai G_

While the MVC team is working hard on MVC 6 as part of the ASP.NET 5 effort, we also keep working on the 5.x packages. Today we are releasing ASP.NET MVC 5.2.3, Web Pages 5.2.3 and Web API 5.2.3. This release addresses 13 issues. Here is the full list. Highlight of issues fixed Web API Issues 2092 Significant performance improvement in the defa...

ASP.NET