Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Learn to properly implement business entities
- When designing an n-tier application, one of the key decisions you make is how to pass information between the tiers of the application. Many Windows DNA applications took advantage of custom objects that mapped to real-world entities. These objects contained scalar data types, arrays, collections, recordsets, and other base objects,...
- Tags: Middleware, e Advantage, Dataset, typed dataset, business entity
- Technical articles 2003-01-08
Additional Resources
- 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
- Visual Studio Hacks: Generate Strongly Typed DataSets
- ADO .NET's DataSet objects provide powerful functionality when working with data. They allow the user to easily scroll, filter, search, and sort data, as well as work with hierarchical data and its relationships. However, the typical DataSet object is untyped, meaning it doesn't really know and understand what it is...
- Tags: Microsoft Visual Studio, O'Reilly Media Inc., Microsoft Development Tools, .Net, Application Servers, Middleware, Development Tools, Software Development, Software/Web Development, Enterprise Software, Software
- Book chapters 2005-03-09
- Which dataset should you choose?
- DataReader is not DataSetThere is NO DataSet instance created in your first listing. Instead, SqlCommand.ExecuteReader returns an equivalent of forward-only, read-only server-side cursor which allows the client to quickly and efficiently process query results ONE ROW AT A TIME. This is fundamentally different from the purpose and characteristics of disconnected...
- Tags: DataReader, Dataset, pequod, programming
- Discussion threads 2005-06-28
- Typed and Untyped Datasets .net apps
- I need a beginners answer to the differences between Typed and Untyped datasets in VB.net.Thanks for the helpAn untyped datasetis one VB knows 'nothing about'. You have to 'hardcode' the table names column names etc.A typed dataset is generated from an xsd schema of the data, so it takes a...
- Tags: Jerry Holland
- Discussion threads 2007-02-08
- Binding Fields In VB. Net
- I want to work with Datasets in VB.Net without placing a dataset object on my form. In this case, I must programmatically bind the form objects (textbox, datagrid and combo box, checkbox,datetimepicker) to the dataset, and then be able to control the form data with navigating buttons. ...
- Tags: dataset, dfontahfru@..., Microsoft Visual Basic, programming
- Q&A 2005-01-28
- Hydrus DataSet Toolkit (exe)
- Automates Select/Insert/Update/Delete operations in .Net by generating SQL statements on-the-fly based on your strongly-typed DataSet object. Eliminates the need for DataAdapter code, or maintaining SQL statements of any kind. You limit query results via WhereConstraint objects which create the SQL statement predicates. The primary advantage of the Hydrus Software CommandBuilder...
- Tags: SQL, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2006-06-13
- Use index for each column in dataset
- Hi all,I want to save, delete, and update a table with a dataset IN VB.NET 2005. But all that i find in the net are only example of dataset using with hard code column name.I need to use it with indexed column.Pls help,thanks
- Tags: Microsoft development tools, .NET, maria_angelica_ivo@...
- Discussion threads 2007-06-19
- Creating a Format From Raw Data or a SAS Dataset
- This paper demonstrates the creation of a format from raw data or a SAS dataset using the CNTLIN= option in PROC FORMAT. In order to create a format from a SAS dataset, the SAS dataset must have a few required variables. This paper will explain how to construct this dataset...
- Tags: SAS Institute
- White papers 2007-05-14
- Skinny to Fat: In search of the "Ideal" Dataset
- With SAS, given a "Tall" table with numerous observations for a patient, it can be difficult to analyze data between rows. While creating a "Short" dataset with all observations for a patient in one row can be accomplished with PROC TRANSPOSE, in multivariable datasets the number of TRANSPOSE statements can...
- Tags: Patient, SAS Institute
- White papers 2007-05-14
- 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
- MSDN Webcast: Implementing a Data Access Layer With the Visual Studio 2005 Dataset Designer (Level 200)
- This webcast explores these capabilities through numerous demos and examples. The attendee of this webcast will learn how to generate typed datasets and keep them synchronized with their data source, how to create and configure TableAdapters, and how to design and support ad hoc queries.
- Tags: Microsoft Developer Network, Microsoft Visual Studio, Webcast, Microsoft Visual Studio 2005, Data Access, Digital Media, Consumer Electronics, Personal Technology
- Webcasts
- Getting Your Random Sample in Proc SQL
- There are times when a user may desire or need to work with a subset of a very large dataset and therefore may need to obtain a random sample of the larger dataset. The SURVEYSELECT procedure, introduced in SAS/STAT with SAS Version 8, is a procedure which provides a variety...
- Tags: SAS Institute, Sample
- White papers 2006-02-28
- MSDN Webcast: Database Connectivity in InfoPath Through ADO.NET DataSet Support - Level 400
- The attendee of this webcast will learn how to use Microsoft Office InfoPath to design a form as a front-end to a Web Service that exposes ADO.Net DataSet structure. This webcast explains the InfoPath Data Adapter architecture, new Data Adapters in InfoPath 2003 SP-1, and talk about reasons for using...
- Tags: Microsoft Developer Network, Database, Webcast, Microsoft InfoPath, Microsoft ADO.NET, Groupware, Microsoft Office, Enterprise Software, Software, Office Suites
- Webcasts
- webservice dystopia
- I develop on .NET by day and PHP/mySQL by evening/weekend and have noticed that I can only get my .NET clients to interface with the simplest of SOAP web services - anything that requires a dataset - the PHP world doesn't work the same as the .NET world. I'm...
- Tags: dataset, JustAnotherTechie, Microsoft .NET, Microsoft IIS Server, Microsoft Visual Studio, PHP, php soap web services for .net clients.., programming, WSDL, XML
- Discussion threads 2005-05-27
- Building an N-Tier Application in .NET
- There are many types of n-tier applications that programmers have developed over the years. Since classes were first introduced in Microsoft Visual Basic 4.0, many programmers have attempted to come up with the definitive method of creating n-tier applications. This paper presents an overview of the types of n-tier applications....
- Tags: Application, Microsoft .NET, Web Service, Microsoft Corp., Programmer, Web Services, Development Tools, Channel Management, Enterprise Software, Software, Software Development, Software/Web Development, Marketing
- White papers 2002-02-01
- Which dataset should you choose?
- I've recently noticed some confusion amongcoworkers and clients regarding dataset options. This confusionstems from the fact that a dataset may or may not be typed. Thedeveloper makes the choice, which affects how the dataset isutilized in the code. In this article, I examine dataset types tofurther clarify their differences. ...
- Tags: Dim cntString, dataset, cntString, strSQL, Tony Patton, Nothing, developer, SqlConnection
- Technical articles 2005-06-28
- Centrality Based Visualization of Small World Graphs
- This case study attempts to visualize a real-world dataset consisting of 600 recently published information visualization papers and their references. This is done by first creating a global layout of the entire graph that preserves any cluster structure present. The paper then uses this layout as a basis to define...
- Tags: Visualization
- White papers 2008-03-07
- From Languages to Systems: Understanding Practical Application Development in Security-Typed Languages
- Security-typed languages are an evolving tool for implementing systems with provable security guarantees. However, to date, these tools have only been used to build simple "Toy" programs. This paper explores the process and machinery of building provably secure applications using security-typed languages. This paper details the design and use of...
- Tags: Application Development, Language, Tool, Productivity, Security
- White papers 2006-04-01
- Keystroke Spy (zip)
- Keystroke Spy is an extremely computer monitoring product. Keystroke Spy, while being able to log all keystrokes typed by users without them knowing, can also be set to log keystrokes typed only in specific applications. While allowing you to see who users are talking to, what Web sites they visit...
- Tags: Monitoring, Spytech Software, Keystroke Spy, E-mail, Productivity, Online Communications
- Software downloads 2008-03-17
- << Previous
- page 1 of 1
- Next >>