|
Posted to:
2 hours, 21 minutes ago
|
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:
12 hours, 20 minutes ago
|
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...
Filed under: SharePoint 2010, C#, .NET, SharePoint 2007, ASP .NET, Tools, .NET 3.5, LINQ, Visual Studio 2010, XML, SharePoint Foundation 2010, WSS 3.0, Notes, Improvements, Silverlight |
|
Posted to:
14 hours, 38 minutes ago
|
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...
|
|
Posted to:
18 hours, 43 minutes ago
|
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...
|
|
Posted to:
02-08-2010, 10:46 PM
|
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...
|
|
Posted to:
02-08-2010, 9:46 PM
|
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...
|
|
Posted to:
02-08-2010, 8:45 PM
|
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:
|
|
Posted to:
02-08-2010, 6:06 PM
|
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:
02-08-2010, 5:30 PM
|
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:
02-08-2010, 3:11 PM
|
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...
Filed under: SharePoint 2010, .NET, MOSS, ASP .NET, .NET 3.5, Visual Studio 2010, XML, SharePoint Foundation 2010, Notes, Workflow, Improvements, Certification |