.NET Zone is brought to you in partnership with:
  • submit to reddit
Greg Duncan04/10/13
1939 views
0 replies

Visual Studio 2012 Update 2 is RTW and It's a "Wow" Update

Visual Studio Updates are a mechanism used to provide ongoing value throughout the year to the Visual Studio and Team Foundation Server customers. These updates will provide features to support the latest software trends in the market, and also offer an easy way to deploy bug fixes.

Sarfraz Khan04/09/13
1403 views
0 replies

Using Twitter via .NET - Beginners Guide

In this post i will quickly explain how can we interact with Twitter API using .Net code.

Greg Duncan04/09/13
962 views
0 replies

Hosting ASP.NET Web API in LinqPad

LinqPad is an absolutely terrific tool, which allows you to write complex C# without Visual Studio. To be able to answer our original Web API hosting question, we need to understand what LinqPad does under the hood.

G. Andrew Duthie04/08/13
1163 views
0 replies

Quick Hits Issue #6: Gr8 St8 Appathon, Unity Event, and more

In this issue, some upcoming opportunities to learn more about app and game development for the Windows Store.

Filip Ekberg04/07/13
2840 views
0 replies

Easy Error Tracking in Your Applications

The punch line of Raygun is quoted above, a tool that makes error handling awesome. Let’s clear something up right before we take a look at Raygun , there are multiple providers supplied for Raygun: JavaScript, .NET, Java, PHP and Cold Fusion. Didn’t find the language you work with? Don’t worry, there’s a REST API for you RESTafarians!

Greg Duncan04/06/13
1839 views
0 replies

14 Azure Whitepapers, Ebooks and Guidance...

A phenomenon described by the term ‘webkit monoculture’ is causing quite some concern in the web development community. A lot of web developers are basically coding for webkit and webkit only, or more specifically Safari on IOS. HTML5 and standards are great, but certain parts of the web development stack are moving back to a ‘works on my environment’ status that we just were getting rid of.

Lohith Nagaraj04/05/13
2141 views
0 replies

ASP.NET WebForms: New Shiny Things

In August 2012 Microsoft released .NET framework version 4.5 and lot of goodies came along with that. One such area of ASP.NET which got the goodies is WebForms technology.

Gil Fink04/04/13
1640 views
0 replies

Quick Tip – Too Much DOM Manipulations Can Hurt You

When we build web apps, we use JavaScript to manipulate the DOM and to update the web pages we build. One of the things that we should be aware of is browser reflows.

Jon Antoine04/03/13
1105 views
0 replies

C++/CX : How to Fix the “Precompiled Header File is From a Previous Version of the Compiler” Error

This is just a quick post about fixing an error that might popup when developing a C++/Cx application on Windows.

Greg Duncan04/02/13
1765 views
0 replies

RPG With Different Bosses, Achievements - Built With Macros and Lives in Excel

If you have your nose buried in spreadsheets all day at the office, you might enjoy a little change of pace even with Excel open. Cary Walkin, a chartered accountant up in the great white north, has created an RPG using just Excel’s macro system.

Sasha Goldshtein04/01/13
1386 views
0 replies

Windows Azure Mobile Services "Rent a Home" Sample, Part 1: Introduction

The application is called "Rent a Home", and helps users share apartments for rent and view apartments for rent on a map around their location. Although this is not a production quality application, it's a more realistic illustration of why you would want a shared backend for your mobile application on all four major mobile platforms: Android, iOS, Windows Phone, and Windows 8.

Greg Duncan03/28/13
1539 views
0 replies

Caliburn.Micro v1.5.0 Released

This release fixes many bugs. It also adds support for Task and async/await functionality, including integration with co-routines. For WinRT, we now have built-in support for the Share and Settings charms.

Greg Duncan03/26/13
1942 views
0 replies

CTRL-V Code Much? Here's a Visual Studio Feature to Help You

As developers, we often find ourselves under a lot of pressure to crank out code and copy then paste it somewhere else in a solution and make a slight modification here and there and get the product out the door. It's a frequent occurrence and hence the number of lines of code is not a great measure of quality code.

Anders Abel03/26/13
9959 views
4 replies

How We Achieved the Best Code Quality in My Career

My recently finished project produced the best code quality in my career so far. The key success factors were a clear architecture, insane compiler warning levels and last but not least code reviews.

Gil Fink03/25/13
1838 views
0 replies

Building Scalable JavaScript Apps – A New SDP13 Session

SELA Developer Practice (SDP) is Sela Group’s annual conference. The next scheduled conference will occur between May 5-9, 2013.

John Sonmez03/24/13
3410 views
0 replies

10 Developer Job Interview Tips To Land The Best Job You Can

Having good job interview skills can really help you advance your career by giving you opportunities you wouldn’t be able to get without being skilled in this area

Greg Duncan03/24/13
1560 views
0 replies

"One Stop VS Update Shop" Guide to All Things VS 2012

This page is meant to provide a one stop shop for the updates that are available for Visual Studio 2012. Included here will be only updates from Microsoft.

Filip Ekberg03/23/13
2766 views
0 replies

Everyone Should Learn Programming

Over the years a lot of highly influential people have dropped the phrase “Everyone Should Learn Programming” and recently some very successful people in software companies made a video called “What most schools don’t teach”.

Sasha Goldshtein03/21/13
1620 views
0 replies

Wish List for the Visual Studio Editor and Debugger: Drawing Inspiration from Other IDEs

One of the benefits of using more than one development platform, more than one IDE, and more than one debugger is that you gain a better understanding of what your personal ideal development workflow looks like.

Dennis Doomen03/20/13
10906 views
0 replies

Entity Framework 5/6 vs NHibernate 3 – The State of Affairs

Rather than doing a typical feature-by-feature comparison, Dennis is looking at those aspects of an object-relational mapper that I think are important when building large-scale enterprise applications.

G. Andrew Duthie03/20/13
2523 views
0 replies

Windows 8: Making VirtualBox and Hyper-V Play Nice

Both VirtualBox and Hyper-V want to have exclusive control of the hypervisor that enables virtualization at the hardware level. The solution is to create a boot profile that tells Hyper-V not to grab control of the hypervisor.

Den Delimarsky03/18/13
1666 views
0 replies

Windows 8 Snippet: Proper Serialization

Den Delimarsky shows how to perform data serialization in Windows 8 with the help of two re-usable snippets.

Merrick Chaffer03/18/13
1539 views
0 replies

Logical Fragmentation in SQL Server Indexes

A SQL query can take over 2 hours to run (and still timing out) due to a non clustered index being badly fragmented on the table in question. See why that happened in this article.

Robert Maclean03/16/13
2019 views
0 replies

Cannot Connect to LocalDB from .NET

You know LocalDB is working, since you copied the connection string from within Visual Studio, but it just doesn’t work! Here are some things to check.

Mohamed Radwan03/15/13
1560 views
0 replies

Installing TFS 2012 Express with SQL Server 2012 Express on Another Machine

Four months ago Buck Hodges from the VS ALM team announced a white paper about how to use tfsconfigure unattend command line tool to silently configure TFS 2012, this tool gives the ability to configure TFS 2012 from the command line with all predefined configuration.