BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage .NET Content on InfoQ

  • A Preview of C# 6

    Mads Torgersen, C# program manager at Microsoft, published a short video presentation describing what is coming in the next major C# version, C# 6. Among C# 6 new features, Mads highlighted getter-only properties, the lambda-arrow operator, string interpolation, and more.

  • Microsoft Announces Pre-release of F# 4.0 in Visual Studio 2015 Preview

    Microsoft announced a pre-release of F# 4.0 for Visual Studio 2015 Preview which can be installed through a Visual Studio update package. The update brings improvements to language and tooling features that can positively impact developers' daily life, several commenters said.

  • Full Power, No Charge: Visual Studio Community 2013

    Microsoft has released Visual Studio Community 2013, a copy of Visual Studio Professional that is free to use for users in a non-corporate setting. While the Express editions remain available this new version of Visual Studio provides developers with a single environment that can target traditional Windows applications, the Web, Android, and iOS.

  • Microsoft Open Sources .NET, Adds Linux and Mac OS X Support

    Microsoft's recent trend toward open source software has made a major advance as the company has released the core .NET software stack under the MIT License and published the code on GitHub. The company plans to fully support an "enterprise ready" version of .NET for Windows, Linux, and Mac OS X.

  • RyuJIT CTP5 Released to Mixed Reaction

    The performance of the Just-In-Time compiler affects all .NET-based applications on a Windows system. Microsoft's latest preview of its next generation RyuJIT indicates inconsistent progress.

  • Reactive Extensions, Async, and Splunk

    The 2.0 version of the Splunk C# SDK is heavily invested in modern C# features. Every major operation from login-onwards is available via asynchronous methods. And for most advanced uses such as sampling, Reactive Extensions come into play.

  • SuperSocket: Making Socket Programming in .NET Simpler

    While HTTP programming in .NET continues to become easier year after year, Microsoft hasn’t been giving much attention to socket-based programs. This where open source projects such as Kerry Jiang’s SuperSocket comes into play.

  • A Look at MongoRepository for .NET

    Most of the open source projects we share with you on InfoQ increase the capabilities of another library or technology. MongoRepository is different in that it intentionally limits the capabilities of the underlying library. We’ll let Rob Janssen why it does this in his own words.

  • AutoUpdater.NET: An Easy to Use Alternative to ClickOnce

    For applications distributed outside of the Windows Store, having an update mechanism is crucial. For roughly a decade ClickOnce was the standard approach used for .NET applications, but many still find it hard to customize and troubleshoot. So alternatives such as Ravi Patel’s AutoUpdater.NET were developed.

  • Npgsql Gets Visual Studio Data Designer Integration, JSONB Support

    Npgsql 2.2.0 comes as a feature packed release. The release adds VS Data Designer support, several Entity Framework-specific improvements and support for the Postgres 9.4 feature, the JSONB datatype.

  • August Patch Tuesday Improves Internet Explorer's Security and Features

    In their latest Patch Tuesday, Microsoft issued 9 bulletins covering a total of 37 common vulnerabilities and exposures (CVE) spread across some of their products.

  • Microsoft’s new Web Server, Katana, Hits Version 3

    Katana is Microsoft’s stand-alone implementation of the OWIN (Open Interface for .NET) standard. With the release of version 3, Kanata is wholly to the asynchronous model offered by .NET 4.5.

  • The End of .NET 4.0 is Near

    Microsoft has announced an end-of-life schedule for .NET 4.0 thru 4.5.1. After January 12 of 2016, all technical support, including security and non-security updates, will be discontinued. Developers and users will need to either go back to.NET 3.5 SP 1 or upgrade to 4.5.2.

  • CocosSharp: Xamarin Forks Cocos2D-XNA

    Xamarin has forked Cocos2D-XNA, a 2D/3D game development framework, creating a cross-platform library that can be included in PCL projects.

  • ASP.NET Two-Factor Authentication, Web And Mobile Tooling Improvements

    Visual Studio Update 3 was released last week and includes some framework and tooling improvements relevant to web and mobile developers. We go through some of these, including the ASP.NET identity update supporting two-factor authentication, new Visual Studio-Azure integrations as well as several updates to the Apache Cordova Tooling preview.

BT