Showing results for ASP.NET MVC - .NET Blog

Dec 14, 2016
1
0

Announcing Microsoft ASP.NET WebHooks V1 RTM

Henrik F Nielsen
Henrik F Nielsen

We are very happy to announce ASP.NET WebHooks V1 RTM making it easy to both send and receive WebHooks with ASP.NET. WebHooks provide a simple pub/sub model for wiring together Web APIs and services with your code. A WebHook can be used to get notified when a file has changed in Dropbox, a code change has been committed to GitHub, a payment has ...

ASP.NETWebHooks
Sep 20, 2016
0
0

Announcing the DotNetCompilerPlatform 1.0.2 release

Matt FJH
Matt FJH

Update Microsoft.CodeDom.Providers.DotNetCompilerPlatform is now open sourced on GitHub. If you have any suggestion or issue, please go to this link and post your thought there.   Today I'm pleased to announce that the Microsoft.CodeDom.Providers.DotNetCompilerPlatform 1.0.2 package is released on NuGet. It enables ASP.NET to support the ne...

ASP.NET
Sep 15, 2015
8
0

Sending WebHooks with ASP.NET WebHooks Preview

Henrik F Nielsen
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 mentioned that it is not only possible to receive WebHooks from others but also to add support for sending WebHooks from your Web Application. This blog goes into detail on how to do that. Sending WebHooks is slightl...

ASP.NET
Sep 4, 2015
1
0

Introducing Microsoft ASP.NET WebHooks Preview

Henrik F Nielsen
Henrik F Nielsen

We are very pleased to announce ASP.NET WebHooks preview as a new addition to the ASP.NET family. WebHooks is a lightweight HTTP pattern providing a simple pub/sub model for wiring together Web APIs and SaaS services. When an event happens in a service, a notification is sent in the form of an HTTP POST request to registered subscribers. The POST r...

ASP.NET
Jul 20, 2015
0
0

Announcing ASP.NET 4.6 and ASP.NET 5 beta 5 in Visual Studio 2015 Release

Jeffrey Fritz
Jeffrey Fritz

Long time readers of this blog or followers of the ASP.NET Community Standup know that this day was coming, and we have a released version of ASP.NET 4.6 framework and tools with Visual Studio 2015.  Not only are we shipping ASP.NET 4.6, but we are also including with Visual Studio 2015 a bundle of ASP.NET 5 beta 5 runtime tools and libraries.  The...

ASP.NET
Feb 9, 2015
0
0

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

Yishai G_
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
Dec 17, 2014
0
0

ASP.NET MVC 5.2.3, Web Pages 3.2.3 and Web API 5.2.3 Beta releases

Yishai G_
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 a Beta of ASP.NET MVC 5.2.3, Web Pages 5.2.3 and Web API 5.2.3.This preview release addresses 12 issues. Here is the full list.Highlight of issues fixedWeb API Issues2092 Significant performance improvement i...

ASP.NET
Oct 10, 2014
0
0

Announcing Microsoft.ASPNET.Facebook 1.1 RTM

Kirthi [MSFT]
Kirthi [MSFT]

The NuGet packages for Microsoft.ASPNET.Facebook 1.1 are now live on the NuGet gallery!Download this releaseYou can install or update the NuGet packages for Microsoft.ASPNET.Facebook 1.1 using the NuGet Package Manager Console, like this: What’s in this release?In this release, we enabled better support for the Safari browser and added a n...

ASP.NET
Sep 9, 2014
0
0

Announcing Microsoft.AspNet.Facebook 1.1 beta

Kirthi [MSFT]
Kirthi [MSFT]

This past June we released the first version of the Microsoft.AspNet.Facebook NuGet package and the corresponding Visual Studio template. Today we released an update to this package: Microsoft.AspNet.Facebook 1.1 beta. In this release, we enabled better support for the Safari browser and added a new feature that gives developers the ability to add ...

ASP.NET
Jul 29, 2014
0
0

Profile and Time your ASP.NET MVC app all the way to Azure

Rick_Anderson
Rick_Anderson

Successful web app dev teams generally consider performance a requirement from the beginning,  not an afterthought. Performance should be considered in all phases of a project, from design and into production, including updates to the app. That's not to say you should try to optimize code before you've measured it, you really don't know what...

ASP.NET