| |
| |
Interface in C#
by
Kailash Chandra Behera
on
Feb 27, 2013 The .NET Framework provides many interfaces for various purposes. Some of the commonly used interfaces are IComparable, IEquatable, IConvertible, ICloneable and IFormattable. | |
| |
| |
| |
| |
| |
Android Threads and Handlers
by
Chintan Rathod
on
Sep 13, 2012 This tutorial describes the usage of Threads and Handlers in an Android application. It also covers how to handle the application lifecycle together with threads. | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
PL/SQL Best Practices
by
Subal Mishra
on
Jun 15, 2012 In an enterprise data-driven application, the quality of SQL statements plays a vital role in an application's performance. A bad SQL statement can break the application. In this article, I discuss some best practices of using PL/SQL. | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Option Menu in Android
by
Chintan Rathod
on
Dec 20, 2011 Option Menu is list of menu items for an activity, which appears when the user touches the MENU button on an Android device. | |
| |
| |
| |
| |
| |
| |
| |
Creating Image Free Gradient Buttons in C#
by
Scott Lysle
on
Nov 11, 2011 This article shall describe a simple tool you can build and use to create the CSS to apply a gradient overlay to buttons, divs, or whatever you like, in an ASP.NET or just plain HTML project. | |
| |
Working with Delimited Text Files in C#
by
Scott Lysle
on
Nov 03, 2011 This article shall describe an approach to working with delimited text files. In general it will discuss the construction of the connection strings and schema.ini files needed to bind to a delimited text file and it will define an approach for editing and saving delimited text files. | |
| |
| |
| |
| |