InfoQ Homepage IDEs Content on InfoQ
-
First Look at Visual Studio 2012 Update 1
Even though Visual Studio 2012 was just formally released, Microsoft is not taking a victory lap. Amidst the celebration of VS2012's launch, Microsoft announced that Update 1 CTP will be released this month. InfoQ reviews what to expect from this first of many post-launch updates.
-
Visual Studio 2012 Formally Launched, Next Steps Revealed
Microsoft formally launched Visual Studio 2012 September 12 in Seattle, and InfoQ was there to cover the event. Beyond VS2012's release, new details were announced by S. Somasegar for the product's more rapid evolution.
-
Microsoft Delivers Visual Studio Express for the Windows Desktop and F#
Microsoft released two new editions of its free Visual Studio Express 2012 series that will target F# and traditional Windows desktop applications. This enables developers using C#, C++, F#, and Visual Basic .NET to take advantage of VS2012's improvements.
-
FriendlyUrls – For ASP.NET WebForms
FriendlyUrls is a new ASP.NET feature that allows developers to easily use pretty urls in their web forms applications. It also makes it easier to manage both Mobile and Desktop views in the same project, similar to MVC. Scott Hanselman explains more.
-
Entity Framework 6.0: Async, IQueryable Operators and Feature Improvements
According to Microsoft, Entity Framework 6.0 will provide support for async and can be implemented either using SaveChangesAsync() or ExecuteSqlCommandAsync() methods. Entity Framework 6.0 will also enable developers to perform async operations on IQueryable (IQueryable<T>) operator and can be implemented using FindAsync() and SingleAsync() extension methods.
-
Entity Framework 5.0: Spatial Data Types, Performance Enhancements, Database Improvements
Entity Framework 5.0 provides support for spatial data types and can be implemented using DbGeography and DbGeometry classes. It also introduces automatic compilation of LINQ to Entities queries by translating inline LINQ queries in a cached mode. Hence, developers need not have to make use of CompiledQuery.Compile method as in previous versions.
-
Meet Efran Cobisi - The Developer behind Automated Email Validation Component
InfoQ interviewed Efran Cobisi, the founder of Cobisi Software based in Italy. Efran, who is the recipient of Microsoft Most Valuable Professional (MVP) award including several Microsoft certifications, is the developer of EmailVerify.NET, which is a powerful software component that provides an ability to automatically check the existence of an e-mail address from within an ASP.NET application.
-
Windows Identity Foundation Now Included in .NET 4.5
Windows Identity Foundation, Microsoft's framework for integrating claims-based authentication into applications, is now part of the .NET Framework. It was created to simplify work with access control and authentication, and to allow for single sign-on across multiple applications.
-
ARMing .NET Developers for Windows 8
.NET Developers looking to support the ARM processor on Windows 8 have relatively few obstacles, but there are a few areas that can expose latent bugs. Microsoft has provided some new tips on how to avoid the pitfalls.
-
Blend for Visual Studio 2012: Updated UX Tool for Windows 8 Applications
Microsoft has announced the new Blend for Visual Studio 2012, a tool to design user interfaces for HTML and XAML applications in Windows Store 8. All versions of Visual Studio 2012 come with Blend, including Express.
-
Git-tf Combines Git With Multi-Platform TFS Support
Microsoft has released a new multi-platform Git tool that allows developers to interact with TFS-hosted source repositories. This open source tool allows developers to use TFS with any platform that supports the Java runtime including Windows, Macintosh OS X, HP-UX, IBM AIX, Solaris, and Linux.
-
Agile 2012 Session: Agile Alliance Functional Testing Tools Workshop
The Agile Alliance Functional Testing Tools (AA-FTT) workshop was held on the day before the Agile 2012 conference in Dallas, Texas. Run as an open space, the session was open to anyone interested in talking about the future of functional testing tools and beyond.
-
Developers and ASP.NET: Whats Next?
Visual Studio provides ASP.NET developers with numerous development options. At aspConf 2012, Scott Hanselman demonstrates some of the upcoming features that will promote easier development and describes his vision for One ASP.NET.
-
Visual Studio 2012 and .NET 4.5 are ready to go!
In addition to Windows 8 and Windows Server 2012 being released to manufacturing, Microsoft has completed its tool suit - Visual Studio 2012 and .NET 4.5.
-
Increasing Visual Studio 2012 UI Responsiveness
Microsoft continues to build performance improvements into Visual Studio 2012. We take a look at some improvements to the Toolbox that could help all users, but especially those with large solutions.