.NET Framework


Neural Network Activation Functions in C#

James McCaffrey explains what neural network activation functions are and why they're necessary, and explores three common activation functions.

Create a Flexible Security System for the ASP.NET Platform in the .NET Framework 4.5

Sometimes you need more than roles to effectively manage authorizing user requests. You can do that without moving to claims-based security in the Microsoft .NET Framework 4.5 by creating your own user object.

Windows 8.1 Improvements Demoed

At Computex, Microsoft also showed off a growing number of devices for its newest OS.

Best Practices for Transitioning from ASP.NET to Windows 8 Development

One key change that will smooth your transition from ASP.NET to Windows 8 is to think like a designer from the outset.

Microsoft Announces Visual Studio 2013, Team Foundation Server 2013

At TechEd, Microsoft reveals the next release of Visual Studio will be available later this year.

Typemock Releases Isolator 7.4

The new version of the .NET-focused unit-testing product aims to quickly find and fix bugs.

Finding the Problems in Your UI and Listening to Users Effectively

While there are several tools available to monitor your application's performance, when it comes to improving your UI, it's your understanding of your users that's critical to finding problems.

Microsoft Dramatically Lowers Azure Pricing for Developers

MSDN subscribers get a host of new benefits as well, including credit toward Azure time, making cloud-based development free in some cases.

C++ Introspection

C++ has several methods -- including the <type_traits> header and runtime type information -- to help your application make type-based decisions.

Visual Studio Collaboration, Anywhere

Mickey Gousset reviews a Visual Studio extension that provides real-time collaboration options.

Create Object Clones Through the Prototype Pattern in .NET

The Prototype Pattern involves cloning objects. Learn how to create both deep and shallow clones for instances in your program where creating a new object won't work.

Microsoft Releases Next Iteration of Visual Studio 2012 , Update 3

The latest version is Release Candidate (RC) 2, and Microsoft says it's safe for production use.

Winds of Change: Azure Is Breaking Through

Windows Azure may have been slow out of the gate, but Microsoft's efforts to make it more of an Infrastructure as a Service platform is starting to pay off.

The Decorator Pattern in .NET

The decorator pattern is a good way to add extensibility to an application, as it follows SOLID design principles. Learn how to use it by adding validation logic to a form.

Use Predicate Methods to Stop Writing For...Each Loops

Predicate methods allow you to separate the criteria you're using to test items in a collection from the code that processes the collection. You may never write a For...Each loop again.

Moving from Partial Views to AJAX Calls

Use AJAX and some JavaScript libraries to decouple your data and presentation logic.

Rackspace Cloud SDK for .NET Released

Rackspace Cloud SDK for Microsoft .NET is a tool suite for .NET developers working with the OpenStack cloud OS.

Accelerate Code Builds with IncrediBuild

Xoreax Software releases version 4.6 of its code-build-acceleration product.

New Release 'Cadence' Begins with Visual Studio 2012 Update 2

Microsoft exec also says Visual Studio 2012 has been downloaded more than 4 million times since its release.

The Neural Network Input-Process-Output Mechanism

Understanding the feed-forward mechanism is required in order to create a neural network that solves difficult practical problems such as predicting the result of a football game or the movement of a stock price.

Subscribe on YouTube