Welcome to MSDN Blogs Sign in | Join | Help

VS 2010 RC Released

Microsoft has shipped the RC for Visual Studio 2010 / .NET Framework 4! The RC will be made available to the public on Wednesday, February 10, 2010.

Community Convergence LXI

Welcome to the sixty-first community convergence. I’ve highlighted three new articles by HimaBindu Vejella on IDE enhancements, some articles by C# team member Eric Lippert, and one by Jason Zander, the General Manager for Visual Studio.

Community Convergence LX

Welcome to the sixtieth community convergence. I’m going to continue to keep this short, but I plan to update more frequently.

Community Convergence LIX

Welcome to the fifty-ninth Community Convergence – now shorter than ever! Below you will see the top links for this week.

Article Published on Creating a LINQ Provider

Pedram Rezaei has written a detailed and code centric article on how to create a LINQ provider similar to the LINQ to SQL provider. This article has large amount of specific technical information in it of interest to developers who want to tackle this complicated but very rewarding task.

Posted by Charlie Calvert | 1 Comments
Filed under: ,

SoCal Code Camp at California State, Fullerton

Just a reminder that there will be a code camp coming up in Southern California on January 30th and 31st. Follow this link for details:

SoCal Rock and Roll Code Camp: Yeah… It’s like that!

Posted by Charlie Calvert | 0 Comments
Filed under: ,

Error Loading Projects: ResetSkipPkgs

If you are having trouble loading projects and perhaps get an error message like this:  “Project ‘X’ could not be opened because the Microsoft Visual C# 2008 compiler could not be created.”

Try passing in these parameters when starting the IDE: devenv /resetskippkgs. This can fix a problem that occurs because you were prompted to stop loading a package and either intentionally or unintentionally clicked the OK button.

Posted by Charlie Calvert | 0 Comments
Filed under:

Feedback Wanted: Links to C# Tech Info

A couple of us are working on finding a way to surface key links to information in the MSDN library. Perhaps later we will also link to information found throughout the community websites. If we can find the right approach, we might canonize these categorize and links on the Learn page of the C# Dev Center.

Below you will see a work in progress outlining one possible way to start to surface this information, along with a proposed set of initial links to information about that the various proposed categorize. Hopefully you will find this information interesting in and of itself. However, I would before I work too hard on it, I would like to get feedback from you on the structure of this data and the tentative links included here. If you have any comments on what you see here, please take a moment to reply to this post with your thoughts.

I think the categories laid out here are fairly self explanatory. I would only point out that the work shown below merges two different approaches to categorizing the information on MSDN:

  • The first five big bullets categorize data by scenario. For instance, the work with scenarios such as: I want to “Work with data,” “Get Started,”  “Learn about C#,” “Learn the Tools”, “Learn about Web Development.”
  • The final category drops the scenario approach and simply lists the technologies that Microsoft spends so much time publicizing.

It is my thought that some developers will think in scenarios, and some in technologies, and some will think in one way or the other depending on the circumstances. The categorization shown below is to designed to accommodate developers from both schools of thought. But I don’t mean to prejudice you by talking about what I’ve tried to do here. Just tell me what you think, if you have any impulse at all to provide feedback. At this stage, I’m not wedded to any of this, I’m just interested in hearing what you think. Thanks for whatever thoughts you might have on this subject.

 

Index

 

The Links

 

Working with Data

Microsoft White Papers.url
MSDN SQL Server Dev Center.url
SQL Server Books Online.url
TechNet SQL Server Dev Center.url
What's New (SQL Server 2008).url

ADO.NET

.NET Framework Data Providers (ADO.NET).url
ADO.NET Code Examples.url
ADO.NET DataSets.url
ADO.NET Overview.url
LINQ and ADO.NET.url

Entity Framework

ADO.NET Entity Framework.url
Quickstart (Entity Framework).url
Working with Entity Data.url

Getting Started with Data

Creating Data Applications by Using Visual Studio.url
How to Create a Data Connection to the Northwind Database.url
Northwind Sample Database.url
Recommendations for Data Access Strategies.url
Table Basics.url
Walkthrough Creating a Simple Data Application.url

LINQ to SQL

Frequently Asked Questions (LINQ to SQL).url
LINQ to SQL.url
SqlMetal.exe (Code Generation Tool).url

SQL CE

Installing SQL Server CE.url
SQL Reference for SQL Server CE.url
SQL Server CE Overview.url

SQL Server

SQL Server Books Online.url

Transact SQL

ALTER TABLE.url
CREATE TABLE.url
DROP TABLE.url
ORDER BY.url
Transact-SQL Reference.url

XML

Working with XML Data.url
XML Tools in Visual Studio.url

Getting Started

New to C#

Creating Your First C# Application.URL
Getting Started with Visual C#.URL
How Do I in C#.URL
Introduction to the C# Programming Language.URL

New To Development

Development for Beginners Tools, Lessons, Resources on MSDN.url
Kid's Corner Learning Computers and Development on MSDN.url
Windows Development for Beginners.url

The C# Language

How Do I in C#

Language Basics and Specification

C# Keywords.url
C# Language Features (C#).url
C# Operators.url
C# Preprocessor Directives (C#).url
The C# Language Specification.url

Samples and Walkthroughs

C# Tutorials (C#).url
Visual C# Sample Applications.url
Visual C# Walkthroughs.url
Visual Studio 2010 and .NET Framework 4 Beta 2 Walkthroughs.url

Microsoft Technologies

ClickOnce

ClickOnce Deployment for Windows Forms Applications.url
ClickOnce Deployment Overview.url
ClickOnce Deployment Walkthroughs.url

LINQ

Anders Hejlsberg on Language Integrated Query.URL
Enumerable Members (System.Linq).URL
IQueryProvider Members (System.Linq).URL
Language-Integrated Query (LINQ).URL
LINQ Home Page.URL
Queryable Members (System.Linq).URL
Standard Query Operators Overview.URL
System.Linq Namespace ().URL
System.Linq.Expressions Namespace ().URL

Office

Excel Developer Center.url
How-to Center.url
Interactive Developer Map.url
Microsoft Office Development.url
Office Business Applications.url
Understanding Office Development.url
Welcome to the Microsoft Office Word 2007 Developer Reference [Word 2007 Developer Reference].url

SharePoint

Learn Windows SharePoint Services 3.0, developer, SDK, tutorials, videos, articles, books.url
Microsoft SharePoint Products and Technologies.url
SharePoint Developer Center 2010, 3.0, 2.0, downloads, tools, SDK.url
SharePoint Products and Technologies (2010).url
Welcome to the Microsoft Office SharePoint Server 2007 SDK.url

Windows Communication Foundation

Basic WCF Programming.url
Getting Started Tutorial.url
Guide to the Documentation.url
Windows Communication Foundation.url

Windows Forms

ClickOnce Deployment for Windows Forms Applications.url
Enhancing Windows Forms Applications.url
Getting Started with Windows Forms.url
What's New in Windows Forms for the .NET Framework 3.5.url
Windows Forms Reference.url

Windows Presentation Foundation

Application Development.url
Getting Started (WPF).url
Graphics and Multimedia.url
Windows Presentation Foundation.url
WPF Fundamentals.url

Windows Workflow

Services Overview.url
System.Workflow.Runtime.Hosting Namespace ().url
Windows Workflow Foundation Overview.url
Windows Workflow Foundation Tutorials.url
Windows Workflow Foundation.url

Tools

Visual C# 2008 Express Edition.URL
Visual Studio Software Development Kit (SDK).url
Visual Studio.url

Command Line Compiler

C# Compiler Options Listed by Category (C#).url
Command-Line Building.url
How to Set Environment Variables.url

Debugger

Building, Debugging, and Testing.url
Debugging in Visual Studio.url
Debugging LINQ.url
Debugging Managed Code.url

Visual Studio Editor

Editing Code and Resource Files.url
How to Add Application Configuration Files to C# Projects.url
Metadata as Source.url
Refactoring (C#).url
XML Editor.url

Visual Studio Project and Tool Windows

How to Arrange and Dock Windows.url
How to Navigate Within the Integrated Development Environment.url
Managing Solutions, Projects, and Files.url
Quick Tour of the Integrated Development Environment.url

Web Development

Web Development.url

ASP.NET

ASP.NET Overview.url
ASP.NET Walkthroughs by Scenario.url
The Official Microsoft ASP.NET Site.url
Visual Web Developer.url

HTML

Behaviors.url
HTML and DHTML Overviews and Tutorials.url
HTML and DHTML Reference.url
Quick Reference Guides.url

Internet Information Services

Deploying Web Sites on IIS 7.0 The Official Microsoft IIS Site.url
Developing on IIS 7.0 The Official Microsoft IIS Site.url
Using Visual Studio 2008 with IIS 7.0 Development Tools Developing on IIS 7.0 The Official Microsoft IIS Site.url

Silverlight

Getting Started with Silverlight.url
Silverlight 3.url
Silverlight 4.0.url
Silverlight Overview.url
The Official Microsoft Silverlight Site.url
XAML.url

kick it on DotNetKicks.com

Webcast: Lighting Up the New Visual Studio 2010 Editor with Rich Extensions (Level 200)

Microsoft Events on MSDN will be hosting a webcast on Wednesday, December 09, 2009 10:00 AM Pacific Time. The event is designed to familiarize you with the new editor extensions that the WPF redesign have helped make possible. You can find more webcasts, videos, virtual labs and podcasts by following this link.

kick it on DotNetKicks.com
Posted by Charlie Calvert | 0 Comments
Filed under: , , ,

Official Publication of Creating Windows Azure Applications with Visual Studio Videos

Though they were previewed earlier this month, we have now officially released the first of Windows Azure series of How Do I videos. Below you find a list of the videos that have been created, along with links to their location in the How Do I Video library.

The Developing Windows Azure Applications with Visual Studio Video Series

In this series of videos Jim Nakashima shows how to develop Windows Azure applications with the tools provided in Visual Studio.

All these videos were created by Charlie Calvert

Windows Azure: Getting the Tools, Creating a Project, Creating Roles and Configuration

#1 | Windows Azure: Getting the Tools, Creating a Project, Creating Roles and Configuration
(14 minutes, 26 seconds)

Running and Debugging a Windows Azure Application Locally with Visual Studio

#2 | Running and Debugging a Windows Azure Application Locally with Visual Studio
(6 minutes, 11 seconds)

Deploying Windows Azure Applications from Visual Studio

#3 | Deploying Windows Azure Applications from Visual Studio
(6 minutes, 56 seconds)

kick it on DotNetKicks.com

Videos of C# Authors at PDC

Here are links to a few short video interviews by prebynski with C# MVPs and luminaries speaking while they attended PDC 2009 last week in Los Angeles. This is a chance to hear the interests and opinions of folks who are immersed in the culture and technology surrounding C#. All three of these interviewees are with authors who are currently working on new books about C#. Hear their take on new technologies such as Azure and Dynamic in C#, as well as their thoughts on the latest developments in existing technologies such as LINQ, WPF and Silverlight.

kick it on DotNetKicks.com
Posted by Charlie Calvert | 0 Comments
Filed under: , , ,

Community Links LVIII

 

Data

 

Microsoft SQL Server Library
SQL Server Books Online
SQL Server Online Resources CTP, Troubleshooting Microsoft MSDN
SQL Server Online Resources CTP, Troubleshooting Microsoft TechNet
What's New (SQL Server 2008)

 

GettingStarted

Creating Your First C# Application
Development for Beginners Tools, Lessons, Resources on MSDN
Getting Started with Visual C#
Introduction to the C# Programming Language
Windows Development for Beginners

 

Language

 

C# Keywords
C# Language Features (C#)
C# Operators
C# Tutorials (C#)
How Do I in C#
The C# Language Specification
Visual Studio 2010 and .NET Framework 4 Beta 2 Walkthroughs

 

Technologies

 

ClickOnce

 

ClickOnce Deployment for Windows Forms Applications
ClickOnce Deployment Overview
ClickOnce Deployment Walkthroughs

 

LINQ

 

Anders Hejlsberg on Language Integrated Query
Enumerable Members (System.Linq)
IQueryProvider Members (System.Linq)
Language-Integrated Query (LINQ)
LINQ Home Page
Queryable Members (System.Linq)
Standard Query Operators Overview
System.Linq Namespace ()
System.Linq.Expressions Namespace ()

 

Office

 

Excel Developer Center
How-to Center
Interactive Developer Map
Microsoft Office Development
Office Business Applications
Understanding Office Development
Welcome to the Microsoft Office Word 2007 Developer Reference [Word 2007 Developer Reference]

 

SharePoint

 

Learn Windows SharePoint Services 3.0, developer, SDK, tutorials, videos, articles, books
Microsoft SharePoint Products and Technologies
SharePoint Developer Center 2010, 3.0, 2.0, downloads, tools, SDK
SharePoint Products and Technologies (2010)
Welcome to the Microsoft Office SharePoint Server 2007 SDK

 

WindowsCommunicationFoundation

 

Basic WCF Programming
Getting Started Tutorial
Guide to the Documentation
Windows Communication Foundation

 

WindowsForms

 

ClickOnce Deployment for Windows Forms Applications
Enhancing Windows Forms Applications
Getting Started with Windows Forms
What's New in Windows Forms for the .NET Framework 3.5
Windows Forms Reference

 

WindowsPresentationFoundation

 

Application Development
Getting Started (WPF)
Graphics and Multimedia
Windows Presentation Foundation
WPF Fundamentals

 

WindowsWorkFlow

 

Services Overview
System.Workflow.Runtime.Hosting Namespace ()
Windows Workflow Foundation Overview
Windows Workflow Foundation Tutorials
Windows Workflow Foundation

 

 

Tools

 

Debugging in Visual Studio
Debugging LINQ
Debugging Managed Code
Visual C# 2008 Express Edition
Visual Studio

 

Web

 

Asp.Net

 

ASP.NET Overview
The Official Microsoft ASP.NET Site
Visual Web Developer

 

HTML

 

Behaviors
HTML and DHTML Overviews and Tutorials
HTML and DHTML Reference
Quick Reference Guides

 

InternetInformationServices

 

Deploying Web Sites on IIS 7.0 The Official Microsoft IIS Site
Developing on IIS 7.0 The Official Microsoft IIS Site
Using Visual Studio 2008 with IIS 7.0 Development Tools Developing on IIS 7.0 The Official Microsoft IIS Site

 

Silverlight

 

Getting Started with Silverlight
Silverlight 3
Silverlight 4.0
Silverlight Overview
The Official Microsoft Silverlight Site
XAML

 

Web Development

 

Posted by Charlie Calvert | 0 Comments
Filed under: ,

Community Convergence LVII

Welcome to the fifty-seventh issue of Community Convergence. In this post I’ll focus on new articles from the C# team, as well as events taking place at PDC.

From the C# Team

Eric Lippert

Kirill Osenkov

Luca Bolognese

Dustin Campbell

Sam Ng

Charlie Calvert

From others at Microsoft

Mitsu

Jason Zander

Scott Guthrie

Scott Hanselman

Brad Abrams

Dan Fernandez

Downloads and Announcements

kick it on DotNetKicks.com
More Posts Next page »
 
Page view tracker