|
|
|
|
|
| | Total Hits: 10 | Today: 0 | Author: Sacha Barber | Rating:  |
| |  .NET 3.0 has now been released, so we should all know it by now shouldn't we. Jeez, doesn't seem like that long ago that .NET 2.0 came along. Well for those that dont realize .NET 3.0 actually contains quite a lot of new stuff, such as:
* Windows Workflow Foundation (WWF) : Managing object lifecycles / persistent object storage * Windows Communication Foundation (WCF) : The new communication layer... |
| | Total Hits: 435 | Today: 0 | Author: Jason N. Gaylord | Rating:  |
| |  Since ASP.NET 1.0, one of the most popular books (if not the most popular book) has been Stephen Walther's ASP.NET Unleashed. Recently, Sams Publishing has released ASP.NET 2.0 Unleashed, again written by Stephen. This review will discuss the good and the bad of the book.... |
| | Total Hits: 6 | Today: 0 | Author: John Peterson | Rating:  |
| |  Those of us who use Windows all know what wizards are, and whether you love them or hate them, they've become a fixture in the modern computing landscape. For those of you who don't already know, according to Wikipedia, "A wizard is an interactive computer program which acts as an interface to lead a user through a complex task, using step-by-step dialogs."... |
| | Total Hits: 13 | Today: 0 | Author: Brian Mains | Rating:  |
| |  In April 2010, Microsoft will be releasing the next version of Visual Studio, .NET, and the ASP.NET frameworks. ASP.NET 2 will be among these next releases (though the release for Visual Studio 2008 has already been released). ASP.NET MVC is still a maturing product, featuring a whole new set of features that greatly enhance a developer's capabilities. In this article, we'll begin examining the new features of ASP.NET MVC 2.0 by comparing what ASP.NET MVC offers against its predecessor, ASP.NET ... |
| | Total Hits: 262 | Today: 0 | Author: Stephen Walther | Rating:  |
| |  Display and edit database data and single database records with GridView and DetailsView, two new controls in the ASP.NET 2.0 framework. The ASP.NET 2.0 framework introduces two new controls for working with database data: the GridView control and the DetailsView control. You use the GridView control when working with a set of database records. The DetailsView control is used when working with individual records.... |
| | Total Hits: 277 | Today: 0 | Author: Joydip Kanjilal | Rating:  |
| |  The provider model defines an easy plug-and-play architecture in Microsoft .NET. This article discusses ASP.NET's new features, like Membership, Personalization, and Profile. The new version of ASP.NET, i.e., ASP.NET 2.0 offers a wide range of features that are an improvement on its earlier counterpart, ASP.NET 1.x. It has enhanced the support for administration, user and roles management, extensibility, security and performance, to name a few. One of such new features is the ASP.NET 2.0 Prov... |
| | Total Hits: 207 | Today: 0 | Author: Bibin.Mohan. | Rating:  |
| |  ASP.Net 2.0 proposes to increase developer productivity by 70% with much less code and wide variants of supporting tools. ASP.net 2.0 framework comes with member ship and role management to store and validate user credentials. It provides support for personalization process through which a user is identified and a profile is loaded or managed. On the User interface side ASP.net 2.0 provides master pages for maximum UI inheritance, site navigation providing structured links, themes for UI skinnin... |
| | Total Hits: 524 | Today: 0 | Author: www.wwwcoder.com | Rating:  |
| |  The evolution of ASP.NET continues! The progress from Active Server Pages 3.0 to ASP .NET 1.0 was revolutionary, and evolution from, ASP.NET 1.0/1.1 to ASP.NET 2.0 is also dramatic and exciting. In this article we will try to run through some exciting new features that been included with the ASP.NET 2.0. The introduction of ASP.NET 1.0/1.1 changed the web programming model and approach dramatically, but ASP.NET 2.0 also helps to increase productivity. The main objective of ASP.NET 2.0 is to enab... |
| | Total Hits: 10 | Today: 0 | Author: Aaron Skonnard | Rating:  |
| |  Over two years ago in one of the first installments of this column, I wrote about XPath version 1.0 (see The XML Files: Addressing Infosets with XPath for a quick review). As stated in the original specification: "XPath is a language for addressing parts of an XML document." Using XPath expressions, developers can easily identify nodes in an XML document for further processing.... |
| | Total Hits: 119 | Today: 0 | Author: Aaron Skonnard | Rating:  |
| |  Over two years ago in one of the first installments of this column, I wrote about XPath version 1.0 (see The XML Files: Addressing Infosets with XPath for a quick review). As stated in the original specification: "XPath is a language for addressing parts of an XML document." Using XPath expressions, developers can easily identify nodes in an XML document for further processing. This has made it possible to replace complex traversal algorithms with simple declarative expressions. For example, the... |
| | Total Hits: 117 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  Microsoft ASP.NET 2.0 includes a number of services that store state in databases and other storage media. For example, the session state service manages per-user session state by storing it in-process (in memory in the application domain of the host application), in memory in an external process (the "state server process"), or in a Microsoft SQL Server database, whereas the membership service stores user names, passwords, and other membership data in Microsoft SQL Server or Microsoft Active Di... |
| | Total Hits: 284 | Today: 0 | Author: Sonu Kapoor | Rating:  |
| |  In the past I worked very much with ASP and everything was fine for me. But I thought why not try the newer Technology of Microsoft called ASP.NET ( Active Server Pages ). In this Article I will try to explain the basics of ASP.NET. I will not only explain the theoretical part but I also will show you some practical "hello world " style examples.... |
| | Total Hits: 346 | Today: 0 | Author: mikailcetinkaya | Rating:  |
| |  Asp.Net 1.0 was a good tool whose design was concentrated on abstracting the developer from producing nifty gritty details of rendering knowledge on HTML or browser technologies. Asp.Net 2.0 whilst maintaining same ideas ; further improves the developer experience by very usable built-in services, so many crafted web controls, built-in web configuration and management ; overall supplies these easiness with better performance, scalability, flexibility and full object oriented customizability and ... |
| | Total Hits: 85 | Today: 0 | Author: Jim Duffy | Rating:  |
| |  Microsoft released Visual Studio 2008 and .NET 3.5 in November 2007. I have good news and, depending on your perspective, I have either bad news or good news. If you were hoping ASP.NET 3.5 would be released with a variety of new controls, features, and architectural changes then I have bad news for you. If you're still trying to master all the controls, features, best practices, project structures, deployment options, and architectural changes introduced when ASP.NET went from version 1.1 to 2.... |
| | Total Hits: 34 | Today: 0 | Author: Bibin.Mohan | Rating:  |
| |  ASP.NET 2.0 proposes to increase developer productivity by 70% with much less code and wide variants of supporting tools. ASP.NET 2.0 framework comes with member ship and role management to store and validate user credentials. It provides support for personalization process through which a user is identified and a profile is loaded or managed. On the User interface side ASP.NET 2.0 provides master pages for maximum UI inheritance, site navigation providing structured links, themes for UI skinnin... |
|
|
|
|
|
|
|
|
|
|
|
|
|