Working with Collections in .NET

Hi, In the session we will have a look at how to what are the various collections available in  .NET. And how could we use them. We will be covering the following topics o List and Dictionary o ArrayList and HashTable o Generic Classes & Methods o IEnumerable and IEnumerator Apparently the guys did not [...]

Read full story Comments { 0 }

Windows Phone App : Truth or Dare

Hi,   Have a look at latest windows phone application that i developed for a client.   This application makes uses of Accelerometer feature available on Windows Phone.     The source code of the application will be made available on demand and could also be customized if needed.   Any comments and feedback are most [...]

Read full story Comments { 0 }

Developing Console Application – .NET Video Training Series

Hi, In the session we will have a look at how to develop console applications using .NET. We will be covering the following topics o Entry point method – Main o Command Line Parameters o Compiling and Building Projects Apparently the guys did not pay me for the job they hired me for so i [...]

Read full story Comments { 0 }

Working with Classes and Objects – .NET Video Training Series

Hi, In the session we will have a look at how to Work with Classes and Objects using .NET. We will be covering the following topics o Adding Variables and Methods o Properties and Indexers o Constructors and Destructors o Type Initialize o Extension Methods o Anonymous Types o Memory Management and Garbage Collection o [...]

Read full story Comments { 0 }

Essentials of Object-Oriented Programming – .NET Video Training Series

Hi, In the session we will have a look at Object-Oriented Programming using .NET. We will be covering the following topics o Object and Class Definition o Understanding Identity, State, and Behavior o Using encapsulation to combine methods and data in a single class o Inheritance and Polymorphism. Apparently the guys did not pay me [...]

Read full story Comments { 0 }

Language Basics – .NET Video Training Series

Hi, In the session we will have a look at .NET Language Basics. We will be covering the following topics – Variables and Data Types – String & StringBuilder – Boxing and Unboxing – Operators – Statements – Arrays and Strings – Procedures and Functions Apparently the guys did not pay me for the job [...]

Read full story Comments { 0 }
3

C# : CSharp Simple Typing Accuracy Improver Application

Hey Guys, I have developed a simple CSharp application that gives you random characters to type and records the key presses and also increases the speed of the letters that come for typing. Have a look at the sceenshot of the app and also the video below.       Have a look at the demo [...]

Read full story Comments { 0 }
6

Connect to facebook from your Windows Phone (WP7) App

Hey guys, I made a simple app using which we can login to our facebook account and add and delete posts. Have a look at the video below to see the features of this WP7 app. Connect to Facebook from your Windows Phone App You can also follow the images below to follow its functionality [...]

Read full story Comments { 0 }
Simple WP7 App

Simple WP7 App with one screen having TextBox, TextBlock, Button and string from resx file

  Hey guys, I had a simple requirement of a one screen app with TextBox TextBlock Button String from resx file The Screen looks like below: Here is the video for the app. The Souce code is available here.  

Read full story Comments { 0 }
>