G. Andrew Duthie05/17/13
683 views
0 replies
One of the things about building Windows Store apps using Visual Studio 2012 is the availability of several rich and useful templates. One the favorites is the Grid App template, which demonstrates how to build an app with a hub page listing grouped items in a ListView control, a group details page, listing information about each group, and an item details page, for information about specific items.
Imran Baloch05/16/13
1020 views
0 replies
In this article, Imran shows how to use ASP.NET with SignalR. You will see how easy it is to create a real-time Live Cricket Score app using the power of ASP.NET & SignalR.
Greg Duncan05/15/13
729 views
0 replies
Den Delimarsky and the C4F team are doing it again. Coding4Fun Mission Control is a flexible framework that allows developers to easily create an API to control a variety of devices through an extensible network communication platform.
Greg Duncan05/14/13
445 views
0 replies
With access to free and paid extensions. Easily browse and purchase extensions online with a few clicks, just from within the Extension Manager:
Gil Fink05/13/13
572 views
0 replies
In about a few hours Gil will be starting a trip to Chicago to attend VSLive Chicago conference. It is going to be the second time he's speaking there - here is the session breakdown.
Bart De Smet05/12/13
1031 views
0 replies
Being designed around the concept of managed object pipelines, one may expect powershell.exe to be a managed executable. However, it turns out this isn’t the case completely.
Bart De Smet05/11/13
1521 views
0 replies
Use of hierarchical storage and auxiliary services provided by technologies like Active Directory often has advantages over alternative designs, e.g. using a relational database. For example, user accounts may be stored in a directory service for an application to make use of.
Den Delimarsky05/10/13
1201 views
0 replies
Den Delimarsky shows how it's possible to create a string XOR character swapping routine in X86 Assembly.
Greg Duncan05/10/13
987 views
0 replies
WebMatrix is a free, lightweight web development tool Microsoft first introduced in 2010, and which provides a great, focused web development experience for ASP.NET, PHP, and Node.js.
Filip Ekberg05/09/13
1302 views
0 replies
We are moving towards a new era where more and more people want to offer the possibility to expand the system with widgets and plugins. By utilizing Compilation as a Service can make it easier for all parties to create plug-ins.
Rob Sanders05/08/13
974 views
0 replies
If you are a user of the new “Windows to Go” feature of Windows 8 Enterprise edition, which enables you to boot and run the Windows 8 operating system off an external USB device, you may have noticed something odd when trying to use the Windows App Store.
Alex Schearer05/07/13
903 views
0 replies
When developing games for Windows 8 with C# it is not immediately clear how to construct a basic game loop.
Erik Ejlskov Jensen05/07/13
630 views
0 replies
Erik shows how it is possible to reseed an IDENTITY column that is a part of a table in a SQL Server Compact database.
Greg Duncan05/06/13
1627 views
0 replies
Nice kind of recursive example of using Processing Monitor to debug a debug tool. Details about the download and additional information inside this article.
Sony Arouje05/05/13
1413 views
0 replies
Sony Arouje covers the possibility of triggering the StaleStateException issue when working in NHibernate, as well as a way to solve it.
Jon Davis05/04/13
2215 views
0 replies
Namespaces in Javascript are a pattern many untrained or undisciplined developers may fail to do, but they are an essential strategy in retaining maintainability and avoiding collisions in Javascript source.
Greg Duncan05/03/13
1746 views
0 replies
The NuGet package manager is a great way for developers to install and update third-party tools. It solves a lot of the problems of dependency management and integration. Is it ready for the exacting requirements of development in the enterprise?
Den Delimarsky05/03/13
1483 views
0 replies
Den Delimarsky provides a basic implementation for a string concatenation mechanism in x86 Assembly.
Prashant Khandelwal05/02/13
2294 views
0 replies
In this post, Prashant documents his self-made wrapper for the SkyDrive REST API, that can be reused in a variety of .NET applications.
Greg Duncan05/01/13
1354 views
0 replies
Discusses best practices for recognizing when a project should be cancelled and the benefits of doing so.
Alexander Beletsky04/30/13
2413 views
0 replies
From technical perspective SPA means the web application, that being loaded as one HTML page and redraws it's UI without round trip to server. That sounds not so exiting, but we can see that SPA is much more than that.
Juri Strumpflohner04/29/13
8174 views
1 replies
How is Git different from other VCS (Version Control Systems)? Probably the most obvious difference is that Git is distributed (unlike SVN or TFS for instance). This means, you’ll have a local repository which lives inside a special folder named .git and you’ll normally (but not necessarily) have a remote, central repository where different collaborators may contribute their code.
Michael Crump04/28/13
1334 views
0 replies
Should I use code-behind or MVVM in my application? What are the pros/cons of each and can you show me a simple example of how a Command works?
Greg Duncan04/27/13
1079 views
0 replies
Software development produces both source code and binary artifacts, and both kinds of artifact need to be handled differently.
Toni Petrina04/26/13
1606 views
0 replies
While working on an update for already released application, you might find yourselves having both the marketplace version and developer version. Since they use (almost) the same manifest, you will have a hard time guessing which one is the marketplace version and which one is the one in development.