C#


Structuring Views in ASP.NET MVC to Centralize Logic

A View without any code is probably impossible in any real-world application. But, by leveraging Partial Views, you can still separate your View-related code from your HTML.

Variation on Back-Propagation: Mini-Batch Neural Network Training

Let's explore mini-batch training, the third among a variety of back-propagation algorithms you can use for training a neural network.

Official: Visual Studio 2015, .NET Framework 4.6 Now Available

Also released is Visual Studio 2013 Update 5, which rolls up a number of bug fixes but also adds features for developers to perform load testing of apps via an Azure site globally from within Team Foundation Server.

Roslyn Update: The State of the .NET Compiler Platform

Now that Visual Studio 2015 is upon us, here's a brief overview of the capabilities of the .NET Compiler Platform.

Domain-Driven Design: Everything You Believe Is Wrong!

Domain-Driven Design claims that it provides a strategy for building applications that will grow and evolve over time without collapsing under their own complexity. It does that by upsetting some conventional wisdom.

TDD for ASP.NET MVC, Part 5: Client-Side JavaScript

Let's wrap up this series on TDD for ASP.NET MVC and talk about the view layer via JavaScript.

C# Developers Can Tap Into Azure AD Reporting Data

Developers can tap into Azure AD reporting data and create custom dashboards with the availability of a number of reporting APIs that Microsoft has released as previews last week.

Team Foundation Server 2015 Likely Delayed After July 20

Unexpected stream of bug reports means more testing will be needed before final version is released, which might mean it won't be released in final form with the rest of the Microsoft developer tools on July 20. Meanwhile, the team opens up TFS 2015 RC 2 to testers.

Generate Reliable URLs in ASP.NET MVC AJAX Calls

You've moved your ASP.NET MVC application into production and all of your lovely AJAX calls have started failing. The solution is to ensure the URLs you're using in your AJAX calls are absolutely correct.

How To Say the Right Things at a Developer Job Interview

In a DevDisasters reversal, Dave's meticulous attention to detail that points out the numerous issues in code that made it to a production system was enough to earn him a role at the company.

A Sharper, More Powerful C# 6.0

The newest version of C# 6.0 that you'll see in Visual Studio 2015 improves and streamlines the way you'll code for a "mobile first, cloud first" world.

July 20: Visual Studio 2015, TFS 2015 and .NET 4.6 To Be Released Online

Microsoft's programming tools suite features get locked for its release to manufacturing later this month, and the company will simultaneously hold a number of online events and demos to formally introduce the tools to the world.

Navigation with Xamarin Forms

Xamarin Forms makes the hard work of navigation in apps from device to device a much simpler developer proposition. Here's what I've learned so far.

Lankford: You're Already a Cloud Developer

At Visual Studio Live! in San Francisco, keynote speaker Kris Lankford urges developers working with C#, ASP.NET, and a number of Microsoft dev tools to embrace the cloud or get left behind.

TDD for ASP.NET MVC Part 4: Unit Testing View Model Validation

How to unit test view model validation, focusing on the controller when the model is bound to a controller action.

Handling Bad URLs in ASP.NET MVC

If users enter an invalid URL, then ASP.NET MVC will handle the problem by issuing a generic HTTP error. Here's how to give users more support (plus some advice on avoiding the problem altogether).

Compiled Data Binding in the Universal Windows Platform

Nick Randolph investigates the inner workings of the new compiled data binding support available to Windows platform developers in the Universal Windows Platform.

Microsoft's Cross-Platform Tools Aim for Mac, OS X

Redmond's release of several tools for developing apps on Apple platforms during the Apple Worldwide Developer Conference couldn't have been timed any better.

A Simple and Sophisticated Logging Tool

When things go wrong in production, logging provides a way of going back through an application's history to find out what happened. Here's the simplest possible way to use Peter's favorite third-party logging utility: NLog.

Customize Neural Networks with Alternative Activation Functions

Here's how to use non-standard activation functions to customize your neural network system.

Subscribe on YouTube