|
61-80 of 1928
Previous
Next |
|
RegEx.Split vs. String.Split
by Srinath MS
Use RegExSpllit when the String.Split method isn't flexible enough to meet your needs.
|
|
How to Build a .NET Solution or Project from a Command Prompt
by Deepak Choudhari
You don't always have to use Visual Studio to compile your solution or project; you can build from a command prompt.
|
|
Convert Hashtable Keys or Values into an ArrayList
by Deepak Choudhari
The key is to use the ArrayList constructor that takes an ICollection.
|
|
Consuming .NET Web Services from Classic ASP with the Microsoft SOAP Toolkit
by Srinath MS
The Microsoft SOAP Toolkit makes it easy to use .NET web services from classic ASP.
|
|
Make Web Requests Programmatically in .NET
by Deepak Choudhari
Find out how to make web requests over HTTP to a remote server—and read the results.
|
|
Create and Save Thumbnails of Web Pages
by Srinath MS
The .NET WebBrowser control makes it easy to create and save thumbnail images of web pages.
|
|
Quickly Set a Form to a User's Working Area Size and Location
by Srinath MS
This tip resizes and positions a form so it takes up the full extent of a user's working area.
|
|
Create a Popup Calendar in ASP.NET
by Anmol Gupta
This handy popup calendar lets users select a date without requiring much space on the main page.
|
|
Getting Better Sound Capabilities in .NET 3.0
by Laks Schabse
The new MediaPlayer class in .NET 3.0 removes many of the limitations of the older SoundPlayer class.
|
|
How to Disable the Focus Rectangle on WPF Controls
by Laks Schabse
Like Windows Forms controls, most WPF controls display a focus rectangle when they have the focus, but you can control that behavior easily.
|
|
How to Iterate Through All the Properties of a Class
by Deepak Choudhari
Using Reflection, you can easily iterate through all the properties of a .NET class.
|
|
Quickly Find All "TODO's" in Your .NET Project
by Srinath MS
Visual Studio can show you a list of all the TODO statements in your code.
|
|
Create a Generic List at Run Time
by Srinath MS
This tip shows you how to create a generic list of a specified type at run time.
|
|
Using the OneWay Web Service Attribute
by Srinath MS
When you call a void web service method, apply the OneWay attribute to avoid having the calling thread wait for a response.
|
|
Displaying Embedded Newline Characters from ASP.NET Resource Files
by Deepankar Sinha
Embedded newline (\n) characters don't display properly in the browser, but a simple character-replace operation does the trick.
|
|
Incrementing a C# Variable Efficiently
by Bashir Nabeel
Avoid postfix operators when incrementing composite objects.
|
|
Show a Footer for All ASP .NET Pages in a Site
by Rafay Ali
Using a global event handler, you can append whatever you like in the response to every site request.
|
|
Maintaining Cookieless Session Values in Dynamically Generated Hyperlinks
by Rafay Ali
When using cookieless sessions, generating hyperlinks dynamically from data in the SiteMap file can result in lost sessions.
|
|
Get Internet Connectivity for Your .NET Mobile Device Emulators
by Mamta Murthy
To get Internet connectivity on your .NET mobile device emulators, you'll need to install some additional code.
|
|
Cache Dynamically Generated Images for Quick Page Response
by Srinath MS
Caching images locally can dramatically improve page response times.
|
|
61-80 of 1928
Previous
Next |