Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Mahesh Chand is active.

Publication


Featured researches published by Mahesh Chand.


Archive | 2003

Data Binding and Windows Forms Data-Bound Controls

Mahesh Chand; David Talbot

When it comes to developing interactive database applications, it’s difficult to resist using data-bound controls. Data-bound controls are easy to use, and they also provide many handy, built-in features. You used DataGrid, ListBox, and other data-bound controls in the previous chapters. In this chapter, we discuss the basics of data binding, how to use data-bound controls, and how to develop interactive database applications using these controls with a minimal amount of time and effort.


Archive | 2003

Integrating XML with ADO.NET

Mahesh Chand; David Talbot

The programming world is moving more and more toward the Web, and Extensible Markup Language (XML) is an essential part of Web-based programming. This chapter assumes you have an understanding of basic XML syntaxes and documents.


Archive | 2003

COM Interoperability and ADO.NET

Mahesh Chand; David Talbot

The Component Object Model (COM) has been around for many years and is used by many Windows applications. Eventually the .NET platform will replace COM, but until then you may need to develop COM components from .NET and access them from unmanaged code, or you may want to use COM components in .NET applications. COM interoperability (also referred to as COM Interop) enables you to use existing COM components in .NET applications or use.NET components in unmanaged code.


Archive | 2003

Object-Relational Mapping in .NET

Mahesh Chand; David Talbot

Relational databases treat data in terms of rows and columns, and objects treat things in terms of arrays and properties. Object-relational mapping (OR mapping) bridges these two worlds so your code can look like object code and still store itself in a relational database.


Archive | 2003

Stored Procedures and Views

Mahesh Chand; David Talbot

Relational databases such as SQL Server and Oracle rely on stored procedures to do repetitive tasks, so a programmer’s main jobs when creating database applications are creating, debugging, and testing stored procedures (often called stored procs). Another database object it behooves programmers to learn is the view—or virtual table. In this chapter, you’ll learn how to take advantage of Visual Studio.NET (VS.NET) tools to work with both stored procedures and views.


Archive | 2003

Mapped Objects: Performance Considerations and Data Binding

Mahesh Chand; David Talbot

In the last chapter you learned the basics of turning the data in your database into objects. Although basic Object-Relational (OR) mapping is simple, a number of issues become apparent when it comes time to actually put it to work.


Archive | 2003

Oracle, SQLXML, and Other .NET Data Providers

Mahesh Chand; David Talbot

In previous chapters, we discussed the Sql, OleDb, and ODBC data providers and how to use them work with various databases including SQL Server, Access, Excel, and MySQL. As mentioned, ADO.NET is flexible enough so anyone can develop their data provider and add it to the library as an add-on.


Archive | 2003

Constraints and Data Relations

Mahesh Chand; David Talbot

In chapter 3, you encountered constraints and data relations. In this chapter, we discuss constraints and data relations in more detail. First, we start this chapter with a discussion of constraints and how ADO.NET constraint objects maintain data integrity. Second, we discuss data relations. An object that encapsulates a data relationship may be a new concept for many programmers.


Archive | 2003

ADO.NET in Disconnected Environments

Mahesh Chand; David Talbot

In Chapter 1 and Chapter 2, you learned about ADO.NET, and you learned how to use ADO.NET components with Visual Studio (VS) .NET. You also learned how to write code that binds ADO.NET components to data-bound controls and how to use VS. NET’s Integrated Development Environment (IDE) wizards to write full-fledged database applications.


Archive | 2003

SQL Server and ADO.NET: Notes on Performance

Mahesh Chand; David Talbot

Ever since the early days of relational databases, optimizing database performance has always been as much an art as a science. Even today, you’ll often hear of new “secrets” through professional relationships that take on the air of furtive back-alley exchanges more reminiscent of a Le Carre novel than a sober discussion between colleagues. This chapter discusses some SQL Server and ADO.NET performance issues. It also discusses some best practices to make sure you get the most out of your code.

Collaboration


Dive into the Mahesh Chand's collaboration.

Researchain Logo
Decentralizing Knowledge