Showing results for January 2014 - .NET Blog

Jan 30, 2014
0
0

Announcing preview of Dynamic Data provider and EntityDataSource control for Entity Framework 6

pranav rastogi
pranav rastogi

Today, we are pleased to announce an update to ASP.NET DynamicData and EntityDataSource control, so that they work with Entity Framework 6.What’s in this preview- DynamicData provider for Entity Framework 6- EntityDataSource control for Entity Framework 6How to install this previewYou can download this preview for ASP.NET DynamicData....

ASP.NET
Jan 30, 2014
0
0

Microsoft.Diagnostics.Tracing.EventSource is now stable

Immo Landwerth
Immo Landwerth

We are announcing the RTM of the EventSource NuGet package, which enables fast app tracing to the Windows Event Log, including in production. This post was written by Cosmin Radu, a software developer on the .NET Runtime team. Over the past several weeks we’ve been working on addressing some feedback we’ve received from our users and ...

.NET
Jan 22, 2014
0
0

.NET 4.5.1 Supports Microsoft Security Updates for .NET NuGet Libraries

.NET Team
.NET Team

This post describes .NET NuGet library servicing support in the .NET Framework 4.5.1. It was written by Alok Shriram, a Program Manager on the .NET Core Framework Team. In the .NET Framework 4.5.1, we extended our .NET Framework security update capability to our NuGet libraries, enabling us to deliver security updates for those libraries on ...

.NET
Jan 20, 2014
0
0

Announcing the Release of ASP.NET MVC 5.1, ASP.NET Web API 2.1 and ASP.NET Web Pages 3.1

Daniel Roth
Daniel Roth

The NuGet packages for ASP.NET MVC 5.1, ASP.NET Web API 2.1 and ASP.NET Web Pages 3.1 are now live on the NuGet gallery!Download this releaseYou can install or update to the released NuGet packages for ASP.NET MVC 5.1, ASP.NET Web API 2.1 and ASP.NET Web Pages 3.1 using the NuGet Package Manager Console, like this: Pre-requisites for ...

ASP.NET
Jan 15, 2014
0
0

Some notes on using Organizational Auth with ASP.NET

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In Visual Studio 2013 we shipped support for creating new ASP.NET projects which use Windows Azure Active Directory for Organizational Authentication. Vittorio Bertocci has recently written a great blog post Setting Up an ASP.NET Project with Organizational Authentication Requires an Organizational Account. If you are using the Org Auth features in...

ASP.NET
Jan 14, 2014
0
0

Scaffolding ADO.NET Entity Data Model Designer-based-models

Ian_Hong
Ian_Hong

The ADO.NET Entity Data Model Designer (Entity Designer) is a GUI tool for editing Entity Framework models. You can use the Entity Designer to visually create and modify entities, associations, mappings, and inheritance relationships. You can also use the tool to validate the model. When you build the Entity Framework models, Entity Designer in ...

ASP.NET
Jan 6, 2014
0
0

Implementing custom password policy using ASP.NET Identity

suhasbj
suhasbj

We recently released the 2.0.0-alpha1 version of ASP.NET Identity. Learn more here: http://blogs.msdn.com/b/webdev/archive/2013/12/20/announcing-preview-of-microsoft-aspnet-identity-2-0-0-alpha1.aspx To provide a more secure user experience for the application, you might want to customize the password complexity policy. This might include minimum ...

ASP.NET

Feedback