Tag: Development

Community

Cache Your Data: JDBC Vs. ADO.NET

(Gal Ratner) Since the data is usually physically separated from your application you need to somehow fetch and bring it to your application before it can be displayed to users, manipulated and saved back to your data source. In this article, we will compare and contrast the use of Java and .NET to

Community

ADO.Net 2.0 in 5 minutes

(george.p.alexander) Or ten. But here’s a condensed look at some of the changes and new features we would want to encounter while migrating from ADO.Net v1.x. Earlier we had a look at what’s in store for us C# 1.x developers jumping onto the C# v2.0 bandwagon. I’ve so far just scratched the surface

Community

Custom List Controls

(Brian Mains) Many are familiar with the DropDownList control, which inherits from ListControl. This control contains an Items collection property, which each item is rendered as a child item of the control, as the default property. How is this done? The following article will discuss this in detail