(Xianzhong Zhu) Nowadays, many IT companies have provided their different kinds of online storage systems, which are very popular network services, to enable users to directly manage their data via a simple browser anywhere in the world. In this article I will try to dissect the key techniques in bu
Tag: Development
Developing a Wonderful ASP.NET TextField Control
(Jagadish Chaterjee) This article introduces you to the concept of the User Control. It also walks you through the development of a well-featured TextField control with several functionalities.
Exploring LINQ, SQLMetal and SqlTac
(Steven R. McCabe) If you’re a .NET developer, working with or without a database on the back-end, your world is about to change. The emergence of LINQ and SQLMetal technologies will mark a fundamental change to your development approach to collections, and provide a simpler, more consistent way of
New Library Classes in ‘Orcas’
(Mike Downen, Inbar Gazit and Justin Van Patten) For the next version of the Microsoft .NET Framework (which will ship with the next release of Visual Studio currently code-named “Orcas”), its assemblies have been divided into two groups, internally referred to as “red bits” and “green bits.” The re
ADO.NET Connection Pooling at a Glance
(Neeraj_Saluja) Establishing a Connection with a database server is a hefty and high resource consuming process. If in any application needs to fire any query against any database server, we need to first establish a connection with server and then execute the query against that database server.
OOP: Create, Collect, Sort, Save and Retrieve Objects
(Ged Mead) The first thing we are going to do is to build a very simple Player class. Using this class we will be able to create individual Player objects (or Instances of the Player Type ).
Determine elapsed time in VB.NET with Stopwatch
(Irina Medvinskaya) A simple way to figure out how much time has passed since a particular moment in an application is to use the System.Diagnostics.Stopwatch object, which has been added in Visual Basic 2005. It’s very useful for accurately timing loops and blocks of code; it’s also helpful wheneve
ASP.NET Case Study: Tracing your way to Out Of Memory Exceptions
(Tess Ferrandez) One of my colleagues asked me to look at a memory dump for a customer and I thought that was I found was fairly interesting so here is the story.
Tale of a .NET Component (Part IV)
(Peter Aitken) This is the fourth article in a series that covers all the details of developing a .NET component. By following this process from start to finish, you may learn aspects of .NET development that are not provided in more specialized articles.
Working with Strings and the Composite Pattern in PHP 5
(Alejandro Gervasio) Are you a PHP developer who wants to improve your skills in pattern-based programming in PHP? If the answer to this question is an emphatic yes, then you should begin reading this article now! Welcome to the final part of the series “Implementing the composite pattern with PHP 5
