dotNET Weekly
Add a link
LoginRegister
PrevJanuary 2016Next
WSMTWTFS
53272829303112
23456789
310111213141516
417181920212223
524252627282930
631123456

Want to receive every Tuesday the best .NET links?

Once subscribed you can login, submit a link and receive the weekly newsletter.

Join more than 4847 .NET professionals!

Check out the new MVP Channel 9 page!

by bill-s, 2016-01-16T19:19:36.000Z

If you’re an MVP fan, we’re happy to announce a new way to discover great technical tips, tricks and ideas from these community leaders. Last week, Microsoft launched the MVP landing page on its highly popular Channel 9 site, which showcases technical videos, interviews and news from across Microsoft technologies.

ASP.NET 5 and Application Offline

by bill-s, 2016-01-16T19:18:31.000Z

ASP.NET 2.0 introduced a concept of application offline. This mean that when there is App_Offline.htm file in the root of a web application directory then ASP.NET will shut-down the application, unload the application domain from the server, and stop processing any new incoming requests for that application.

How to Optimize Json.NET Serialization Performance

by bill-s, 2016-01-16T19:24:38.000Z

By default, JsonConvert uses reflection to recursively search through the structure of an object during the serialization process. By implementing a custom JsonConverter that already knows the exact structure of the object, you can significantly increase serialization performance.

Developer’s Guide to Windows 10 Version 1511 Update – new videos now available on Channel 9

by bill-s, 2016-01-13T19:44:55.000Z

We’re happy to announce that the video recordings from last weeks’ Developer’s Guide to Windows 10 live event are now available on-demand on Channel 9. This half day event is an addendum to the existing Developer’s Guide to Windows 10 video series and covers new features for developers in the Version 1511 release and the corresponding Windows 10 Build 10586 SDK.

Deploying ASP.NET 5 website on IIS without using Visual Studio

by bill-s, 2016-01-16T19:23:03.000Z

Recently I blogged about ‘Deploying the ASP.Net5 based MVC6 application on IIS which was developed using VS 2015’. The scope of this blog is to ‘Deploying ASP.NET 5 website on IIS with VS and configure the IIS to access this website’.

Identities and Work Item Tracking in TFS 2015

by bill-s, 2016-01-16T08:59:22.000Z

In Team Foundation Server 2015 we introduced identity fields which made significant changes to how the Work Item Tracking (WIT) system handles identity values. These changes help modernize the underlying system and provide support for upcoming features . However, the changes result in API and data format differences that TFS users (especially those writing third-party tools with ClientOM or REST) need to be aware of.

Save 40% on exam prep books & eBooks

by bill-s, 2016-01-13T19:45:56.000Z

It’s a new year—time for a new you! For a limited time, save 40% on certification books and eBooks when you apply code NEWYEARCERT during checkout. Don’t wait to tell your study buddies. This offer ends January 31, 2016!

Tips for making a DevOps transformation

by bill-s, 2016-01-16T09:00:31.000Z

Nordstrom is regarded by many to represent the pinnacle of customer service. Many factors contribute to this stellar reputation... one is their IT Dept's commitment to doings things differently with greater agility. We're happy to have Courtney Kissler and Rob Cummings in studio to share their perspective on how DevOps has helped them be as agile as possible to uphold that great front end customer service on the backend.

Use C# Interactive Window for your coding experiment in Visual Studio 2015

by bill-s, 2016-01-16T08:57:59.000Z

The <strong>Interactive Window</strong> in <a href="http://dailydotnettips.com/" target="_blank">Visual Studio</a> is a great utility to <em>play around the code, language features, API’s and other .NET framework features</em>. It is a <a href="https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop" target="_blank">REPL</a>  (<em>Read–eval–print loop</em>) that provides us an environment for live coding and evaluate expression or code snippet based on our inputs. The <strong>Interactive Window</strong> also support features like <em>IntelliSense</em>, <em>syntax highlighting</em> and <em>navigating through executed commands. </em>

WallabyJS is a slick and powerful test runner for JavaScript in your IDE or Editor

by bill-s, 2016-01-13T19:48:02.000Z

Wallaby.js is insanely fast, because it only executes tests affected by your code changes and runs your tests in parallel.

World’s Largest Arduino Maker Challenge

by bill-s, 2016-01-13T19:46:33.000Z

1,000 finalists win newly announced Arduino MKR1000 boards. Top 3 projects win trips to Maker Faires + $500 Adafruit cards!

NewslettersAboutPrivacy Policy