|
Cloning Windows Solitaire Game in Silverlight 3 - Part 2
Xianzhong Zhu, Feb 08, 2010
In this second part of the series, you will learn the crucial programming skills of the solitaire game. In detail, we are going to discuss about the three mouse events, i.e. MouseLeftButtonDown, MouseMove, and MouseLeftButtonUp, related event handler programming.
Cloning Windows Solitaire Game in Silverlight 3 - Part 1
Xianzhong Zhu, Feb 05, 2010
In the two parts of this series, you will learn to write a Silverlight 3 based solitaire game like the one shipped with various Windows versions. The main purpose to write this game is to explore the mouse drag and drop related programming in Siverlight 3.
Dynamic Manipulation of Silverlight controls
Medusa M, Feb 01, 2010
In this article, you will learn how to create and delete Silverlight controls or XAML elements at runtime. You will also learn how to create event handlers and associate them with the dynamically created control at runtime.
Continuous Integration with TeamCity
Manning Publications, Jan 21, 2010
TeamCity is a CI server that has been gaining popularity in the .NET community for the last few years. It is packed with handy futures which we will discuss in a minute and has a free version suitable for smaller teams.
Sparse Thoughts on ASP.NET MVC Controllers
Dino Esposito, Jan 18, 2010
In this article, Dino Esposito focuses on the core part of the ASP.NET MVC framework - the controller - and shares some considerations about the ideal structure it should have as a class and its intended role.
More articles
Upcoming articles
|
|
Re: online training
By Parthasarathy Mandayam
Published in Architecture / Advanced / Design Patterns
Re: online training
By Abhijit Jana
Published in Architecture / Advanced / Design Patterns
Re: Throwing exception from class methods
By Abhijit Jana
Published in General C# Questions
Re: ajax in flash
By Abhijit Jana
Published in ASP.NET AJAX / Javascript General Questions
Re: Fill: SelectCommand.Connection property has not been initialized... Message
By Abhijit Jana
Published in Getting Started with ASP.NET
|
|
A First Look at ASP.NET MVC 2
Ben Scheirman
    
In this article, we will take a look at two upcoming features in ASP.NET MVC 2. This article covers ASP.NET MVC 2 Preview 1.
Polymorphism and Encapsulation
Brian Mains
    
Polymorphism and encapsulation are two big words in OO development, and are also a fundamental concept of software development. This article will demystify these concepts by showing you some real world examples.
C# 3.0: An Introduction
Granville Barnett
    
In this article we will look at some of the language enhancements in C# 3.0. Throughout the article we will use code examples to demonstrate these new enhancements and how to apply them to real world problems. This article will give you the core unde...
|
|
SQL SERVER Brief Note about StreamInsight What is StreamInsight
Journey to SQL Authority with Pinal Dave, February 9, 2010
StreamInsight is a new event processing platform introduced in upcoming version SQL Server 2008 R2. Similar to other components such as SSIS, SSAS or Service Broker, it also needs to be installed alon...
Answering A C# Question
Jesse Liberty - Silverlight Geek, February 9, 2010
I often receive questions about topics covered in one or another of my books, and I respond, most often, privately. Every once in a while, however, a question comes along that may be of more general i...
Free Plugin: Tweet Your Code From Visual Studio
The ASPx Blog, February 8, 2010
Check out this great CodeRush plugin which allows you to share snippets of your code with the world. Travis Illig is the mastermind who created this CodeRush plugin. Watch the Share Code On Tw...
When Blobs attack – understanding cloud storage bursts and viewing logs
Method ~ of ~ failed, February 8, 2010
Heres how it started Lisa (my wife) [shouting from office into the kitchen]: Tim, whats this Amazon charge for $193? Me [thinking what I may have purchased and not remembered]: Um, dont knowlet me...
New Filtering Menu for RadGrid for ASP.NET AJAX
the telerik blogs, February 8, 2010
Hi everyone, As of Q1 2010 RadGrid will be equipped with a new filtering menu a powerful and flexible feature the interest in which was sparked by RadGrids MVC counterpart offered by Telerik. It will...
More todays news... [news categories]
|
|
Future of Business Intelligence
Pinal Dave, Jun 28, 2009
Pinal Kumar Dave discusses the future of Business Intelligence.
Policy-Based Management – Create, Evaluate and Fix Policies
Pinal Dave, Jun 26, 2009
This article will cover the most spectacular feature of SQL 2008 - Policy-based management and how the configuration of SQL Server with policy-based management architecture can make a powerful difference.
SQL Server –Understanding Table Hints with examples
Pinal Dave, Jun 19, 2009
A look at the different types of hints that are available in SQL Server and how they may be useful to you.
SQL SERVER - Difference Between Candidate Keys and Primary Key
Pinal Dave, May 25, 2009
Pinal Kumar Dave illustrates the difference between a candidate key and a primary key in SQL Server.
SQL SERVER JOINs
Pinal Dave, May 05, 2009
In this article, Author Pinal Dave clarifies the basic concepts of SQL JOINs.
|
|
Method not found: 'Void System.Web.Mvc.ViewContext..ctor(System.Web.Mvc.ControllerContext, System.Web.Mvc.IView, System.Web.Mvc.ViewDataDictionary, System.Web.Mvc.TempDataDictionary)'
asiemer, Jan 31, 2010
I am finding that there are several complaints about getting Spark View Engine to work with ASP.NET MVC. I had to tweak the Spark View Engine code base to get things running again. I had to dow...
Can you help me formulate a TOC for an ASP.NET MVC Cookbook
asiemer, Jan 15, 2010
Hey there everyone. I was recently tasked to pitch a book to my publisher. As a first step I need to come up with an outline for the Table of Contents. This book is the standard cook...
VirtualDNUG.com a virtual .net users group
asiemer, Jan 05, 2010
Hey all! I am finally going to put my full steam into setting up my VirtualDNUG users group. With the help of the good folks over at ineta (they are providing a LiveMeeting license for us)...
ASP.NET MVC 2 in Action conducting a public review
asiemer, Jan 05, 2010
Since I enjoyed the first edition of the ASP.NET MVC in Action book I figured I would jump on this second edition of this book and framework as quickly as I could. I just read this post from Jef...
NBuilder article just submitted to DotNetSlackers.com
asiemer, Jan 04, 2010
I just finished the first article to a two maybe three part mini-series on NBuilder for DotNetSlackers.com. NBuilder is a great little tool for generating your objects for you. Often times...
More...
|