Want to receive every Tuesday the best .NET links?
Once subscribed you can login, submit a link and receive the weekly newsletter.
by bill-s, 2016-08-26T19:26:22.000Z
Today we’re excited to roll out our beta release of TypeScript 2.0. If you’re not familiar with TypeScript yet, you can start learning it today on our website.by bill-s, 2016-08-28T04:10:49.000Z
Douglas Starnes has a tutorial video on how to run ASP.NET Core on Cloud9.by bill-s, 2016-08-28T04:06:27.000Z
Today, it’s our pleasure to announce that Unity 5.5 beta is available for all users. We encourage you to download it and try out the many new and improved features on your project. Don’t forget to backup your projects first though – it’s a beta!by bill-s, 2016-08-28T04:04:50.000Z
“This web page is slow” is a common and regular complaint about web sites, especially since web applications started replacing desktop applications. While the web brings some desirable characteristics such as global delivery, it also brings its share of challenges at the performance level.by bill-s, 2016-08-24T19:38:15.000Z
We're pleased to announce that version 2.0 of the GitHub Extension for Visual Studio is now available. You can install it directly from the Tools and Extensions gallery in Visual Studio, as well as from our releases page and our website.by bill-s, 2016-08-26T19:27:11.000Z
At //Build this year we launched the C/C++ extension for Visual Studio Code, with this July update to the extension we would like to thank all of you who have tried out the C/C++ extension in Visual Studio Code and have already provided rich feedback on your experiences and filed issues and requests with us.by bill-s, 2016-08-24T19:37:06.000Z
An interesting article on Artificial Intelligence Chat Ro(Bot) Application developmentby bill-s, 2016-08-28T04:10:08.000Z
In some applications the Configure and ConfigureServices methods of Startup.cs can become unwieldy. It’s not complicated logic, but with all the middleware and services and options to configure, the methods become long and messy.by bill-s, 2016-08-28T04:09:48.000Z
Last week, we introduced new tools and client libraries for .NET developers to integrate with Google Cloud Platform, including Google Cloud Client Libraries for .NET, a set of new client libraries that provide an idiomatic way for .NET developers to interact with GCP services. In this post, we'll explain what it takes to install the new client libraries for .NET in your project.by bill-s, 2016-08-24T19:39:28.000Z
docs.nuget.org is the authoritative guide on everything NuGet. It is used as reference by nearly 180k developers with over 500k page views a month.by bill-s, 2016-08-26T19:25:36.000Z
Build any kind of application on top of SQL Server. Use the full feature set of SQL Server 2016 Enterprise edition to cost-effectively build, test, and demonstrate applications based on SQL Server software in a non-production environment.by bill-s, 2016-08-24T19:34:57.000Z
Web applications are getting more demanding and complex. One way to manage complex functionalities of the application is to break the functionalities into modules. There are many JavaScript libraries which provides this Componentization at the front-end side.by bill-s, 2016-08-24T19:35:42.000Z
Warden is a simple, cross-platform library, built to solve the problem of monitoring the resources such as the websites, API, databases, CPU etc.by bill-s, 2016-08-26T19:24:49.000Z
Today we released Team Foundation Server 15 Release Candidate 1. This is a “go-live” release, fit for production use and supported by our support team.by bill-s, 2016-08-28T04:10:26.000Z
I’ve been using HttpClient wrong for years and it finally came back to bite me. My site was unstable and my clients furious, with a simple fix performance improved greatly and the instability disapeared.