| INFO: Keywords to Search .NET Related Knowledge Base Articles |
| http://www.kbalertz.com/ |
| (303992) - The Microsoft Knowledge Base is categorized by keywords. The keywords help to refine the search criteria. This article lists the keywords that are used as metadata for .NET related Knowledge Base articles. The following .NET-related areas are included... |
|
| INFO: Roadmap for ADO.NET |
| http://www.kbalertz.com/ |
| (313590) - This article provides a way to learn about ADO.NET. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers to help you learn about a Microsoft product or... |
|
| INFO: Roadmap for Web Forms Data Binding |
| http://www.kbalertz.com/ |
| (313481) - This article provides a roadmap to learn and master data binding using ASP.NET Web Forms. To assist you with learning a Microsoft product or technology, roadmap articles provide links to useful information, including online documentation, Microsoft... |
|
| INFO: Roadmap for Windows Forms Data Binding |
| http://www.kbalertz.com/ |
| (313482) - This article provides a roadmap to learn and to master data binding in Windows Forms applications. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers, to... |
|
| INFO: Roadmap for Windows Forms Data Binding |
| Microsoft Support |
| (313482) - This article provides a roadmap to learn and to master data binding in Windows Forms applications. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers, to... |
|
| Inherit from ADO.NET DataSet to create your own business objects |
| The Code Project |
| By being able to extend generated typed datasets, you can use the built-in field mapping and still add your own business-specific functionality. |
|
| Inherit from ADO.NET DataSet to create your own business objects |
| The Code Project |
| Extend generated Strong Typed Datasets, add your own business-specific functionality to a real DataSet object. Binding to forms and updating to a database is all done by the .NET framework. This is built on Shawn Wildermuth's a.k.a. ADO Guy's DataSetGenerator. |
|
| Insert XML Files into Databases Using Xml2OleDb |
| http://aspalliance.com/ |
| Have you ever wanted to add your XML data files into a database? Xml2OleDb will demonstrate how easy ASP.NET makes it to add XML data to any OleDb database including SQL Server, Access, Excel, Visual FoxPro, FoxPro, and dBase. |
|
| Inside .NET Managed Providers |
| MSDN |
| When compared to full-fledged OLE DB providers, Microsoft .NET managed providers have a lot to offer. First off, they deliver a simplified data access architecture that often results in improved performance without the loss of functional capabilities. Furthermore, .NET managed providers directly expose provider-specific behavior to consumers through methods and properties. They also involve a much smaller set of interfaces than OLE DB providers. Last but not least, .NET managed providers work within the boundaries of the Common Language Runtime (CLR) and require no COM interaction. For SQL Server 7.0 and SQL Server 2000, the managed provider hooks up directly to the wire level, gaining a substantial performance advantage. |
|
| Integrating an HTML returning C# Web Service with our Websites |
| C#Today |
| In this article, Andrew Krowczyk discusses a relatively simple but useful Web Service that fulfills the following scenario. Lets say for example, Yahoo decided to write a Web Service that would allow anyone with a website to integrate a Recent News box into their own site. The data would be generated by Yahoo or its Content Provider, but would add the capability for anyone to encapsulate this piece of functionality into their own site seamlessly. As Andrew shows us, this is quite easy to do using .NET Web Services. |
|
| Integrating Web Services and COM Components |
| MSDN |
| Eliminate your organization's dependence on the SOAP Toolkit in order to expose COM components as Web services. See how to consume Web services written on any platform from legacy environments such as COM components and classic ASP pages. |
|
| Internal Site Search Engine |
| The Code Project |
| Site Search Engine searches an entire page for matching keyword(s) or a phrase and will count how many times the keyword(s) or phrase are found on the page, and displays the results with the highest matches first. |
|
| Invalidating an ASP.NET Web Application Cache Item from SQL Server (Part 1 – A simple example) |
| DotNetJunkies |
| The DotNetJunkies are often asked, “How can I invalidate a cache item in my ASP.NET Web application when a change is made in my database?” In this article Donny demonstrates one way to accomplish this using triggers, a console application, and dependency files. |
|
| Keeping Passwords in a Database Secure |
| DotNetJunkies |
| Although it's not quite evident on the surface, the .NET Framework does offer strong support for storing passwords in a secure way and once you know how to do it, it's fairly easy. In this tutorial, you'll learn about authentication and how to use hashes alone and with salt for better password protection. |
|
| Language Enhancements in Visual Basic 2005 |
| MSDN |
| Learn about the new features in Visual Basic 2005, including XML comments, generics, Global keyword, partial types, My, and more. |
|
| Loading a DataSet with Data from Multiple Tables |
| DotNetJunkies |
| Ljubomir shows you how to load a DataSet with data from multiple tables. |
|
| Loading an XSD Schema into a DataSet |
| XML for ASP.NET |
| XSD schemas play an important role in the .NET framework. This is especially true when DataSets are involved. This example shows how to load a schema into a DataSet using the ReadXmlSchema() method and demonstrates how schemas are used to supply data types for DataColumns. |
|
| Make Data Structures Act Like Databases |
| Visual Studio Magazine |
| Sometimes you don't need the power, nor do you want the cost, of a full relational database. I was working on just such a project recently. I was donating some time to publish a suggested reading list for our local elementary school. Briefly, the children can read books, pass a comprehension test, and earn points to spend on some small items at the store. The list contains about 81,000 books: too large to browse, but not large enough that a database is necessary. |
|
| Making A Simple Server Control |
| DotNetJunkies |
| In this tutorial we will be walking you through creating your own server control. Granted, this is a very simple example, but will give you an idea of what you have to do to create one. |
|
| Making Business Objects has never been easier! |
| DotNetJunkies |
| I am sure no one reading this has ever put data access code inside asp pages! Right, Right, I thought not. Many people still put things that should be in business objects or data objects inside their ASP code. Bad, bad, bad!! Actually, I am even guilty of this, I think everyone is. Why? Because typical objects are a pain, especially when it is something as simple as making a database connection and querying a database. You have worry about versioning, etc. We all know what I am talking about. The g |
|
| Managing a Music Collection Using Visual Basic Express and SQL Server Express |
| MSDN |
| Build a music collection management application using Visual Basic 2005 Express and SQL Server 2005 Express. |
|
| Managing configuration settings persistence in .NET applications |
| The Code Project |
| A simple way to manage config settings read/write persistence through ADO.NET and XML |
|
| Mapview |
| The Code Project |
| Application is intended to create a 2D canvas from interactive, creating the vector graphics |
|
| Master Detail Report: the use of labels vs. grids; Forms Authentication |
| The Code Project |
| A primer on creating ASP.NET pages that use User.Identity.Name available from Forms Authentification to permit a customer/employee to logon, retrieve their specific records, and format the information as a Master Detail record. |
|
| Mastering ASP.NET DataBinding |
| The Code Project |
| The goal of this tutorial is to shed light on some of the more common and frequently asked questions about the capabilities of databinding. |
|