Showing results for May 2013 - .NET Blog

May 29, 2013
Post comments count0
Post likes count0

Get /httpclient/rtm – 200 OK

Immo Landwerth
Immo Landwerth

As promised in our last blog post we’re releasing Microsoft.Net.Http as a stable NuGet package today. Yep, that’s right: You can finally start using the portable HttpClient 2.1 in production! As we’ve discussed in previous blog posts, HttpClient is a modern networking API which makes it easy to access any resource exposed through ...

.NET
May 22, 2013
Post comments count0
Post likes count0

Portable HttpClient is now available as RC

Immo Landwerth
Immo Landwerth

Three months ago we shipped the first preview of the portable HttpClient. Many of you wondered when we would ship the RTM version. Today, we’re happy to announce the first step towards an RTM: We shipped a release candidate (RC) of HttpClient (Microsoft.Net.Http package on NuGet) that includes all the bug fixes since the preview. New features...

.NET
May 22, 2013
Post comments count0
Post likes count0

Portable HttpClient is now available as RC

Immo Landwerth
Immo Landwerth

Three months ago we shipped the first preview of the portable HttpClient. Many of you wondered when we would ship the RTM version. Today, we’re happy to announce the first step towards an RTM: We shipped a release candidate (RC) of HttpClient (Microsoft.Net.Http package on NuGet) that includes all the bug fixes since the preview. New features...

.NET
May 22, 2013
Post comments count0
Post likes count0

Portable HttpClient is now available as RC

Immo Landwerth
Immo Landwerth

Three months ago we shipped the first preview of the portable HttpClient. Many of you wondered when we would ship the RTM version. Today, we’re happy to announce the first step towards an RTM: We shipped a release candidate (RC) of HttpClient (Microsoft.Net.Http package on NuGet) that includes all the bug fixes since the preview. New features...

.NET
May 22, 2013
Post comments count0
Post likes count0

Portable HttpClient is now available as RC

Immo Landwerth
Immo Landwerth

Three months ago we shipped the first preview of the portable HttpClient. Many of you wondered when we would ship the RTM version. Today, we’re happy to announce the first step towards an RTM: We shipped a release candidate (RC) of HttpClient (Microsoft.Net.Http package on NuGet) that includes all the bug fixes since the preview. New features...

.NET
May 21, 2013
Post comments count0
Post likes count0

DataTable using SignalR+AngularJS+EntityFramework

Gustavo Armenta Valdez
Gustavo Armenta Valdez

SignalR brought developers an easier way to build real-time, very responsive web applications. But, how does it play with other available technologies? I took a couple of days to implement a very common scenario needed in every Enterprise Application: A DataTable to do CRUD operations persisting changes on a database. My initial thought was this i...

ASP.NET
May 21, 2013
Post comments count0
Post likes count0

Package Manager Dialog vs. Package Manager Console, some differences!

ranjinimathrubootham
ranjinimathrubootham

One common misconception we see among NuGet users is that NuGet could only install/ update to the latest version of a package in VS. This is due to the fact that through 'NuGet Package Manager Dialog' we only show that latest (stable or prerelease) version of any package. But, NuGet provides the ability to install/ update to any specific version of...

NuGetVisual Studio
May 20, 2013
Post comments count0
Post likes count1

Play with Packages, programmatically!

ranjinimathrubootham
ranjinimathrubootham

One of the many often seen requests, from developers using NuGet, is examples on our NuGet core APIs. The requests range from finding meta-data for the packages to installing the package programmatically. In this blog post, I will provide a few examples of using NuGet Core APIs. Getting Started To use NuGet Core APIs, install NuGet.Core NuGet pac...

NuGetVisual Studio
May 20, 2013
Post comments count0
Post likes count0

Where else is NuGet used in Visual Studio?

Luan Nguyen
Luan Nguyen

All NuGet users are probably familiar with both the Manage NuGet Packages dialog and the Package Manager Console. These are the main user interfaces for installing and managing packages. However, NuGet is also used in a couple of more subtle places. Below are a few of them that I am aware of. With the exception of the New Project dialog, these di...

NuGetVisual Studio
May 6, 2013
Post comments count0
Post likes count0

ASP.NET hosts six community created SPA templates now

Xinyang Qiu
Xinyang Qiu

Since announcement of 4 community created Single Page Application templates when releasing ASP.NET and Web Tools 2012.2 in February 2013, the community has done some updates to the templates and released 2 more templates: Backbone template and Breeze/Angular template.  You can view the details and download the templates at http://www.asp.net/single...

ASP.NET