Browse by Tags

All Tags » ASP.NET (RSS)

Microsoft Certified Professional Developer: ASP.NET 3.5

Back from vacation I’ve just received an email to say I earn my Microsoft Certified Professional Developer: ASP.NET Developer 3.5 certification (70-564), which I took in beta back in November 08. As an MCT that gives me the opportunity to teach more Microsoft...
Posted by pluginbaby | 5 comment(s)
Filed under:

ASP.NET Dynamic Data: Customize a template field

Following my first post on ASP.NET Dynamic Data , I want to show you that you can customize existing fields used by Dynamic Data very easily. With the Northwind db, here is the generated edit screen for the Employees table:   We could make this default...
Posted by pluginbaby | 3 comment(s)
Filed under: ,

Customizing ASP.NET Dynamic Data

From Wikipedia: “ ASP.NET Dynamic Data is a web application scaffolding framework from Microsoft , shipped as an extension to ASP.NET , that can be used to build data driven web applications. ” So if you use VS2008 and .NET 3.5 SP1 you can take advantage...
Posted by pluginbaby | 5 comment(s)
Filed under: ,

ASP.NET Dynamic Data Web projects templates

Since Visual Studio 2008 SP1 you may have noticed 2 projects template for dynamic data: So what is the difference ? Dynamic Data Web Site / Dynamic Data Web Application: Uses a LINQ to SQL model and LinqDataSource controls. Dynamic Data Entities Web Site...
Posted by pluginbaby | with no comments

Certified ASP.NET 3.5!

I completely forgot as I did this in beta 3 months ago… that was a surprise this morning to get a notification that I earned the Microsoft Certified Technology Specialist: .NET Framework 3.5, ASP.NET Application Development competency (exam 70-562). Certifications...
Posted by pluginbaby | 1 comment(s)
Filed under: ,

[Cool Tool] Zeta Resource Editor

Following my Resource Refactoring Tool post, Uwe pointed me to Zeta Resource Editor . This very nice free win app allows you to easily edit your resx files, each language in the same row! Download link: http://www.codeproject.com/KB/aspnet/ZetaResourceEditor...
Posted by pluginbaby | 4 comment(s)
Filed under: ,

Load a txt file in a TextBox

Here is a very simple piece of C# code to load a text file in a TextBox. Typical use to display a disclaimer [Update 1: added using statement for the StreamReader] protected void Page_Load( object sender, EventArgs e) { if (!Page.IsPostBack) { using ...
Posted by pluginbaby | 3 comment(s)
Filed under:

[Cool Tool] VS Resource Refactoring Tool

The recently opened Visual Studio Gallery contains some free hidden Microsoft gems, Resource Refactoring Tool is one of them. Resource Refactoring Tool provides developers an easy way to extract hard coded strings from the code to resource files. It works...
Posted by pluginbaby | 5 comment(s)
Filed under: , ,

ASP.NET 3.5 hosters list

Brad Abrams has a nice list of ASP.NET 3.5 hosters, check it out!
Posted by pluginbaby | 1 comment(s)
Filed under:

Free Microsoft Press E-Books!

Good deal: 3 free e-books from Microsoft Press! Go to http://csna01.libredigital.com/?urvs5cn3s8 sign with your Windows Live ID and get the full complete books free chapters and the full complete LINQ book! Introducing Microsoft LINQ by Paolo Pialorsi...
More Posts Next page »