ASP.NET (AJAX)


Delivering Scalable, Maintainable Objects with Domain-Driven Design

If you've been creating Data Transfer Objects that integrate several objects into one, then you've created what domain-driven design (DDD) calls an aggregate. But there are some rules you need to follow if you want to reap the benefits that DDD promises toward performance, maintainability and scalability.

Use OData Containment To Make the Easy Connections in an ASP.NET Web App

The Open Data Protocol allows for creation and consumption of REST APIs. Sam Nasr demonstrates OData 4 in a sample app that demonstrates containment, a new feature for facilitating data access.

Improve Test Asserts with Shouldly

Augment your testing framework with Shouldly for improved test code readability and better test failure messages.

Simplifying Your Object Model with Value Objects

Our applications are complicated enough without adding any more. Here's a way to think about your objects that allows you to dramatically simplify your object model, provided you're willing to turn your current practice around by 180 degrees.

What Makes Universal App Platform So Attractive to Devs?

Microsoft's Thomas Fennel demonstrated several "bridge" innovations in the Universal App platform that should appeal to traditional developers.

Taking Visual Studio 2015 for a Test Drive

A quartet of Visual Studio team members demonstrated a number of the "mobile first, cloud first" innovations in the newly released development platform at Visual Studio Live! in Redmond.

Accessing Office 365 Services via Visual Studio

Office 365 platforms keep getting better with every update, and now the Office 365 API for Visual Studio provides a great way to interact with Office 365 resources.

Customize Colors for Code Syntax Highlighting

C#, JavaScript, and ASP.NET MVC coding issues can be made more prominent by customizing code syntax colors.

Improved Networking APIs for Universal Windows Apps

Nestled inside the Universal Windows Application Development Tools for Visual Studio 2015 that was released last week are a few improvements that will make network and cloud connectivity much smoother.

Designing and Implementing Synchronous vs. Asynchronous WCF Services

Asynchronous services are easier to implement with support of the await and async keywords in WCF 4.5. We look at that, as well as contract-first development.

ASP.NET MVC 6, Part 1: Tag Helpers

Clean up your Razor views with the new tag helpers in ASP.NET MVC 6.

As Windows 10 Goes Live, So Do Developer Resources

Microsoft's developer division has been gearing up for this day, as it now officially opens up the Windows 10 Store and announces a handful of Windows 10 resources that developers can deploy in live production environments.

Simplifying Single-Page Applications with ASP.NET MVC Partial Views

Partial Views can make creating Single-Page Applications dramatically easier by better achieving the goals of the MVC design pattern. Here, in TypeScript, is how to leverage Partial Pages to create an AJAX-enabled application in ASP.NET MVC.

Entity Framework 7 Beta 6 Out in Preview

EF7 Beta 6 adds data annotations, customization of reverse engineer via templates, and support for raw SQL commands.

Data Binding a Custom Cell in Xamarin.Forms ListView

The ListView in Xamarin.Forms has a lot of options, and the ability to use a custom cell is one of the more useful features.

License Changes Mean More TFS 2015 Feature Flexibility

Changes in licensing allows anyone with the basic CAL to get access to features that were available only to premium subscribers.

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.

Why I'm Excited About DocumentDB

DocumentDB brings together the best of No-SQL and the cloud, to give you a robust scalable data persistence engine. Here's what you need to know to start developing projects with it.

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.

Subscribe on YouTube