(Tony Patton) Most Web sites collect data via Web pages—this includes everything from collecting user feedback to posting blog content. It’s good to be able to gather text; however, it’s often necessary to collect more robust elements. For instance, many career sites gather resumes that job seekers
Tag: Development
Understanding ASP.NET Provider Model – Part 2
(Bipin Joshi) In the Part 1 we learnt the basic idea of ASP.NET provider model. In this part I will explain the overall architecture of ASP.NET built-in providers. Specifically we will be dissecting the membership provider.
Create And Host Custom Designers With The .NET Framework 2.0
(Dinesh Chandnani) Version 1.0 of the Microsoft .NET Framework provided a very flexible design-time architecture, but offered virtually no implemented code to actually create and host designers. All of the hosting logic was implemented in Visual Studio .NET, requiring third parties to rewrite all of
At A Glance: ASP.net Vs. PHP
(Ian Wilson) Web applications, specifically those relying on back end databases, are typically being created using either Microsoft’s ASP.Net language, or the Open Source alternative language of PHP. Reasons why one might choose one over the other can include: The cost of development tools, or avail
Highlighting and selecting an item in a DataList
(W. Jansoone) ASP.NET server controls provide a rich environment to produce high quality web sites. Sometimes though, you just want to go that little bit further. DataLists offer a convenient way to render lists with data that can be fully customized using templates. I was last experimenting with a
Data Mining Tools: Which One is Best for CRM? Part 1
(Robert A. Nisbet) In the past, data mining tool development has focused primarily on providing powerful analytical algorithms. However, the analytical “engines” handle only a small part of the complete task load in a data mining project. As most data miners know, 70 to 90 percent of a data mining p
Understanding ASP.NET Provider Model – Part 1
(Bipin Joshi) ASP.NET 2.0 includes host of new features such as Membership, Roles and Profiles. These features are based on the Provider Model. This series of article will demystify the internals of provider model and will illustrate how to create your own custom providers.
Integrating .NET Web services with Java and classic ASP Clients for Interoperability
(Anand Thakur) Web Services means structuring operations and data according to SOAP specification in an XML document. SOAP (Simple Object Access Protocol) is a way for a program running in one kind of operating system or language (e.g. Windows or .Net) to communicate with a program in the same or an
Accessing Directory Services in .NET Framework 2.0
(Mark Strawmyer) The configuration of the development environment used for this article is a Microsoft Virtual PC running Windows Server 2003. I promoted it to a domain controller for a fictitious dev.codeguru.com domain. All of the examples in this article run against that server instance. For thos
Ask the Doc Detective
Can’t find what you’re looking for? Just ask—if it’s in there, I’ll find it for you; if it isn’t, I’ll let you know that as well (and tell you where else you might go to find it).