News in the Category: ASP.NET Subscribe to the rss of this category.

Total posts: 9578

ASP.NET Zip Entry Handler

The Code Project Latest Articles, May 8, 2008

Deploy zip files to your web application and serve compressed files directly out of the zip file....

Stop Telemarketers with ASP.NET

Chris Love's Official Blog - Professional ASP.NET, May 8, 2008

So I found this really neat new site this morning written in ASP.NET, CallerComplaints.com . The site allows you to look up complaints about a phone number and report the number The site is a vigilant...

Develop ASP.NET with MasterPage and Localization

The Code Project Latest Articles, May 8, 2008

The MasterPage is derived from UserControl and thus, does not support the method 'InitializeCulture()', a bit more coding is required in order to make the ASP.NET MasterPage localizable....

Don't wait for your Page_Load to finish if you don't have to.

Al Pascual, May 8, 2008

I spent many times answering this question at http://forums.asp.net , so I thought to put in a post the answer, so I can do a simple link. How to spoon a thread on the Page_Load so you don't have...

Type 'ASP.global_asax' is not defined.

Chris Love's Official Blog - Professional ASP.NET, May 7, 2008

I am honestly not sure how I created this error, but I know this I did not find much out there on how to solve the issue. I think part of the reason this occurred is I was adding existing pages from a...

Managing Configuration Data Programmatically in ASP.NET 2.0

ASPAlliance.com - The #1 ASP.NET Community, May 7, 2008

This article describes how to manage configuration data programatically through an ad hoc API in ASP.NET 2.0. After providing a brief introduction, Sanjit examines the usage and application of connect...

A Simple Image Handler

The Code Project Latest Articles, May 6, 2008

An ASP.NET Handler for resizing and rotating/flipping images dynamically...

Navigating Away from a Page that has Changes, in ASP.NET

The Code Project Latest Articles, May 6, 2008

Notifying a user when leaving a web page that has modifications....

Building ASP.NET Web Pages Dynamically in the Code-Behind - Part 2: A Form Example

The Code Project Latest Articles, May 6, 2008

This article shows a technique for building ASP.NET Web pages where the entire page contents are created dynamically in code-behind...

Contrasting Two MVC / LINQ to SQL Applications for the Web

K. Scott Allen, May 6, 2008

There are two applications on CodePlex that are interesting to compare and contrast. The MVC Storefront and Background Motion. MVC Storefront MVC Storefront is Rob Conery's work. You can watch Rob li...

Another year, another 10 awards from asp.netPRO Magazine

the telerik blogs, May 5, 2008

Just found out (from Telerik's homepage:) that we have done pretty well in this year'sasp.netPRO Reader's Choice Awards - 10 awards overall, one in each category in which we participated. Even though ...

BOOK: ASP.NET Data Presentation Controls

Joe On .NET, May 5, 2008

Here is a GREAT quick read on ASP.NET Data Controls for you. ASP.NET Data Presentation Controls Essentials: Joydip Kanjilal: BooksISBN: 1847193951ISBN-13: 9781847193957 PACKT is not one of t...

RouteEvaluator For Unit Testing Routes

youve been HAACKED, May 5, 2008

A while back I wrote a routing debugger which is useful for testing your routes and seeing which routes would match a given URL. Rob suggested we have something like this for unit tests, so I whipped ...

Mistake? Not sure - Professional ASP.NET 3.5 for sale on Amazon for 16 Dollars!

Bill Evjens Blog, May 5, 2008

I just noticed that our $60 book is on sale at Amazon for $16.49 USD! Crazy price. Grab it while you can. ...

BOOK: ASP.NET Data Presentation Controls

Joe On .NET, May 5, 2008

Here is a GREAT quick read on ASP.NET Data Controls for you. ASP.NET Data Presentation Controls Essentials: Joydip Kanjilal: BooksISBN: 1847193951ISBN-13: 9781847193957 PACKT is not one of t...

Latest Podcasts

Glavs Blog, May 5, 2008

Wally has put up some new podcasts around using Google maps and virtual earth with ASP.NET AJAX. You can check em out at the following links: Integrating ASP.NET AJAX with Google Maps. ASP.NET AJAX wi...

ASP.NET Multi-Lingual Language Translations

EggHeadCafe.com New Articles, May 4, 2008

By now, you have probably already read about how to use resource files to handle your multi-lingual requirements. So, I won't bore you with that. Instead, I'll just try to get you off to a running s...

Code Based Repeater for ASP.NET MVC

youve been HAACKED, May 4, 2008

Not long ago, my compadre Scott Hanselman related the following story... In a recent MVC design meeting someone said something like "well need a Repeater control" and a powerful and very technic...

Weather forecast with Yahoo! Weather RSS feed for ASP.net Windows Application

The Code Project Latest Articles, May 3, 2008

A class based on the Yahoo! Weather RSS feed with Sample in ASP.net and Windows forms...

Best of Simple-Talk Coming Soon

John Papa, May 2, 2008

Tony Davis of Simple-Talk.com sent me a message today letting me know that they are releasing  an eBook called "Best of Simple-Talk" and that one of my articles regarding gathering RSS ...

Best of Simple-Talk Coming Soon

John Papa, May 2, 2008

Tony Davis of Simple-Talk.com sent me a message today letting me know that they are releasing  an eBook called "Best of Simple-Talk" and that one of my articles regarding gathering RSS ...

Binding ASP.NET TreeView to a DataSet or an ObjectDataSource

The Code Project Latest Articles, May 2, 2008

The TreeView can not bind to a DataSet or to an ObjectDataSource. With one line of code you can do that now....

AJAX With ASP.NET MVC and ComponentArt CallBack

ComponentArt WebLogs, May 1, 2008

Web.UI vNext (preview build included in attached project packages) will include, among other things, a new feature of the CallBack control which will allow it to become extremely useful for integrati...

Add Dynamic link rel=alternate RSS directive to ASP.NET Page

Peter Brombergs UnBlog, May 1, 2008

I have some pages on my ""fun"" site, ittyurl.net, that generate and display blog search results and offer a custom RSS feed of same. But how can you ""turn on"" the Feed icon in Internet Expl...

Introduction to ASP.NET MVC - slides and demo project

the telerik blogs, April 30, 2008

I had a presentation last week at MS DevDays Bulgaria and I thought I'd share it with you. I was very excited and somewhat nervous - this was my first presentation ever. Nervousness aside, the feelin...

Performing CRUD and Grouping Operations with the LinqDataSource Control

DevX: .NET Feed, April 30, 2008

Build fully-editable Create, Read, Update, and Delete (CRUD) database front-ends easily and discover how to group and aggregate data using the new LinqDataSource control in ASP.NET....

New Lounge Front-end (now with ASP.NET MVC and NHaml)

.Avery Blog, April 30, 2008

Since taking over The Lounge I have been slowly refactoring it to my liking. Not that there was much wrong with it, but like most developers I am pretty opinionated in how I think something should be...

Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 4

ASP.NET Announcements, April 30, 2008

Fourth part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. In the fourth part of this series, Keyvan talks about the uni...

Custom httpModules eBook from WROX

Chris Love's Official Blog - Professional ASP.NET, April 30, 2008

WROX , one of the .NET community's best friends over the years, has started a new line of eBooks called WROX BLOX. I like the idea of publishing in an eBook format, because you can buy just the part o...

Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 4

ASPAlliance.com - The #1 ASP.NET Community, April 30, 2008

In the fourth part of this series, Keyvan talks about the unit testing concepts related to the MVC pattern and how Microsoft has adapted these concepts for its ASP.NET MVC framework. He shows these pr...

RadEditor... on msdn2.microsoft.com

the telerik blogs, April 29, 2008

It has been some time this was in the making... and as of the beginning of this week RadEditor is the editor one uses to submit community content in MSDN. Here is a hasty screenshot I made for you: ...

Navigational Workflows Unleashed In WWF/ASP.NET 3.5

The Code Project Latest Articles, April 29, 2008

Case-study on the internals of a Navigational Workflow engine for a fictional dating website called World Wide Dating....

Phone TextBox Control with built-in Phone Validator - ASP.NET Custom Control

The Code Project Latest Articles, April 29, 2008

Discussing the creation of custom Phone TextBox and its built-in PhoneValidator that validates a group of textboxes which represents three sections of a phone number. It inherits the BaseValidator and...

April 28th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Silverlight

ScottGus Blog, April 29, 2008

Here is the latest in my link-listing series.  Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the pa...

.NET Web Product Roadmap (ASP.NET, Silverlight, IIS7) - ScottGu's Blog

Brettblog, April 29, 2008

Scott mentions in this blog entry planned updates for IIS 7. In addition "We will also shortly begin sharing details of a new web application deployment framework for IIS that enables you to easily ...

Telerik Announces Milestone Q1 2008 Release of .NET Components and Reporting Tool

Latest Articles From .NET DEVELOPERS JOURNAL, April 28, 2008

Telerik announced the landmark release of its Q1 2008 RadControls for ASP.NET AJAX and WinForms, and Telerik Reporting. The new release represents a final touch in Telerik's goal to offer a comprehens...

The Tortoise and the Long Hair: A fabel

The Code Project Latest Articles, April 28, 2008

A method for unit testing views in the .net MVC framework...

DevConnections Spring Slides and Demos

Steven Smith, April 28, 2008

Last week I gave three presentations at the DevConnections spring show in Orlando.  I received a lot of great feedback from attendees which I definitely appreciate, especially since I was feeling...

ASP.Net C# MessageBox

The Code Project Latest Articles, April 27, 2008

This article explains how to create a messagebox class to use in web applications...

Digging into ASP.NET MVC - Part 2

Clarity Blogs: ASP.NET, April 27, 2008

I got a bit sidetracked from the MVC stuff as I didn't have as much time between projects as expected, but had a chance today to play around with it a bit more at home.  I don't really ha...

Where should the ASP.NET team release stuff?

Brad Abrams, April 26, 2008

One of the things I love about working on the ASP.NET team is that the team is very focused on getting customer feedback. One of the ways we do this we need to ship bits early and often.   W...

Integrating a Blogger.com Blog into an ASP.NET 2.0 Web Site

The Code Project Latest Articles, April 26, 2008

How to integrate a blogger.com blog into an ASP.NET 2.0 Web Site...

Building ASP.NET Web Pages Dynamically in the Code-Behind

The Code Project Latest Articles, April 25, 2008

This article shows a technique for building ASP.NET web pages where the entire page contents are created dynamically in code-behind....

Easy, proficient and generic Web form validations

The Code Project Latest Articles, April 25, 2008

Generic web form validations that can be used in all web forms...

SEO & ASP.NET: Put keywords in the URL

Rob Howards Blog, April 24, 2008

See the first post in this series | Previous Post Tip #3 - Put keywords in the URL, the sooner the better. There are 3 documented areas that Google looks for keywords: URL, Title, and finally the bo...

GridViewImages from DB in ASP.NET using C#

The Code Project Latest Articles, April 24, 2008

GridViewImages from DB in ASP.NET using C#...

Providing Web Applications with Context Sensitive Help Using RoboHelp WebHelp

The Code Project Latest Articles, April 23, 2008

This article shows how to implement context sensitive help for your ASP.NET web applications using RoboHelp WebHelp....

SEO & ASP.NET: How content is linked really does matter

Rob Howards Blog, April 23, 2008

See the first post in this series Tip #2 - How people link to you really does matter Have you ever taken the time to look at all the different ways you link to your content? For ASP.NET developers the...

ASP.NET Quick 'n Dirty Exception Logging*

Peter Brombergs UnBlog, April 23, 2008

If you need an easy way to handle logging exceptions in your ASP.NET web application but want to avoid all the complexities of using a logging library and / or setting up all the database ""Stuff""...

Search Engine Optimization (SEO) for ASP.NET Developers

Rob Howards Blog, April 23, 2008

I recently put together a presentation for a developer conference about SEO for ASP.NET Developers. I was a little surprised at how little content there was when I researched this topic. There was a l...

Product Spotlight