Development With A Dot

Blog on development in general, and specifically on .NET

Browse by Tags

All Tags » ASP.NET (RSS)
Custom Binding With EntityDataSource
Here's a common scenario: you are using an EntityDataSource control which you are binding to a data control, perhaps a ListView , DataGrid , DataList , Repeater , or GridView . The problem is, you want to do some custom binding. This happens, for example...
New Version of AJAX Control Toolkit Released
Version 3.0.30930 is out. This release includes two new controls: Seadragon - Seadragon enables you to pan, zoom, and make an image full screen. You can use it, for example, to display interactive product pictures. AsyncFileUpload - This new control enables...
Detecting Chrome Browser in ASP.NET
ASP.NET comes with a browser capabilities database (BCD), which describes the capabilities of known browsers. This database is usefull for control developers that want to take advantage on different browser capabilities. Of course, more recent browsers...
Posted: Sep 22 2009, 06:43 PM by Ricardo Peres | with 1 comment(s)
Filed under: ,
Data Annotations Property Validator for ASP.NET
Entity Framework, LINQ to SQL and ASP.NET MVC support Microsoft's new validation API, which you can find on System.ComponentModel.DataAnnotations . It basically consists on attribute classes, inherited from System.ComponentModel.DataAnnotations.ValidationAttribute...
AntiXSS 3.1 Released
New version, 3.1, was released yesterday. You can get it from here . Read about the new features here .
Developing SharePoint Applications Guidance Released
August release is available at http://www.microsoft.com/downloads/details.aspx?FamilyId=91f3c22c-8be7-4721-9449-84f699337d55&displaylang=en . The SharePoint Guidance site is available at http://www.codeplex.com/spg/ .
Using ASP.NET Providers in Non-ASP.NET Applications
ASP.NET developers are most likely familiar with the rich provider-based modules supplied with ASP.NET. These are the Role Provider, the Membership Provider, the Profile Provider, the Personalization Provider, the Web Events Provider, the Site Map Provider...
Posted: Aug 29 2009, 09:29 AM by Ricardo Peres | with 2 comment(s)
Filed under: ,
Microsoft Anti-XSS 3.0 Library Released
Get it from here .
Posted: Jul 15 2009, 08:01 AM by Ricardo Peres | with no comments
Filed under: ,
Sharing Resources between a Web and a Windows Forms Application
It is possible to share a common set of resource files between a web and a windows forms application quite easily. You first create the resource files on the web application as global resource files, and place them on the App_GlobalResources folder. On...
FormsAuthentication and Session Timeouts
Because the FormsAuthentication and the Session cookies are not the same, it is possible that when you are accessing your application you are still logged in, but the session has expired. In this situation, perhaps the best thing to do is logout from...
Posted: Jun 03 2009, 06:56 PM by Ricardo Peres | with 4 comment(s)
Filed under: ,
More Posts Next page »