ASP.NET Weblogs

Posted to:
by
 StanleyGu 
2 hours, 21 minutes ago

Architect 3 : Building Data Access Layer Using Microsoft Enterprise Library 4.1

You have a Customer table with three fields: ID, LastName and FirstName. You are building a data access layer to retrieve all the records from the Customer table and return the result as a collection of Customer objects. You want implement it using Microsoft...
Posted to:
by
 jborozna 
12 hours, 20 minutes ago

Most interesting from SharePoint 2010 Virtual Ignite Training: 2nd Day

9 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer Notes: Intellisense when editing Wiki-pages and other type of pages and inserting some page property. (When writing “[["…) 4 default Master Pages: v4.master (default for SP 2010) minimal...
Posted to:
by
 Jeev 
14 hours, 38 minutes ago

Visual Studio 2010 RC is out

Visual Studio Release Candidate is out. See the post from Scott Guthrie. If you are interested in finding out what are the changes from VS 2008 or .NET 3.5; I strongly suggest that you check out this series of blog posts Another post from Mike Taulty...
Filed under: ,
Posted to:
by
 DigiMortal 
18 hours, 43 minutes ago

Visual Studio 2010 RC is available

VS2010 RC is out now and available for MSDN users since now. Other guys have to wait until tomorrow when VS2010 RC is made publically available. Reading first news I discovered that most important thing is hardly improved performance of VS2010 RC IDE...
Filed under: , ,
Posted to:
by
 vik20000in 
02-08-2010, 10:46 PM

Visual Studio 2010 RC released for MSDN Subscriber

Hi, Today Microsoft has released Visual Studio 2010 (VS 2010) RC for MSDN Subscriber. It will be available for the General people on RC on 10th February. If you are an MSDN subscriber you can go ahead and download the bits right now from the link below...
Filed under: , ,
Posted to:
by
 StanleyGu 
02-08-2010, 9:46 PM

Solution 5 : Implementing Optional Parameters in T-SQL Stored Procedures

You have a stored procedure GetCustomers with two parameters: LastName, FirstName. The stored procedure returns all the records matching the values of the parameters. You want the parameters be optional, which means skipping the parameter if you do not...
Filed under: , ,
Posted to:
by
 StanleyGu 
02-08-2010, 8:45 PM

Tip 10 : Returning the first part of a string with delimiter

You have a string delimited by underscore such as 1stPart_2ndPart_3rdPart and want to return the first part of the string only. C# Implementation of using Split function: T-SQL implementation of using SUBSTRING and CHARINDEX functions:
Filed under: , ,
Posted to:
02-08-2010, 6:06 PM

ASP.NET MVC Complex Object ModelMetaData Issue

One of the exciting feature of ASP.NET MVC is(?) auto generating the view of the model with DisplayForModel/EditorForModel statement, it gives a nice extension point for the application developers to customize the view. But in the latest release (MVC2...
Posted to:
by
 DigiMortal 
02-08-2010, 5:30 PM

IL perversions: throwing and catching strings

Inspired by Mohamed Mahmoud’s blog posting How to: Create Interfaces with Static Methods via IL? I wrote another sick example on IL (Intermediate Language) to show you how different is the world behind compilers. Tonight I have enough of exceptions, I...
Posted to:
by
 jborozna 
02-08-2010, 3:11 PM

Most interesting from SharePoint 2010 Virtual Ignite Training: 1st Day

8 feb 2010: Virtual SharePoint 2010 Ignite Training for Developer Notes: Now SharePoint by default has rating and tagging functionality. SharePoint 2010 works in both IE and Firefox. Content Organizing functionality: document going to some sub-folder...

1 2 3 4 5 Next > ... Last »