ASP.NET (AJAX)


Q&A: Visual Studio Extensions Developer Mads Kristensen

Mads has written dozens of essential Visual Studio extensions. Terrence Dorsey sat down to talk about his background, development process and favorite extensions.

Leverage Global Filters and the HandleError Attribute in ASP.NET MVC Apps

Here's how to combine adding HandleError attributes to your ASP.NET MVC application both through Global Filters and adding them directly to your Action methods.

Azure Cosmos DB Is Out of This World

Microsoft dubs it the "first globally distributed, multi-model database service delivering turnkey global distribution with guaranteed uptime and millisecond latency at the 99th percentile." Also announced: Azure DB for MySQL and PostGreSQL previews.

Breathe New Life for Your ASP.NET Apps with Docker, Part 2

Last time, we used Docker to modernize an ASP.NET WebForms app. In this second part, we take a feature-driven approach to extending it and improving performance.

How I Approached Gaining Microsoft Certification

If you’re thinking about pursuing a Microsoft Certification, here’s how and why Peter went through the certification process for the second time, including his feedback on some of the resources available to you.

Exploiting Partial and RenderPartial in ASP.NET MVC

If you're wondering what the difference is between the HtmlHelper Partial and RenderPartial methods, then here's why Peter, at least, uses Partial.

Entity Framework 6.2 Emerges Out of Preview

This more fully-fledged version of Microsoft's object relational/mapper is now at the initial beta testing stage, with quicker startups and a number of fixes from the preview, but there's also more work to do to resolve some issues that can impact EF providers. Also: a list of new features of the EF Core 2.0 preview released at Build.

Use Docker To Breathe New Life for Your ASP.NET Apps

Using Docker's lightweight containerization technology, you can modernize and extend ASP.NET WebForms app quickly and safely on the Microsoft Azure cloud. In this first of a two-part series, we show you how.

Neural Networks Using Python and NumPy

With Python and NumPy getting lots of exposure lately, I'll show how to use those tools to build a simple feed-forward neural network.

Missed Build 2017? Try the Build World Tour

Demo-heavy sessions from Build will be circling the globe at select international cities. Also, this week's .NET Insight Podcast features excerpts from Microsoft CEO Satya Nadella's Build keynote, in which he gives some weight to the sheer amount of data that represents developer opportunity for decades to come.

Working with Exceptions Before the Error Handler Does

Normally, you don’t care about first-chance exceptions -- it's only when something becomes a second-chance exception that you start to pay attention. But when you do care about all the exceptions, here’s how to work with them both in Visual Studio and in your code.

From VSLive! Austin: What's New, What's Next for .NET in 2017

Microsoft's developers have been churning through code and delivering a dizzying array of tools and services. But there's still more to come this year, as Microsoft's Jeffrey T. Fritz explained at Visual Studio Live! this week.

The 30,000-Foot View of the Microsoft Application Portfolio

Microsoft's Matt Nunn provides a whirlwind tour of the current state of tools and services that Microsoft has to offer developers in this VSLive! Austin keynote.

12 More Extensions for Visual Studio 2015 and 2017

Another dozen of the latest tools and extensions available for Visual Studio 2015 and the recently released Visual Studio 2017. This time, it's build/test/ship tools.

Serverless C# with Azure Functions: HTTP-Triggered Functions

Last time I looked at the basics of triggers. Let's look at creating an HTTP-triggered function for displaying a greeting based on a target audience.

Tugging at the Heartstrings at Microsoft Build

Microsoft's Day 1 Keynote was one of information overload, with a slew of product announcements. But there was one bit of emotional overload that I couldn't let go. Also: an interview with Paul Pardi and Selina Winter of the Microsoft Learning Group in this week's .NET Insight Podcast.

Speed Up Your ASP.NET MVC Application with Doughnut Hole Caching

The OutputCache attribute is a great way to improve both response time and scaleability, except there are many times when you can’t use it. Here’s how to leverage the HtmlHelper Action method to handle those exceptions.

Microsoft Build 2017: Evolving the Mobile-First, Cloud-First Message

Microsoft CEO Satya Nadella provided the framework of Microsoft's developer tooling and services so far and a nicely detailed glimpse into future direction. Then EVP Scott Guthrie detailed the vast number of new and upcoming offerings as a preview to the sessions taking place the rest of the week.

12 New Extensions for Visual Studio 2015 and 2017

Let's catch up with the latest tools and extensions available for Visual Studio 2015 and the recently released Visual Studio 2017.

What We Expect To See at Microsoft Build 2017

Microsoft's big developer shindig often sets the agenda for Microsoft's development efforts for the next year and beyond.

Subscribe on YouTube