MarthaBass

Stories submitted by MarthaBass

Tip/Trick: Using Server Side Comments with ASP.NET 2.0(weblogs.asp.net)

submitted by MarthaBassMarthaBass(490) 5 years, 10 months ago

Scott Guthrie shares another trick with us, this time Server side comments. I had no idea they existed. "ASP.NET supports a little known feature called “server-side comments” that you can use to completely disable code/controls/html in a page. Server-side comments in ASP.NET are delimited using a <%-- --%> syntax." read more...

2 comments |category: |Views: 9

tags: another

Tip/Trick: Custom formatting HTML in Visual Web Developer and VS.NET(weblogs.asp.net)

submitted by MarthaBassMarthaBass(490) 5 years, 10 months ago

Problem : You receive an HTML or ASP.NET page from another developer you work with whose html source formatting standards are different from your own (bad use of casing, inconsistent indenting, etc). You want to quickly clean-up and format the HTML “the right way” – where “the right way” is naturally defined as own your personal preference (and naturally every developer thinks their preference is "right" <g>). Solution : Visual Web Developer and Visual Studio 2005 include a rich HTML source formatting rules engine that enables you to configure exactly how you want HTML markup to look. read more...

add a comment |category: |Views: 8

tags: another

Mono 1.1.16 Release (Beta 3 of Mono 1.2)(go-mono.com)

submitted by MarthaBassMarthaBass(490) 5 years, 10 months ago

This is the third beta towards the release of Mono 1.2. read more...

1 comment |category: |Views: 0

tags: another

A Nice and Simple C# winform Button Tutorial(codeproject.com)

submitted by MarthaBassMarthaBass(490) 5 years, 10 months ago

This tutorial shows how to build a simple button with a nice graphic interface read more...

add a comment |category: |Views: 4247

tags: another

Hundreds of 'Kick Start' Data Models(databaseanswers.org)

submitted by MarthaBassMarthaBass(490) 5 years, 10 months ago

Over 300 kick start data models. They look well designed, although the mention of Access Database at the top of each page is a little unsettling read more...

add a comment |category: |Views: 4

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

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