Online Free Computer Tutorials.: VS2010

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Showing posts with label VS2010. Show all posts
Showing posts with label VS2010. Show all posts

Thursday, December 27, 2012

WPF Splash Screens

It may seem odd to blog about something as mundane as WPF splash screens. After all, it's a solved problem, right? Wrong. I think th...
Read More

Updating my WP App to WP8

Earlier this year I wrote a small Windows Phone 7 application in a day called Lost Phone Screen. It creates lock screens for you with yo...
Read More

Playing with Windows Store apps apps

The past months I've been working on creating new, exciting Windows Store apps, using the Windows Library for Javascript, WinJS. For...
Read More

How to Change the Start Page of the WP8 Application in VS2012?

When developing a Windows Phone 8 App, you might want to rename the default MainPage.xaml file or wish to change the Start Page of the W...
Read More

Tuesday, December 25, 2012

Progress Control Animations for Windows Store Apps with XAML and C#

In this post, I'm going to show you how you can create a circular animation in a metro style application (XAML/C#). In my case, we n...
Read More

XAML Coding Convention

Over the past year, I have built my own coding conventions for C#. I also always manage to convince my colleagues to follow my coding co...
Read More

Attached Behaviors vs Attached Properties vs Blend Behaviors

I think the distinction in my mind is this: "normal" attached properties are there as metadata for some other piece of code (i...
Read More

Wednesday, December 12, 2012

ASP with C#.Net Debugging

Many times we came across in debugging legacy applications built on ASP and COM. Debugging of legacy applications are error prone and co...
Read More

What is Extension Methods

As we know and learned in OOPs that once a Class is defined and compiled into a .NET assembly, its definition is, more or less, final. T...
Read More

Sunday, December 9, 2012

Modernizr Library in MVC 4

In this post you will learn how developers take the advantage of Modernizr in MVC 4 Applications. We all web developers have the responsibi...
Read More

Tuesday, December 4, 2012

Twitter RSS Feed Reader in MVC 4

In this blog post you will learn how to setup the Twitter RSS Feed Reader in MVC 4. I'm using the same technique I used in my last post...
Read More

jQuery Fixed DIV Header Notification Bar on Scroll with Fade in Out Effects

Introduction: Here I will explain how to display jQuery fixed DIV Header Notification Bar with Fade in fade out effects on scroll. Descript...
Read More

Call Server Side Function from JavaScript in Asp.net Ajax

Introduction:  Here I will explain how to call server side methods or functions from JavaScript inasp.net . Description:    In previous pos...
Read More

Monday, December 3, 2012

Understanding Generic Dictionary in-depth

Generic Dictionary is a great instrument to have in your toolset. The Generic part is keeping us type-safe and helps avoid boxing/unboxin...
Read More

WCF in a stateful application (WPF/Silverlight)

This article looks into a possible solution for handling the Faulted state and Closure of a WCF service when being used in a stateful appli...
Read More

WPF Growl Notifications

Recently I needed to add growl notifications to one WPF project. I googled a bit and found Growl for Windows, it's fine but seems to mu...
Read More