Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!
.NET Zone is brought to you in partnership with:
  • submit to reddit
Karthick Reddy05/26/12
493 views
0 replies

Windows 8 Consumer Preview Keyboard Shortcuts

Below is a chart of the keyboard shortcuts we know about, including shortcuts unchanged from Windows 7, as well as a list of brand-new shortcuts. If you're using Windows 8 with a keyboard and mouse or laptop touchpad, these will go a very long way toward improving your experience.

Douglas Rathbone05/24/12
594 views
0 replies

Configure Your Next Website’s Signal to Noise Ratio Today – Install a www. Filter

The "www." prefix in a website's address was originally thought up by Tim Berners-Lee to help us differentiate between a website’s address and that of a mail server, FTP, or Gopher. Today, it might not be necessary.

Michael Crump05/24/12
153 views
0 replies

Yet Another Podcast #65 – Windows 8 with Michael Crump

Michael Crump is interviewed by Jesse Liberty on Windows 8 and the future development trends for the Microsoft's next mobile platform.

Sasha Goldshtein05/24/12
391 views
0 replies

Boost Performance with Data Parallelism: Using SIMD Instructions from C#

Data-level parallelism, also known as Single Instruction Multiple Data (SIMD), is a feature of modern processors that enables the execution of a single instruction on a large set of data (larger than the machine word).

Greg Duncan05/24/12
299 views
0 replies

The Surprisingly Powerful Azure Plugin Library

The Azure Plugin Library exploits an undocumented feature of the Azure SDK, whereby modules referenced in the Service Definition file are bundled with your application in a package, which is uploaded and deployed to the Azure instances.

Michael Crump05/24/12
715 views
0 replies

When Debug isn’t enough with your Windows 8 Metro Applications

Sometimes when developing Metro applications you need advanced debugging options such as suspending or resuming your application to observe the behavior of your app. Here is a quick post for those who are looking for the options to suspend, resume and suspend and shutdown your Metro application inside VS11.

Robert Maclean05/23/12
616 views
0 replies

.NET 4.5 Baby Steps, Part 8: AppDomain Wide Culture Settings

Culture settings in .NET are a very important but often ignored part of development, they define how numbers, dates and currencies are displayed and parsed and you application can easily break when it is exposed to a new culture.

Robert Maclean05/23/12
929 views
0 replies

.NET 4.5 Baby Steps, Part 6: ISourceBlock

The ISourceBlock interface is implemented on the “publisher” like blocks and it has a very interesting method: LinkTo. Robert Maclean explains its purpose in this article.

Alexander Beletsky05/23/12
3010 views
0 replies

Github for Windows Now Available

Alexander Beletsky does a quick overview of what's coming up in the GitHub for Windows build that was recently released by the GitHub team.

Mitch Pronschinske05/21/12
2584 views
0 replies

Hadoop MapReducers in .NET - Making C# and VB First Class Citizens in Hadoop

Why would anyone want to build Hadoop MapReducers in .NET? For one, Hadoop is a Java tool and JNBridge thinks they've found a way to make .NET a first class citizen by using their .NET to Java interop technology.

Den Delimarsky05/20/12
724 views
0 replies

Looking at Windows 8 Metro App Internals? The Path Has Changed In The Consumer Preview.

Den Delimarsky shows where the APPX applications are downloaded from the Windows Store, in case developers who used the Deverloper Preview are wondering where those moved.

Douglas Rathbone05/20/12
456 views
0 replies

Find, Forgive and Forget Your Coding Indiscretions With NDepend

Microsoft developers hear a lot about tools that will make them write faster, more efficient, more refactored, more unit tested code all the time. People don’t often talk of tools that help you to visualise your project’s growing code smell though.

Greg Duncan05/20/12
803 views
0 replies

.NET Framework 4.5 Gets Built-In ZIP Support

.NET Framework 4.5 has built-in capabilities for data compression using ZIP tools - something that was provided by third-parties in previous releases.

Jeremy Likness05/20/12
203 views
0 replies

How to Debug a Windows 8 Metro Secondary Tile

Jeremy Likness talks about secondary tile debugging - a process that might be new even for professional developers who haven't touched the Windows 8 SDK yet.

Greg Duncan05/19/12
289 views
0 replies

"Why I Hate Unit Testing"

Unit testing is great when done right, and it’s even good when done in a lax manner. However, it’s better to have no unit tests than terrible unit tests.

Greg Duncan05/18/12
697 views
0 replies

LightSwitch Joins VS11 as a Baked-In Core Component

LightSwitch is now a core part of the Visual Studio product line! It will be available through Visual Studio 11 Professional, Premium and Ultimate.

Greg Duncan05/18/12
578 views
0 replies

Microsoft Visual Studio 11 Beta SDK Now Available

The Microsoft Visual Studio 11 Beta SDK includes project templates, tools, tests, and reference assemblies that are required to build extensions for Visual Studio 11 Beta.

Merrick Chaffer05/18/12
721 views
0 replies

Microsoft MVC Best Practices

The ASP.NET MVC is becoming more and more popular each day. Here are some of the better practices, that if followed, may help maintain our application and also provide a means of scalability as the demand increases.

Robert Maclean05/18/12
562 views
0 replies

.NET 4.5 Baby Steps, Part 7: Regular Expression Timeouts

While the regular expression passing in .NET is fast, there are times where it can take too long for your needs. In .NET 4.5 we get the ability to timeout regular expressions if they take too long.

Lohith Nagaraj05/16/12
942 views
0 replies

Michael Crump — XAML Advocate, Telerik — Uncut & Unedited

Michael Crump is being interviewed on this episode of the Uncut & Edited videocast. He talks about XAML, Windows 8, Windows Phone and Silverlight.

Anders Abel05/16/12
1317 views
0 replies

Simplify Syntax with Extension Methods

Anders Abel explains the benefit of using extension methods, that were first introduced with LINQ in C#3.0, in various parts of your C# application.

Robert Maclean05/15/12
1136 views
0 replies

.NET 4.5 Baby Steps, Part 5: Some More Interesting Blocks

Robert Maclean continues his series on new and improved .NET 4.5 capabilities. Today he is discussing TransformBlock and BroadcastBlock.

Jeremy Likness05/15/12
524 views
0 replies

The Task: Async and Await in a Windows Runtime World

Jeremy Likness shows some examples of async activity implemented in a Metro application, through the Task class.

Merrick Chaffer05/14/12
331 views
0 replies

Virtualization in WPF with VirtualizingStackPanel

Merrick Chaffer shows how to improve content stacking performance with VirtualizingStackPanel in WPF. He managed to figure out how to get virtualization to actually behave itself in a ListBox WPF control.

Greg Duncan05/14/12
432 views
0 replies

Xamarin Designer for Android Now Avaiable for Visual Studio and MonoDevelop

Xamarin, the company behind the Mono framework, is releasing a visual application designer that allows developers to easily build applications for Android on top of Mono.