Search Tutorials:
About Me
|
Contact Me
Home
Tutorials
ASP.NET
Android
AJAX
JQuery
WCF
Visual C#
ADO.NET
.NET Framework
LINQ
Visual Basic
Java
HOW TOs
ASP.NET
Android
AJAX
JQuery
Visual C#
ADO.NET
.NET Framework
LINQ
Visual Basic
Java
Blog Posts
ASP.NET
JavaScript
Android
JQuery
Visual C#
.NET Framework
Visual Studio
ASP.NET MVC
Windows Phone 7
Free ebooks
Book Reviews
General
Personal
Presentations
Cheat Sheets
Web Services
Visual Basic Tutorials
Tweet
Share
|
Visual Basic
Implement Globalization in VB.NET using CultureInfo class
Posted by
Waqas Anwar
on
06 Apr 2008
- Views Count:
19528
CultureInfo class provides culture-specific information in .NET applications. This information includes language, sublanguage, country or region, day names, month names, calendar etc. It also provides culture specific conversions of numbers, currencies, dates or strings. In the following tutorial, I will show you how you can retrieve this information from different cultures available in .NET Framework.
Visual Basic
Display Windows Services in VB.NET
Posted by
Waqas Anwar
on
06 Apr 2008
- Views Count:
6802
.NET Framework 2.0 provides System.ServiceProcess namespace that contains classes developers can use to create and install Windows Services. These classes include ServiceBase, ServiceInstaller and ServiceProcessInstaller. This namespace also contains one class which can display the list of all the Windows Services running on local or remote computer. In this Tutorial I will show you how you can display the list of locally running Windows Services inVB.NET.
Visual Basic
Using DriveInfo class in VB.NET to get System Drives Information
Posted by
Waqas Anwar
on
06 Apr 2008
- Views Count:
5798
DriveInfo class in .NET Framework is very useful class you can use to get information about the system drives. It has many properties and methods to query drive information such as drive type, drive format, total size or total free space. In the following Tutorial I will show you how to use this class in VB.NET Windows Application.
Visual Basic
Delegates in Visual Basic .NET
Posted by
Waqas Anwar
on
25 Mar 2008
- Views Count:
2981
A delegate in Visual Basic.NET is defined as a type safe function pointer. It holds the memory address of a function or procedure in the code and can be used to invoke the function. As a Visual Basic developer, we used delegates on daily basis without even knowing that we are using them. Event handling in .NET is also based on the concept of delegates and .NET Framework automatically handles delegates behind the scenes when we handle events in the program.
Find us on Facebook
Popular Posts
Binding Android ListView with Custom Objects using ArrayAdapter
August 12, 2011
Using Parameters with ObjectDataSource Control
June 24, 2009
Editing ASP.NET ListView Control using JQuery AJAX and Web Services
December 16, 2010
Editing Data using ASP.NET GridView Control
April 11, 2009
Insert Records using ObjectDataSource Control
June 27, 2009
Recent How TOs
How to Change IFrame Source using JQuery
November 14, 2012
How to Set Files as Read Only in .NET
August 29, 2012
How to get Domain Controllers Information in .NET
August 29, 2012
How to Check Validity of IP Address in .NET
August 29, 2012
How to Ping an IP Address in .NET
August 29, 2012
How to Create Conditional method
August 29, 2012
How to Create Breakpoint programmically
August 29, 2012
Recent Blog Posts
Add Conversations to Any Site with Moot Forums
May 20, 2013
Create Free Responsive Portfolio Websites with Dunked
May 16, 2013
Ghost: A Revolutionary Open Source Blogging Platform
May 16, 2013
A Fast & Fully Featured Auto-Complete Library
April 27, 2013
Paragraph, Word & Character Counting with Countable.js
April 27, 2013
Tags
asp.net
.net framework
ajax
android
visual basic
java
visual c#
linq
wcf
jquery
ado.net