Default Warning levels for Code Analysis

If you have not used Code Analysis tools in Visual Studio 2012, you are missing out on tools that would help you write a better code.  If you run code analysis on your solution, you will be given a report that analyses the following metrics in your code. Maintainability Index – Calculates an index value …

Continue reading ‘Default Warning levels for Code Analysis’ »

Talk at Atlanta .NET Users Group

Yesterday I spoke at the Atlanta .NET Users Group.  Here is the summary of the talk. This talk will highlight new programming model for Windows 8. Application types that Windows 8 will support will be discussed. The discussion will concentrate on Metro style applications and various programming languages that developers can use to write them. …

Continue reading ‘Talk at Atlanta .NET Users Group’ »

Working with GridView Control in WinRT App

As I am continuing to learn WinRT and its component, I spent sometime learning new native controls that are available for use in Metro style applications designed for Windows 8.  One of those controls is GridView.  This control can be easily visualized by looking at Windows 8 start screen.  You see groups of tiles, scrollable …

Continue reading ‘Working with GridView Control in WinRT App’ »

Running Crystal Reports on Windows Azure

I have been working recently on a couple of applications that are going to be run on Windows Azure.  Both are business applications and have a variety of reports incorporated into them.  One was a brand new application , and we opted to use SQL Server reporting services in Azure for it.  That was still …

Continue reading ‘Running Crystal Reports on Windows Azure’ »

Update to RC for WinRT Database Project

I published a note earlier about me vouching to maintain WinRT file based database project for foreseeable future.  As a result, I just updated the project’s download page and NuGet package to version 0.6 which supports the latest release preview of WinRT / Windows 8. You can download full source code here or examine NuGet …

Continue reading ‘Update to RC for WinRT Database Project’ »

SQLite for WinRT Metro Style Applications

I already mentioned previously that SQLite will be supported on WinRT, provided an excellent choice for storage needs if those involve a need for relational database engine.  Tim Heuer blogged about how to compile SQLite source code, which is a bit of a chore.  Luckily you can now download precompiled binaries for both 64 and …

Continue reading ‘SQLite for WinRT Metro Style Applications’ »