pleclerc

Stories kicked by pleclerc

Why ASP.NET Postbacks and Viewstate Considered Harmful(staff.interesource.com)

submitted by kashkash(75) 5 years, 9 months ago

This is the reason why Why ASP.NET Postbacks and Viewstate Considered Harmful. read more...

add a comment |category: |Views: 19

tags: another

IIS7, ASP.NET 2.0, Atlas and VS 2005 End to End Talk(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 9 months ago

ScottGu provides some slides and code from and end-to-end talk that he recently gave in New Zealand read more...

add a comment |category: |Views: 3

tags: another

ASP.NET 2.0 Security Reference Implementation(aspnetpro.com)

submitted by rjdudleyrjdudley(1465) 5 years, 9 months ago

The security guru Don Kiely talks about the free group of source code and documentation from Microsoft called the "ASP.NET 2.0 Security Reference Implementation". The license allows you to life entire projects for use in your own code, and there are a couple of Word docs for guidance. read more...

add a comment |category: |Views: 3

tags: another

ASP.NET client-callback – simplicity vs. performance(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 9 months ago

Even though I love the simplicity of the ASP.NET Client-Callback implementation, I have to admit that I’m probably not going to use it in the future. There’s a lot of great AJAX JavaScript libraries that let’s me keep the simplicity of the client-side code and at the same time harness the raw power of a generic handler. I’m sorry Microsoft, but you killed performance for the sake of simplicity on this one. read more...

add a comment |category: |Views: 6

tags: another

Using Data with ASP.Net - 10 of my 'Best Practices'(developerdotstar.com)

submitted by dalzieldalziel(6230) 5 years, 10 months ago

Some good rules to live by when using ADO.NET. Some are obvious, but it's always good to have a reminder read more...

add a comment |category: |Views: 7

tags: another

Recipe: Implementing Role Based Security with ASP.NET using Windows Au(weblogs.asp.net)

submitted by bgoldy99bgoldy99(370) 5 years, 10 months ago

Great article that shows how to use ASP.NET 2.0 and the Provider system to implement simple Role Based Security/content -- great place to start and learn more info read more...

add a comment |category: |Views: 27

tags: another

New Release of WatirMaker now WatirRecorder(hanselman.com)

submitted by dalzieldalziel(6230) 5 years, 10 months ago

Rutger Smit & Scott Hanselman have released a new version of WatirMaker, now retitled WatirRecorder. This is a great program for building UI testing scripts. read more...

add a comment |category: |Views: 314

tags: another

Using prototype.js v1.4.0(sergiopereira.com)

submitted by simonebsimoneb(5450) 5 years, 10 months ago

In case you haven't already used it, prototype.js is a JavaScript library written by Sam Stephenson. This amazingly well thought and well written piece of standards-compliant code takes a lot of the burden associated with creating rich, highly interactive web pages that characterize the Web 2.0 off your back. read more...

add a comment |category: |Views: 10

tags: another

The simplest error reporting in ASP.NET(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 10 months ago

In ASP.NET 2.0 I'll show you how to get notified by e-mail when an unexpected error occurs - ONLY by editing the web.config. No C#/VB.NET code needed! read more...

1 comment |category: |Views: 288

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