WPF Wonders: Using DataTemplates
WPF data templates let you determine the pieces a repetitive control uses to display its items. Learn some unique and interesting ways to use data templates for displaying the items in ListBoxes, ComboBoxes, and ListViews.
Retrieving Table Size in SQL Server
Use this handy tip to determine the size of your SQL Server tables, which can be very useful for estimating the size and growth of a database over time.
ASP.NET Workaround: Calling a JavaScript Function from a HyperLinkField in a GridView
You can call a JavaScript function when a user clicks a HyperLinkField in a GridView control—you just need to use this workaround.
Understanding the Cloud Computing Security Vulnerabilities
What's the number one concern when it comes to adopting a cloud strategy? Security. This white paper addresses potential security issues during the development of client and cloud applications by using the Security Development Lifecycle.
Servlet 3.0: A Sneak Preview
Find out which features in the upcoming Servlet 3.0 specification will affect a major change in the way developers build Java web applications.
Detect Recursive Calls in Your .NET Code
Using System.Diagnostics, you can check the recursion levels in your code.
Quickly Determine Whether a Column Is Fully Visible in a DataGridView
Find out whether a DataGridView column is partially hidden.
Create ASP.NET Dynamic Hyperlinks from URLs Stored in Web.Config
It's useful to store URLs outside of your application code, because they can change.
Consuming XML Web Services in iPhone Applications
Find out the various ways you can call web services and parse responses from your iPhone applications to give your applications a huge range of data sources.
POJO-Based Solutions for LDAP Access: One Good, One Better
Find out how to employ dependency injection, annotation, and aspect-oriented programming to enable POJO-based application development.