C#


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.

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.

Xamarin Showcases Stable Release of Its Cross-Platform Dev Tools

The cross-platform solutions provider that was acquired by Microsoft earlier this year released updates to its tools at the dotNetConf last week.

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.

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.

Entity Developer 6.0 Now Supports EF Core 1.0, Telerik's Data Access

New version allows for visual design and code generation of apps using Microsoft's newest Entity Framework Core 1.0, as well as popular data access framework from Telerik.

Processing All Properties on an Object

If you ever need to work with all of the properties in some object, you can use GetType and GetProperties to retrieve the object's PropertyInfo objects. After that you can do what you want. Here's an extension method that sets all those properties to their defaults, for example.

For C# Developers, The Future Is Compositional Thinking

From Visual Studio Live! Austin: Innovations like Microsoft's HoloLens will require adapting procedural, linear programming and thinking in terms of compositional programming, observes UX expert Billy Hollis.

Silver Anniversary for Visual Basic

A belated 25th birthday to Visual Basic. Yes, 25 years ago, this language transformed the Windows app market in ways even Microsoft could not have imagined.

Faster, Leaner Future for Visual Studio Development

From Visual Studio Live! Austin: Microsoft's Tarek Madkour reveals the current state of the Visual Studio union, with a good view of the latest on .NET and .NET Core.

Integrating ASP.NET MVC, React and JSX with TypeScript

Creating a form with TypeScript, React and JSX lets you generate the HTML for your form dynamically, at runtime, and on the user's computer. Here's how to integrate a data- driven form into ASP.NET MVC.

Windows Devs Now Have Direct Pipeline to Docker Tools

Docker is open sourcing developer tools used to facilitate standing up containers targeted for Windows and Mac platforms.

New Exams for UWP-Based MCSD Title

As Microsoft Learning slates two exams for the MCSD: UWP for retirement next year, two more skills-focused exams will take their places.

How To Programmatically Customize iOS Keyboards with C#

Developers will always look to customize everything, and keyboards aren't out of bounds. Here's how to customize the iOS keyboard that pops up in your mobile apps to address any shortcomings.

Simplifying Data Retrieval with CQRS in ASP.NET MVC

Data retrieval and updates are very different activities so the CQRS pattern says that the smart thing to do is treat them differently. Here's a variety of solutions for the retrieval side in an ASP.NET MVC application.

Generate TypeScript Classes from C# with TypeScriptSyntaxPaste

When working with TypeScript it's not unusual to need a class that matches an already existing server-side class written in C#. Here's one way to get from C# to TypeScript by doing what you normally do.

Subscribe on YouTube