123456

Stories kicked by 123456

Update to the Atlas Password Strength Extender control(weblogs.asp.net)

submitted by RobChappelRobChappel(2720) 5 years, 11 months ago

Paul Glavich has updated his Atlas Password Strength Extender control. A live example is available at http://www.theglavs.com/ControlTestPage.aspx read more...

add a comment |category: |Views: 7

tags: another

Checking All CheckBoxes in a GridView(aspnet.4guysfromrolla.com)

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

A common website user interface pattern is a list of items with a checkbox in each row. The archetypical example is the web-based email client, which allows a series of messages to be selected by checking that email's checkbox. Once one or more emails have been selected, the user can apply some group action on those selected messages, such as deleting them, marking them read, or moving them to a different folder. In addition to having the ability to check each record, one at a time, many such user interfaces also provide a "check all" checkbox in the header row. This checkbox, if checked or unchecked, automatically checks or unchecks all items in the list below. (via Scott Guthrie's blog) read more...

add a comment |category: |Views: 42

tags: another

TDD By Example - Money(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Learn how to use TDD to drive out a simple scenario. Creating a custom type to encapsulate money. If you find yourself using decimals a lot to represent money in your application, then get started building a first class type that encapsulates the rules for you. In the process, learn how using TDD can help you drive out the functionality in small testable pieces. read more...

1 comment |category: |Views: 594

tags: another

NAnt Starter Series(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

A series of articles that will walk you through the layout of your project directory, compiling your projects and test projects with NAnt, as well as dealing with multi-developer scenarios (regarding databases). read more...

add a comment |category: |Views: 52

tags: another

The 'Reluctant Cache' Pattern(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years ago

I use this pattern when implementing custom caching helper classes. It allows items to be placed in the cache only once they have reached a threshold level of requests within a configurable time period. The result is that only the most frequently accessed data will be cached resulting in memory savings for your server. read more...

add a comment |category: |Views: 34

tags: another

iis.net is live(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years ago

Rob Howard just announced the launch of a new portal for IIS. http://www.iis.net/ read more...

add a comment |category: |Views: 0

tags: another

Script# Prototype(nikhilk.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years ago

"Script# brings the C# developer experience (programming and tooling) to Javascript/Ajax world." This has huge potential. It would be nice to see this become an open source project on codeplex. read more...

add a comment |category: |Views: 11

tags: another

SQL Prompt - Intellisense for SQL Server(red-gate.com)

submitted by dereklakindereklakin(1565) 6 years ago

Code completion and intellisense for SQL Server Query Analyzer free until September 1st 2006. No time bombs and no restrictions. read more...

2 comments |category: |Views: 10

tags: another

Atlas PasswordStrength Complexity Control(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years ago

Paul Glavich has built a "Password Strength Complexity" extender control that gives real-time feedback on the strength of a password. read more...

2 comments |category: |Views: 8

tags: another

SQL Programming Intellisense with RedGate's SQL Prompt(weblogs.asp.net)

submitted by RobChappelRobChappel(2720) 6 years ago

From Dan Wahlin : "RedGate (a company with some awesome SQL Server products) is releasing a tool called SQL Prompt that looks phenomenal from what I've seen to this point. It allows developers to get intellisense as they develop SQL queries within Query Analyzer, SQL Server 2005 Management Studio, Visual Studio 2005, Visual Studio .NET 2003, SQL Server 2000 Enterprise Manager and UltraEdit32. I haven't had a chance to try the beta out a whole lot yet but it looks like the final release will be May 22nd and I'm pretty excited about it since I've always wanted intellisense in these tools as I create different types of queries. Did I mention that they're releasing it for free? :-)" read more...

1 comment |category: |Views: 21

tags: another

Logging JavaScript Errors To ASP.NET(newtonsoft.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years ago

The client exception logger comprises of three parts: a script on the client that catches the exceptions and sends them to the server, a HttpHandler on the server that receives the error details and logs them, and an ASP.NET control that links the two together. read more...

add a comment |category: |Views: 6

tags: another

New IIS7 Features and APIs(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 1 month ago

Scott Guthrie outlines the new features and APIs included in IIS7. "IIS7 is a major upgrade of IIS, and will ship in both Windows Vista as well as Windows Longhorn Server. It includes a ton of new functionality, including some very rich integration with ASP.NET." read more...

add a comment |category: |Views: 90

tags: another

Google Calendar API(code.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 1 month ago

Google Calendar allows client applications to view and update calendar events in the form of Google data API ("GData") feeds. Your client application can use the Google Calendar data API to create new events, edit or delete existing events, and query for events that match particular criteria. There are many possible uses for the Calendar data API. For example, you can create a web front end for your group's calendar that uses Google Calendar as a back end. Or you can generate a public calendar for Google Calendar to display, based on your organization's event database. Or you can search relevant calendars to display a list of upcoming events on those calendars. read more...

1 comment |category: |Views: 922

tags: another

ASP.NET Popup Control(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

This article describes an ASP.NET popup control. This control imitates MSN Messenger alert, but it is designed for use in a web page. Graphical appearance of this control can be completely changed by using one of predefined styles or by modifying all colors used on the control. Control supports Drag&Drop, so user can move control on the page, where he wants. read more...

add a comment |category: |Views: 100

tags: another

Reflector for .NET(aisto.com)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

Reflector is an excellent utility - a class browser for .NET components. It supports assembly and namespace views, type and member search, XML documentation, call and callee graphs, IL, Visual Basic, Delphi and C# decompiler, dependency trees, base type and derived type hierarchies and resource viewers. read more...

add a comment |category: |Views: 11

tags: another

self-contained ASP.NET application that demonstrates a few things(weblogs.asp.net)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

David Hayden blogged about a cool new ROW_NUMBER() function that SQL 2005 provides that got me excited and inspired to write a little code last night. read more...

add a comment |category: |Views: 6

tags: another