The Wayback Machine - https://web.archive.org/web/20101204172757/http://internet.com/Developer/WebDevelopment/ASP.NET
  1. Home
  2. IT
  3. Developer
  4. Certifications & Degrees
DatabaseEnterpriseOpen SourceProgrammingWeb Development
ASP.NETFlashHTMLJavascriptSemantic WebSharepoint
ASP.NET  
Video: Introducing the Microsoft .NET Framework 4.0 Task Parallel Library
Learn core Task Parallel Library concepts; including how to use the Task and BlockingCollection classes
10 Common HTML Mistakes When Scripting for an ASP.NET Page
HTML is the soul of every web page on the Internet. Stealthily occupying every desktop, it consumes a lot of our time. Read along as we showcase the most common HTML mistakes that we see when designing ASP.NET pages.
Examining ASP.NET's Membership, Roles, and Profile - Part 18
Membership, in a nutshell, is a framework build into the .NET Framework that supports creating, authenticating, deleting, and modifying user account information. Each user account has a set of core properties: username, password, email, a security question and answer, whether or not the account has been approved, whether or not the user is locked out of the system, and so on. These user-specific properties are certainly helpful, but they're hardly exhaustive - it's not uncommon for an application to need to track additional user-specific properties. For example, an online messageboard site might want to also also associate a signature, homepage URL, and IM address with each user account.There are two ways to associate
Applying The Repository Pattern on LINQ and ADO.NET Entity Framework 4
Make use of the Repository Pattern to break the dependencies between your application's domain model and data access code.
Use jQuery and ASP.NET to Build a News Ticker
This ASP.NET tutorial shows how to build a simple news ticker for your website using jQuery and ASP.NET.
.NET Framework: Monitor a Directory for a New File and Use FTP Upload to Copy It
Explore how to use the .NET Framework to respond to the operating system notifications that a new file has been created in a particular directory. Use FTP to upload the file to an FTP site of your choosing and then move the file to an alternate location.
Creating a Silverlight Application for Windows Phone 7
Windows Phone 7 architecture allows developers to choose between two different frameworks for application development. In this article, we see how easy it is to create a Silverlight based application for the Windows Phone 7 platform.
Microsoft Proposes a More Secure Browser
A secure browser and self-contained OS is Microsoft's answer to the common security problems that bedevil Internet Explorer.
Microsoft Looks to 'Elevate America'
The software giant says its initiative of technology training tools and resources could help millions of people in their quest to find a better job.
Will Windows 7 Be a PC Mover?
Microsoft and its PC partners hope Windows 7 can drive PC sales, even in a down economy.
Windows 7's Worst-Kept Secret? Its Release Date
Redmond sticks to its 'by early 2010' mantra but leaks to a tech enthusiast site point to a much earlier ship date for Vista's replacement
Microsoft Won't Stop in 'Albany' After April
Microsoft kills off its subscription Office and OneCare service and gives users two and a half months before Office subscriptions self-destruct.
Accessing Server-Side Data from Client Script: Using Ajax Web Services, Script References, and ...
Today's websites commonly exchange information between the browser and the web server using Ajax techniques. In a nutshell, the browser executes JavaScript code typically in response to the page loading or some user action. This JavaScript makes an asynchronous HTTP request to the server. The server processes this request and, perhaps, returns data that the browser can then seamlessly integrate into the web page. Typically, the information exchanged between the browser and server is serialized into JSON, an open, text-based serialization format that is both human-readable and platform independent.Adding such targeted, lightweight Ajax capabilities to your ASP.NET website requires two steps: first, you must create some mechanism on
Updating an Online Boggle Solver Using jQuery Templates and WCF
This ASP.NET tutorial looks at using jQuery Templates and Windows Communication Foundation (WCF) to create an Ajax-enabled user interface for an existing ASP.NET Web Forms application.
Updating My Online Boggle Solver Using jQuery Templates and WCF
With WebForms, each ASP.NET page's rendered output includes a <form> element that performs a postback to the same page whenever a Button control within the form is clicked, or whenever the user modifies a control whose AutoPostBack property is set to True. This model simplifies web page development, but carries with it some costs - namely, the large amount of data exchanged between the client and the server during a postback. On postback the browser sends the values of all of its form fields (including hidden ones, like view state, which may be quite large) to the server; the server then sends back the entire contents of the web page. While there are some scenarios where this amount of information needs to be exchanged, in many cases the user has
Changes in System.IO classes in .NET Framework 4.0
.NET Framework 4.0 saw a few changes in the classes in the System.IO System.IO namespaces to make the disk I/O operations better. This article provides an insight to these changes.
JQuery and WCF Working Hand-in-hand
Learn how communication between JQuery and WCF works and why this combo is so special, as we create a sample application.
Top 7 Features of the ASP.NET MVC Framework
The ASP.NET MVC framework is a web application framework implementing the Model View Controller pattern which aims at making tasks like manageability, extensibility and testability of your web application much easier. Read on to learn more about some of the best features in the ASP.NET MVC framework.
Windows Presentation Foundation's ObservableCollection Made Easy
Learn how to bind, custom sort and more with the ObservableCollection in Windows Presentation Foundation (WPF).
Accessing Server-Side Data from Client Script: Accessing JSON Data From an ASP.NET Page Using jQuery
When building a web application, we must decide how and when the browser will communicate with the web server. The ASP.NET WebForms model greatly simplifies web development by providing a straightforward mechanism for exchanging data between the browser and the server. With WebForms, each ASP.NET page's rendered output includes a <form> element that performs a postback to the same page whenever a Button control within the form is clicked, or whenever the user modifies a control whose AutoPostBack property is set to True. On postback, the server sends the entire contents of the web page back to the browser, which then displays this new content. With WebForms we don't need to spend much time or effort thinking about how or when the browser will
ASP.NET MVC and Web Forms -- Shaping the Future of the Web
Over the next few years, MVC will develop and catch up with Web Forms and will be a strong contender for developer's favorite.
Scaling With Distributed Cache in Windows Server AppFabric
Caching is an important element for any application serious about performance and scaling. Windows Server AppFabric provides an easy and clean way to cache your data in a highly available and reliable way.
Accessing Server-Side Data from Client Script: Using WCF Services with jQuery and the ASP. ...
This ASP.NET tutorial shows how to expose server-side data using Windows Communication Foundation (WCF) Services and how to consume that data from client-side script using the ASP.NET Ajax Library and jQuery.
Researchers Have a 'BLAST' With Microsoft Azure
High-performance computing (HPC) may be coming to a cloud near you as Microsoft makes an important life sciences analysis tool available to run on its Microsoft Azure cloud platform.
Implementing Asynchronous Operations in ASP.NET MVC Framework
Learn how to implement asynchronous operations in your ASP.NET MVC applications.
WHITEPAPERS AND EBOOKS  Advertisement
HOTTEST ASP.NET DISCUSSIONS 
Advertisement
Visualize your workspace with new multiple monitor support, powerful Web development, new SharePoint support with tons of templates and Web parts, and more accurate targeting of any version of the .NET Framework. Get set to unleash your creativity. Download the Trial Now!
Many of the largest IT budget problems can be traced back to five big money drains. This e-book, provided by IBM, will introduce you to the five big IT budget killers - and some of the best ways to knock them out. Get it now.
Windows Azure features a very powerful, yet simple deployment model. By focusing on your application and abstracting away the infrastructure details, you can deploy almost any app with minimal fuss. Start Here.

Phony Holiday Tweets Hide Malware
Shortened URLs posted on Twitter may not lead to the holiday-themed sites listed.

Groupon, LivingSocial Attract Big Tech Interest
LivingSocial just announced a $175 million investment by Amazon, but will Groupon soon have even bigger news?

Google Chrome 8 Stable Addresses 800 Flaws
Search giant continues its breakneck clip of developing its Chrome browser, this week issuing a release that includes fixes for some 800 vulnerabilities and other bugs.

IBM Refreshes AppScan to Secure Input Validation
New release of AppScan platform -- version 8 -- from Big Blue targets cross-site scripting and SAL injection vulnerabilities with string analysis for secure coding.

Oracle Unveils New SPARC Servers, Roadmap
Database giant showcases SPARC-based Exalogic Elastic Cloud and SPARC Supercluster, accompanied by a product roadmap for future development.

Advertisement


Internet.com
The Network for Technology Professionals

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers