FranzP

Stories kicked by FranzP

IE on Acid (flickr.com)

submitted by mdoppmdopp(856) 3 years, 10 months ago

Cool wallpaper for those who like IE. more.. read more...

5 comments |category: |Views: 495

tags: another

ASP .NET 2.0 Wizard Control(weblogs.asp.net)

submitted by dereklakindereklakin(1565) 6 years, 3 months ago

Round up of useful posts/videos/etc about the ASP .NET 2.0 Wizard Control. read more...

add a comment |category: |Views: 6

tags: another

Cool Asp.net 2.0 RSS ToolKIT Released (blogs.msdn.com)

submitted by pinkylano83pinkylano83(85) 6 years, 3 months ago

Dimitry (frm Asp.NET team) has posted an awesome RSS Toolkit for ASP.NET 2.0. It provides a ton of great support for both consuming and exposing RSS from ASP.NET 2.0 applications, and ships with FULL SOURCE CODE Just use the RSS Datasource and bind it..and you will be able to create a simple blog post aggreegator read more...

add a comment |category: |Views: 22

tags: another

Encrypting Configuration Information in ASP.NET 2.0 Applications(aspnet.4guysfromrolla.com)

submitted by RobChappelRobChappel(2720) 6 years, 3 months ago

When creating ASP.NET 2.0 applications, developers commonly store sensitive configuration information in the Web.config file. The cannonical example is database connection strings, but other sensitive information included in the Web.config file can include SMTP server connection information and user credentials, among others. While ASP.NET is configured, by default, to reject all HTTP requests to resources with the .config extension, the sensitive information in Web.config can be compromised if a hacker obtains access to your web server's file system. For example, perhaps you forgot to disallow anonymous FTP access to your website, thereby allowing a hacker to simply FTP in and download your Web.config file. Eep. Fortunately ASP.NET 2.0 helps mitigate this problem by allowing selective portions of the Web.config file to be encrypted, such as the <connectionStrings> section, or some custom config section used by your application. Configuration sections can be easily encrypted using code or aspnet_regiis.exe, a command-line program. Once encrypted, the Web.config settings are safe from prying eyes. Furthermore, when retrieving encrypted congifuration settings programmatically in your ASP.NET pages, ASP.NET will automatically decrypt the encrypted sections its reading. In short, once the configuration information in encrypted, you don't need to write any further code or take any further action to use that encrypted data in your application. read more...

add a comment |category: |Views: 5

tags: another

13 Productivity Tips for ADO.NET 2.0(devx.com)

submitted by k000derk000der(4765) 6 years, 3 months ago

13 Productivity Tips for ADO.NET 2.0 read more...

2 comments |category: |Views: 2

tags: another

ASP.NET Development Center: Step-By-Step Guide to Converting Web Proje(msdn.microsoft.com)

submitted by dotnetguydotnetguy(75) 6 years, 3 months ago

read more...

add a comment |category: |Views: 1

tags: another

SQL Cache Depency with SQL Server 2000 and ASP.NET 2.0(c-sharpcorner.com)

submitted by k000derk000der(4765) 6 years, 3 months ago

Describes how to set up SQL Cache Dependency with SQL Server 2000 and ASP.NET 2.0 read more...

add a comment |category: |Views: 2

tags: another

Windows Mobile 5.0 Developer Resource Kit Now Available(blogs.msdn.com)

submitted by RobChappelRobChappel(2720) 6 years, 3 months ago

This resource kit contains everything a developer needs to start developing applications for Windows Mobile based devices. read more...

2 comments |category: |Views: 5

tags: another

Paging GridView with ROW_NUMBER()(codeproject.com)

submitted by RobChappelRobChappel(2720) 6 years, 3 months ago

This article explains how to implement custom paging in the GridView web control using the ROW_NUMBER() function of SQL Server 2005 read more...

add a comment |category: |Views: 110

tags: another

What's New in IE7 Beta 2 Preview for CSS?(blogs.msdn.com)

submitted by dereklakindereklakin(1565) 6 years, 3 months ago

Good post on IEBlog about what's new in the IE7 Beta 2 Preview with respect to CSS. read more...

add a comment |category: |Views: 0

tags: another