|
|
|
|
|
| | Total Hits: 475 | Today: 0 | Author: Kent Sharkey | Rating:  |
| |  One of the signs of an easily maintained application is a division of labor between the classes, usually resulting in a user interface layer, a business layer and a data access layer. While this technique helps to better organize the application, many developers shy away from creating them. Creating a reliable and fast data access layer requires some planning, and once you've created one, they all start to look similar. SubSonic helps you by automatically creating a data access layer based on yo... |
| | Total Hits: 49 | Today: 0 | Author: amit@sunshine | Rating:  |
| |  ASP.NET Dynamic data allows us to create data driven websites in minutes. ASP.NET Dynamic data comes as a template with VS2008 SP1. Using this template we can create a fully running website without writing a single line of code.
This part of the article will walk you through the features such as Insert/Update/Delete for all tables. Validations on the fields while editing. Paging and sorting for the data displayed from tables.... |
| | Total Hits: 33 | Today: 0 | Author: Paulo Morgado | Rating:  |
| |  After having introduced the TakeLast operators (>)(>)(>), it makes sense to introduce their duals: the SkipLast operators.... |
| | Total Hits: 168 | Today: 0 | Author: Paulo Morgado. | Rating:  |
| |  This article introduces the concept of Page Modules, which are similar to HTTP Modules but related to Page Life Cycle, and the need for them.... |
| | Total Hits: 461 | Today: 0 | Author: Mazdak. | Rating:  |
| |  The first day I began to study ADO.NET I got confused because of new classes that Microsoft introduce in .NET Framework. In this article I want to introduce some basic classes of ADO.Net, hopefully those beginner who want to learn ADO.NET will not get confused like I did.... |
| | Total Hits: 406 | Today: 0 | Author: Rai Umair. | Rating:  |
| |  This article presumes you are familiar with Microsoft’s .NET initiative. In case you are not, please refer to Microsoft for more information.... |
| | Total Hits: 352 | Today: 0 | Author: Kashif Manzoor. | Rating:  |
| |  It's new - it's powerful - it solves lots of problems - and it is threatening to a vast community of Java worshippers, and best (or worst) of all it's from Microsoft. You guessed it right; I am talking about .NET.
Around 1995, Java was generating the same vigor as is generated by .NET today. May be I am being a bit unfair; actually Sun's Java was a much bigger event than .NET. My intention is not to belittle .NET's arrival; but what's true is true! Sun's Java introduced a revolutionary a... |
| | Total Hits: 267 | Today: 0 | Author: Sean B. Palmer | Rating:  |
| |  The Semantic Web is a mesh of information linked up in such a way as to be easily processable by machines, on a global scale. You can think of it as being an efficient way of representing data on the World Wide Web, or as a globally linked database.
The Semantic Web was thought up by Tim Berners-Lee, inventor of the WWW, URIs, HTTP, and HTML. There is a dedicated team of people at the World Wide Web consortium (W3C) working to improve, extend and standardize the system, and many languages... |
| | Total Hits: 323 | Today: 0 | Author: Saurabh Nandu | Rating:  |
| |  In June 2000 Microsoft released the beta version of .NET Platform, related languages and APIs. This release is a beginning of a new horizon for programmers. But till today, I have seen that many people have failed to see the correct vision, "The .NET Vision"! .NET has been seen by many in the wrong light, the only perspective it has been seen in and publicized is in comparison to SUN Java. I don't deny the fact that this perspective is right to some extent, but the scope .NET is something beyond... |
| | Total Hits: 246 | Today: 0 | Author: Dan Green | Rating:  |
| |  In this first "Delving into .NET" article we take a very high-level look at the parts that comprise a Web Form and how these parts are woven together during the build and deployment process to produce the final executable product.... |
| | Total Hits: 382 | Today: 0 | Author: Steven Kapsinow | Rating:  |
| |  This past week I attended the ASP-Connections conference in New Orleans, LA. The focus ... ASP.NET, of course. Members of Microsoft's ASP.NET development team and other ASP evangelists presented their case and product to over 500 attendees. By the end of the show, most attendees seemed pretty impressed. And why shouldn't they be? Microsoft claims to have created ASP.NET with customer demands in mind. They listened to the complaints about classic ASP, and now offer ASP.NET in response.... |
| | Total Hits: 435 | Today: 0 | Author: G.GNANA ARUN GANESH | Rating:  |
| |  ASP.NET offers a novel programming model and infrastructure that facilitates a powerful new class of applications. ASP.NET is a compiled. NET-based environment, so one can author applications in any .NET compatible language, including Visual Basic, C# and Jscript.NET. Developers can effortlessly access the advantage of these technologies, which consist of a managed Common Language Runtime environment, type safety, inheritance, and so on. With the aid of Microsoft Visual Studio.NET Web developmen... |
| | Total Hits: 234 | Today: 0 | Author: dave123aspx | Rating:  |
| |  In the first part of our article, we uploaded a file and stored it in our database. Now, we are going to stream binary data out of a database and to a browser client.... |
| | Total Hits: 197 | Today: 0 | Author: Philip Q | Rating:  |
| |  This article takes an in-depth look at HTTPHandlers, including their creation, implementation and the undocumented ASHX file.... |
| | Total Hits: 178 | Today: 0 | Author: cyasp | Rating:  |
| |  The advertising on my site is served entirely in-house, by code freely available for you to use. This article will step you through the code. The banners are all stored in a database table, but I don't access the database to serve the ads. Instead, at the beginning of every day the site automatically loads the ads for that day into Application variables. How the "BrandNewDay" trigger works is discussed in a related article about tracking IP addresses.... |
| | Total Hits: 234 | Today: 0 | Author: Jim Duffy | Rating:  |
| |  Close your eyes and imagine a utopian world where client and/or department Web sites are easily deployed and the responsibility for content creation and modification is turned over to the administrators of the site. Imagine site administrators creating new content pages consisting of pre-built content types like announcements, contacts, discussions, events, FAQs, news feeds, feedback forms, and even custom-developed content types. Continue imagining them creating new menu options and even adding... |
| | Total Hits: 170 | Today: 0 | | Rating:  |
| |  ASP.NET is an evolution of Microsoft's Active Server Page (ASP) technology. With ASP.NET, you can rapidly develop complex web applications using a paradigm familiar to anyone who has programmed in Visual Basic. Simply drag and drop controls onto the Web Form, add code to the various control events, and program in any of the languages supported by the .NET Framework. Such simplicity is made possible through Web Controls, which are graphical controls that convert themselves into browser-appropriat... |
| | Total Hits: 520 | Today: 0 | Author: MSDN | Rating:  |
| |  ASP.NET is more than the next version of Active Server Pages (ASP); it provides a unified Web development model that includes the services necessary for developers to build enterprise-class Web applications. While ASP.NET is largely syntax compatible with ASP, it also provides a new programming model and infrastructure for more scalable and stable applications that help provide greater protection. You can feel free to augment your existing ASP applications by incrementally adding ASP.NET functio... |
| | Total Hits: 849 | Today: 0 | Author: ExforSys | Rating:  |
| |  In this tutorial we will introduce the new technology for building websites. This new technology is known as Asp.net. Asp.net allows the developer to build applications faster. This is achieved due to the fast that Asp.net makes use of the rich class libraries provided by Microsoft. net framework.... |
| | Total Hits: 351 | Today: 0 | Author: Dino Esposito | Rating:  |
| |  Active Server Pages (ASP) began life in 1997 as a server-side system for dynamically generating HTML pages. It was implemented as an ISAPI extension (in other words, written to the API exposed by Internet Information Server) registered to process all documents with the ASP filename extension. Prior to ASP, a web page that needed dynamically-generated content had to be written as a CGI script or application-specific IIS extension containing a page template that was filled in with variable data (t... |
|
|
|
|
|
|
|
|
|
|
|
|
|