Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Perform bulk copies with .NET 2.0's SqlBulkCopy class
- The .NET Framework 2.0's SqlBulkCopy class allows you to easily move data programmatically from any data source to a SQL Server table. Learn how to use SqlBulkCopy to streamline data transfers. A common development task is transferring data between disparate data sources. If you have worked with SQL...
- Tags: Microsoft .NET, Microsoft SQL Server, SqlBulkCopy, Databases, Tony Patton, .NET, development task, DestinationTableName property, SqlBulkCopy class, data source, database, server, .NET Newsletter, Caveat, Data, Class, .NET Framework 2.0, DataTable, Listing C, Storage, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Hardware
- Technical articles 2007-05-29
- DataTable offers .NET developers a resource-friendly option
- The DataTable object allows .NET developers to work with individual tables and conserve system resources. Learn more about using the DataTable object in your development projects. Most .NET developers are familiar with the often overused DataSet objects. The DataTable object receives much less attention, which is unfortunate since...
- Tags: Microsoft .NET, DataTable, Middleware, Databases, Tony Patton, .NET, data adapter, Dataset, DataTable object, .NET Newsletter, Developer, Microsoft .NET Framework, Data, Column, Object, Select Method, Application Servers, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Technical articles 2006-01-31
- DataTable offers .NET developers a resource-friendly option
- Most .NET developers are familiar with the often overused DataSet objects. The DataTableobject receives much less attention, which is unfortunate since DataTable objects provide plenty of features that are moreappropriate in many development scenarios—especially when performance is aconcern. In today's column, I take a closer look at utilizing a DataTable...
- Tags: data adapter, Dataset, DataTable, DataTable object, Microsoft .NET, Tony Patton
- Technical articles 2006-01-31
- DataTable offers .NET developers a resource-friendly option
- Great technique but are there noticeable..performance benefits? Given that .NET has grabage collection built-in, even applications with thousands of classes and methods making use of DataSets' will be efficientgiven that these and any objects are destroyedby the runtime once out of execution scope.What are your thoughts on this?cheers, SteveFWhile garbage...
- Tags: Dataset, DataTable, DataTables, garbage collection, Microsoft .NET, performance, programming, response to article, stevef199
- Discussion threads 2006-01-31
Additional Resources
- New DataSet Features in ADO.NET 2.0
- The ADO.Net 2.0 version of the DataSet and DataTable introduces numerous new features and enhancements to existing features. The main features include significantly improved performance due to a new index engine and the binary serialization format option, extensive capabilities available to a stand-alone DataTable, and mechanisms for exposing cached data...
- Tags: Microsoft ADO.NET, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2004-11-01
- Query Maker (zip)
- Microsoft .Net class library allows developers to programmatically query anything off of a Web site, converting data to name-value lists or DataTable objects. Query class can navigate multiple pages in one method call. A structured query configuration file is used to define queries, which can then be handed to the...
- Tags: Query, Microsoft .Net Class Library, Data, Web Site Development, .Net, Web Technology, Application Servers, Channel Management, Middleware, Internet, Software Development, Software/Web Development, Enterprise Software, Software, Marketing
- Software downloads 2005-02-09
- Explore disconnected data access classes in ADO.NET 2.0
- The ADO.NET class hierarchy can be split into two categories, connected and disconnected objects. Developers need to know these classes well in order to implement a successful ADO.NET solution. In this sample chapter from Programming Microsoft ADO.NET 2.0 Applications: Advanced Topics, study disconnected data access classes, which...
- Tags: Microsoft ADO.NET, Microsoft Press, Data Access, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Book chapters 2007-02-27
- ADO Provider Query Explorer and VB.Net Code Writer (zip)
- This simple and powerful program not only creates connection strings, and sql statements but also writes copy and paste code into a text file. Imagine being able to visually select databases, tables and realign fields effortlessly so you have total control over the way the information is viewed. In less...
- Tags: SQL, Microsoft Visual Basic.Net, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2006-02-21
- QuipuKit (zip)
- QuipuKit is a JSF library enabling developers to easily build dynamic Web applications. It includes an extended set of JSF components and a validation framework that shifts the traditional JSF validation to the client side. The library introduces such advanced components as DataTable, TreeTable, Chart, Calendar, and etc. providing developers...
- Tags: JavaServer Faces, TeamDev, QuipuKit, Java, Programming Languages, Software Development, Software/Web Development
- Software downloads 2007-04-26
- ExportToPDF .NET assembly (zip)
- ExportToPDF is a PDF development .NET assembly designed especially to help you develop PDF conversion .NET application with very minimum efforts. It takes several lines of codes to generate PDF document from a data source like CSV, Excel, delimited text file, MS Access database, .NET DataTable object and complete your...
- Tags: Adobe PDF, Smart Solutions, ExportToPDF, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2008-02-14
- Efficient Coding With Strongly Typed DataSets
- This paper discusses the pros and cons of developing a Microsoft .NET Framework-based application using strongly typed DataSet objects. This paper begins by discussing what a typed DataSet is and how it extends the DataSet, DataTable, and DataRow classes. The paper concludes by explaining some of the tips and tricks...
- Tags: Paper, Microsoft Corp., .Net, Software Development, Software/Web Development
- White papers 2004-12-01
- Spire.DataExport (msi)
- Spire.DataExport is 100% pure .NET component suit for data export into MS Excel, MS Word, HTML, XML, PDF, MS Access, DBF, SQL Script, SYLK, DIF, CSV, MS Clipboard formats. Quickly and easily export data from SQL command or listview or datatable .net component. Save your much time and money by...
- Tags: SQL, Microsoft Corp., Spire.DataExport, .Net, Programming Languages, Application Servers, Databases, Middleware, Microsoft Office, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Office Suites
- Software downloads 2006-09-14
- error in datarow
- assuming that i have acoonection and i have also the DataAdapter and DAtasetdim dt as datatable = ds.tables.item("Profile")dim row as datarow = dt.select(row(2) =cbolname.text)(0)i have the error in datarow... example i have 5 columns(id,lname,fname,mname,contact) i want to select the records based on combobox and put the records in the fields(like...
- Tags: plr007
- Q&A 2005-05-12
- copy table from dataset
- I need to copy table from a dataset then return saved copy into the original table.dim cpytbl as new datatablecpytbl = ds.table("name").copyentr processds.table.("name") = cpytbl this statement give an error "Property 'Item' is 'ReadOnly' "can you helpSeems to be a fundamental error hereWhy are you trying to do this?I can...
- Tags: sahaah@...
- Discussion threads 2007-02-25
- Aspose.Cells for .NET (msi)
- Aspose.Cells is a .NET component for spreadsheet reporting in a desktop or web server environment without using Microsoft Excel. Main features include; Opening an excel file to and from streams. Convert a chart into image and also an excel file to PDF. Conditional formatting & pivot table creation by API....
- Tags: Environment, Chart, Stream, Aspose, Aspose.Cells, .Net, Web Servers, Application Servers, Middleware, Software Development, Software/Web Development, Internet, Enterprise Software, Software
- Software downloads 2007-06-14
- Create encrypted Excel files using Aspose.Cells for .NET
- Aspose.Cells is a .NET component for spreadsheet reporting without using Microsoft Excel. Other useful features include encrypted Excel file creation, Import or export Excel 2007 data & formatting, open an excel file to and from streams, convert a chart into image and you can also convert an excel file to...
- Tags: Microsoft Office, aspose_seo, Microsoft Excel, Aspose.Cells, Microsoft .NET
- Discussion threads 2007-10-19
- QReport For .Net (zip)
- QReport For .Net is a complete suite of .Net 1.1 library to allow .Net developers to develop and present high quality charts & reports easily. The component is completely object oriented thus easy to program. Providing easy and flexible reporting and charting features. Constructing complex GDI-based reports through table-style structure....
- Tags: .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2006-11-03
- Multi-Level Grid Navigator for Visual Studio .NET
- Visual Studio .NET came with a versatile DataGrid class that allows navigation across several DataTables of a DataSet connected as a DataSource to the grid. When navigation follows a foreign key connection, only the child rows of the row selected in the parent table are visualized in the grid. In...
- Tags: Microsoft Visual Studio, Microsoft Visual Studio.Net, Row, Netscape Navigator, Microsoft Development Tools, .Net, Development Tools, Software Development, Software/Web Development
- White papers 2006-04-04
- EasyMail.Net Verify (exe)
- EasyMail.Net Verify is a .Net component that will enable your .Net application to easily and accurately verify e-mail addresses. Automatic multi-level validation can verify addresses based on syntax, white lists, black lists, DNS lookups and even two types of connections to the recipient's SMTP mail server. Bulk verification option provides...
- Tags: DNS, E-mail Address, EasyMail.Net Verify, E-mail, Domain Names, .Net, Application Servers, Middleware, Networking, Online Communications, Internet, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2005-06-17
- Perform bulk copies with .NET 2.0's SqlBulkCopy class
- A common development task is transferring data betweendisparate data sources. If you have worked with SQL Server, the bcp bulk copy command will be familiar to you. It allowsyou to quickly bulk copy large files into SQL Server tables or views. With .NETFramework 1.1, you can utilize bcp via a...
- Tags: Databases, .NET, Microsoft .NET, development task, Tony Patton, DestinationTableName property, SqlBulkCopy, SqlBulkCopy class, Microsoft SQL Server, data source, database, server
- Technical articles 2007-05-29
- << Previous
- page 1 of 1
- Next >>