help.net
<font size="2"><br />Musing on .Net</font>
-
Useful Generic array functions
The standard .NET Framework offers quite a few generic functions to munipulate arrays, however there are some functionalities where extra code will be needed such as Appending to the array, removing an element from the array, or removing all elements that fall under a condition.
-
Login/SignUp Screen Using Ajax ModalPopup Extender
This is a sample application which shows how to use ModalPopupExtender for Logging and Signup for any ASP.NET web application. In this quick demonstration, the author show how we can implement Modal Dialog Box using AJAX in ASP.NET. Modal Dialog Box (Formally called ModalPopupExtender) is extremely essential in today’s application as it avoids redirecting to a new page just to login or signup the users. A simple example can show how to implement the same.
-
String Format - Made Simple with Silverlight application
Toolico has collected all the possible formats, into a handy Silverlight utility, so you can come back and look for your format when needed. Please note that currently, the tool display only .Net formatting options. And provides you with a code snippet that you can copy paste into your application.
-
Accessible UpdatePanel
UpdatePanel is a great way to add Ajax features to an ASP.NET application at a minimal cost. Because it's based on regular postbacks, it also degrades gracefully when JavaScript is not present. But one thing it doesn't do well out of the box - and this is actually the case for any asynchronous update to the DOM - is informing screen readers that new content is present. This article by Bertrand Le Roy and the accompanying code show how to work around that problem and give assistive technology users access to the benefits of Ajax.
-
Implementing a Session Timeout Page in ASP.NET
In this article, Steven Smith walks through the steps required to implement a Session Logged Out page that users are automatically sent to in their browser when their ASP.NET session expires. He examines each step with the help of detailed explanation supported by relevant source code.
-
IETester - really cool idea for us developers
IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
New in v0.2 : IE7 and IE8 beta 1 added ! -
Free Progress Bar for ASP.NET
-
[Event] - Training Day with Dino Esposito - Managing Data in Web Enterprise Applications
Developers.ie in association with ComputerJobs.ie are pleased to announce:
-
Silverlight 2 Beta 1 documentation
Yes now that Silverlight 2 is out, you check the MSDN documentation here.
-
Lutz Roeder has updated its code for Silverlight 2
Code samples for Silverlight 2 Beta 1 written in C# and XAML by Lutz Roeder.