gavinjoyce

Stories submitted by friends of gavinjoyce

Health monitoring in ASP.NET 2.0(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 6 years ago

The new ASP.NET 2.0 provider model, gives us the ability to tap into the event model and react to certain events. This article describes how to do simple error reporting by only editing the web.config. read more...

add a comment |category: |Views: 4

tags: another

Use If-Modified-Since header in ASP.NET(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 6 years ago

By tapping into the If-Modified-Since request header, you can optimize the load time for the visitor as well as save a lot of bandwidth. Perfect for RSS feeds. read more...

add a comment |category: |Views: 14

tags: another

Vista using less .NET than expected(grimes.demon.co.uk)

submitted by dovedove(735) 6 years, 2 months ago

MS seems to have gone for more native code than even in XP. read more...

add a comment |category: |Views: 1

tags: another

Visual Studio 2005 too slow? The Navigation Bar could be the culprit(lab.msdn.microsoft.com)

submitted by canofunkcanofunk(180) 6 years, 3 months ago

While this "closed" bug dates back to Beta 2, turning off the navigation bar made a huge performance difference for me on the RTM. read more...

2 comments |category: |Views: 93

tags: another

Practical Tips For Boosting The Performance Of Windows Forms Apps(msdn.microsoft.com)

submitted by MarthaBassMarthaBass(490) 6 years, 3 months ago

Windows Forms allow you to build a rich and responsive user interface for your applications. In this article I'll discuss a number of techniques you can use to ensure that Windows® Forms-based apps provide optimal performance as well. I'll discuss common performance-critical scenarios such as startup, control population, and control painting. Plus, I'll discuss how to design and code for performance in your application. Together these techniques should give you a good, basic foundation for getting the most out of your UIs. read more...

add a comment |category: |Views: 9

tags: another

Extend Team Foundation Server To Enable Continuous Integration(msdn.microsoft.com)

submitted by MarthaBassMarthaBass(490) 6 years, 3 months ago

Many development teams have adopted "agile" methodologies to manage change and to improve software quality. These methodologies promote continuous integration as a practice to build and test software products incrementally as new features are included, bugs are fixed, and code is refactored. So how does Visual Studio® 2005 Team System and Team Foundation Server facilitate the process of agile development and continuous integration? This article answers that question by creating an example project using agile concepts such as test-driven development (TDD) using the new unit testing features in Visual Studio 2005 Team System. After the project is completed, I'll show how to create a team project using Team Foundation Server and use this technology's extensibility features to build a custom Web service that enables continuous integration to build the application as code is checked into source control. read more...

add a comment |category: |Views: 8

tags: another

Sending Authenticated e-mail in ASP.NET 2.0(codeproject.com)

submitted by MarthaBassMarthaBass(490) 6 years, 3 months ago

here is a short code project article on how to send an authenticated email in asp.net 2.0 using vb.net read more...

add a comment |category: |Views: 3

tags: another

RegEx to remove font directives from HTML(blogs.msdn.com)

submitted by MarthaBassMarthaBass(490) 6 years, 3 months ago

a couple of ways to remove font crapness from HTML read more...

add a comment |category: |Views: 12

tags: another

Runing IE7 Beta 2 Preview next to IE6 (the right way)(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 6 years, 3 months ago

Describes how to run IE7 Beta 2 in standalone mode. The launch script cleans up a few registry entries that can cause problems with IE6 or Firefox. read more...

2 comments |category: |Views: 11

tags: another

Enterprise Library for .NET Framework 2.0(msdn.microsoft.com)

submitted by dovedove(735) 6 years, 3 months ago

no great shakes unless you were waiting for release software of course. read more...

2 comments |category: |Views: 31

tags: another

Overview of Server Controls in ASP.NET 2.0(exforsys.com)

submitted by MarthaBassMarthaBass(490) 6 years, 4 months ago

In this tutorial you will go through an overview of server controls, adaptive rendering, control state, new controls such as Multiview control, Wizard control, BulletedList, DynamicImage and the FileUpload Control read more...

add a comment |category: |Views: 4

tags: another

DetailsView With SqlDataSource(gridviewguy.com)

submitted by MarthaBassMarthaBass(490) 6 years, 4 months ago

DetailsView is a databound control that enables you to view the records in the database individually. this article shows you how you can use SqlDataSource control to insert, update and delete in the DetailsView control read more...

add a comment |category: |Views: 70

tags: another

CLR Inside Out - Improving Application Startup Time(msdn.microsoft.com)

submitted by MarthaBassMarthaBass(490) 6 years, 4 months ago

claudio caldato discusses some tips for improving the startup time of your .net applications. read more...

add a comment |category: |Views: 11

tags: another

ASP.NET Podcast Show #34 - Database Tuning(aspnetpodcast.com)

submitted by MarthaBassMarthaBass(490) 6 years, 4 months ago

an asp.net podcast discussing discusses tuning your database. read more...

add a comment |category: |Views: 1

tags: another

Moving Your Legacy Hardware Code to Visual Basic 2005(msdn.microsoft.com)

submitted by MarthaBassMarthaBass(490) 6 years, 4 months ago

this article talks about serial and parallel communication in vb.net and how to communicate with old devices. read more...

add a comment |category: |Views: 0

tags: another