We used to see a Notification tool tip in Windows 7/Vista to inform something about particular context. For example, Capslock warning will b...
Saturday, January 28, 2012
Sunday, January 22, 2012
Silverlight RichTextBox Control For Beginners
This post is for the absolute beginner who want to use the RichTextBox control of the Silverlight in their application. So in this post I wi...
Sunday, January 15, 2012
Creating and exploring a 3D maze with Silverlight 5
There's something about mazes than amazes me. They seem simple, but the math behind them can be very complicated (at least for a guy lik...
Displaying Notification Messages in a Silverlight Dashboard Application
Displaying Notification Messages in a Silverlight Dashboard Application Nowadays dashboard applications are becoming popular in Silverlight ...
WPF Data Binding Tutorial 1
Windows Presentation Foundation (WPF) is ships part of .NET frame work and Develop our GUI application 2D,3D,graphics animation and media co...
HTML5 Demo registration form
CREATING SIMPLE REGISTRATION FORM WITH HTML5. This article gives you a practical implementation , on how to use HTML5. I have used VISUAL...
Friday, January 13, 2012
A WPF Custom Control for Zooming and Panning
This article examines the use and implementation of a reusable WPF custom control that is used to zoom and pan its content. The article and ...
Thursday, January 12, 2012
Code analysis using Telerik JustCode
JustCode do on the fly analysis of the code. It does code analysis when you type the code and reports you and error or warning without any f...
Wednesday, January 11, 2012
How to convert a Silverlight application to out-of-browser application?
In this article, we are going to learn how to work with Out-of-browser application in Silverlight. Out-of-browser application Out-of-browser...
WP7 and PhoneGap - Article #6 - Make your WP7 Vibrate
Mindscape LightSpeed gives you data access how it should be: Screaming fast, Visual Studio integrated and with support you can depend on. ...
WP7 and PhoneGap - Article #7 - Check for Network Connections
Learn the basics of getting a minimal application packaged for the Windows platform using the Intel AppUp™ encapsulator tool. Develop HTML5 ...
Silverlight 5 Hosting :: Basic About Silverlight 5
In this article we are going to explore the WCF Ria Services with Silverlight 5. Lets start with the basics for the first timers. Read ...
Tuesday, January 10, 2012
How to access a video and snap a picture from webcam in Silverlight?
In this article, we are going to learn how to interact with Audio and Video devices in Silverlight Working with Audio and Video devices in S...
WP7 Mango Sample: Database Part 1:2
Storing Windows Phone application data is a pretty normal requirement. If you want it to persist across sessions, or even phone reboots, y...
Monday, January 9, 2012
Silverlight File Manager
The Silverlight File Manager on the ListBox control based universal server handler may be working on the ASP .NET WebForms and MVC projects....
LINQ Group By with NULL database values
LINQ is fantastic for the ability to write queries that express intent much more clearly than the same SQL, or structured code. One problem ...
Top 10 tips and tricks to jazz up your C# business solutions/server products
After the initial lot of tutorials and exercises, when finally I sat down to write my first professional quality C# application, I had to sp...
Sunday, January 8, 2012
Let me out - Facebook Logout in a WP7 App
A while ago I implemented the Facebook photo endpoint into my Windows Phone Pictures Lab app. The implementation of the login was quite stra...
Add Twitter Support To Your iPhone App In 5 Steps
Do you know how easy it is to give your users Twitter support in your app. This works like the email function in iOS apps – you will be able...
How to create and consume WCF Service in Silverlight?
As we know that Silverlight (being a sandbox technology) doesn't support working directly with ADO.NET , it implies that you can't u...
WP7 Tips: How to Pin an Application to the Start Screen?
Today in this blog post, I am going to start up few Windows Phone 7 tips which will be handy for you if you are a beginner and just started ...
Friday, January 6, 2012
Binding data to the Silverlight control by hard coding in XAML file and programmatically from the code behind
Data binding is the process that establishes a connection between the application UI and business logic. If the binding has the correct sett...
Thursday, January 5, 2012
iOS Development Resources
Below is a list of online resources I have found incredibly useful whilst climbing the Xcode / iOS learning curve. If you've got other...
Windows phone 7 video
Find Video series below Episode 17 How to work with AutoCompleteBox in Windows Phone 7 Episode 16 How to Protect Password ...
What is Garbage collection?
Garbage Collection: The . NET Framework uses automatic garbage collection to manage memory for all applications. When you use the new...
What is Constructor Chaining in C#?
Constructor chaining is an approach where a constructor calls another constructor in the same or base class. You can't call construct...