ASP.NET (AJAX)


Workbench, Editor Updates Make Visual Studio Code June Release

The Visual Studio team's latest update includes quite a number of enhancements, including tab, workbench, and editor improvements/addition, and some new debugging options.

TypeScript 2.0 Beta Supports Nullable Types

Besides support for nullable types, a beta of TypeScript 2.0 is now available that includes a smoother way of working with declaration files and makes module declarations more efficient.

Who's in Charge Now? UI Control and the Interface Segregation Principle

If you adopt the Interface Segregation principle, then you can eliminate (or, at least, control) one of the most annoying problems in creating very useful objects. But following that principle through to its conclusion also inverts the traditional hierarchy of the development team.

Visual Studio 15, Team Foundation Server 15 Preview Now Available

IDE usage improvements, addition of Exception helper and Xamarin 4.1 are highlights of this release, notes John Montgomery, head of Visual Studio development.

It's OK To Be Lazy And Defer Creating Objects Until You Need Them

You can write some complicated code to ensure that you don't create any object until you absolutely need it. Or you can use the Lazy object...at least some of the time.

Processing Data with ASP.NET MVC, JSX+React and TypeScript

JSX+React provides a flexible way for you to structure your client-side code to two things you want: dynamically transform your page in response to your user's input, and to integrate with ASP.NET MVC action methods.

Visual Studio 2015 Update 3, .NET Core and ASP.NET Core 1.0 Out Now

Finalized versions of Microsoft's venerable software technologies are now generally available, and for Visual Studio 2015 U3, it includes the resolution of some high memory consumption issues that bedeviled some larger VS customers.

Saving Data on the Client in ASP.NET MVC

Here's another way to make applications more scalable and more responsive to the user: store some application data on the user's computer.

May Release of Visual Studio Code 1.2 Includes Tab Preview

A big user request, tab support, is developed enough that it's now available in preview form for those working with the VSC Insiders Release.

How the R Language Does OOP

It's not quite like C# or Python, but the R language's object-oriented programming capabilities are getting better with each iteration. Let's take a look at what .NET developers are able do now with OOP in R6.

Experiencing Nothingness in C# and Visual Basic

Nothing and null are one and the same, except in the language of programming.

Emerging Experiences, The HoloLens, and .NET Developers

Natural User Interface expert Tim Huckaby gave a glimpse of some of the more interesting challenges developer face with computing becoming more "natural," including how to control computers beyond the devices themselves. That was the message at his keynote talk at Visual Studio Live! in Boston.

Microsoft's Fritz Describes .NET of Tomorrow

At Visual Studio Live! in Boston, Microsoft's senior program manager in the Developer Outreach Group showcases a number of features that will move .NET into a broader, more cross-platform-friendly future. Also, Fritz says to expect .NET on June 27.

16 Essential Windows Tools for Amazon Web Services

That "other" cloud company is a popular option due to the breadth of tools and capabilities. So, it only makes sense that there are a number of Windows developer tools available for those who want to hop on the AWS cloud.

Creating a Flexible, Extendable Update Process

In any real-world business, updating data isn't simple and changing the rows in the table is just the start of a complex set of processes. Fortunately, you can break those updates down into a bunch of simple processes that can be easily extended.

Use Lambda Expressions in LINQ Includes

You couldn't do it in earlier versions of Entity Framework but, in more recent versions, you can use lambda expressions to save yourself from some runtime errors.

Visual Studio 2015 Update 3 RC Now Available

Updates to TACO, AppInsight and HockeyApp are features of this release along with stability, performance, and bug fixes.

As Devs Code .NET Core, Microsoft Offers Bug Bounty

As developers churn through coding the next versions of .NET Core and other key Microsoft technologies, the company offers new bounties on bugs. Program runs to September.

Visual Studio, .NET Framework Blogs Are Branching Out

The MSDN blogs can't contain all the information that's being produced on the various Microsoft developer tools and technologies.

Implementing Updates Without Query

The CQRS pattern separates updates from queries, allowing you to create the best process for each of those activities. Effectively, CQRS codifies the standard practice for ASP.NET MVC developers: Here are some strategies for implementing that pattern and improving your application's performance.

Subscribe on YouTube