| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
10 Articles match "2008","Visual Studio"
| Related DevelopMentor Courses | MORE | | Entity Framework – Model First: Generating DDL for Complex Types The complex type consists of 4 ‘fields’: CountryCode, AreaCode, Number and Extension: Each ‘field’ has properties set: The great part is that this is fully supported by the DDL generator, so right click on the Entity Framework Designer in Visual Studio 2010 and choose ‘Generate Database From Model…’ and the ‘Artist’ table will be generated as: -- --. -- Entity Designer DDL Script for SQL Server 2005, 2008, and Azure. -- --. -- --. -- Creating all tables. -- --. -- Creating table 'Artists'. CREATE TABLE [dbo].[Artists] Artists] (. ALTER TABLE [dbo].[Artists]. Artists]. DevelopMentor Courses - Saturday, July 2, 2011 Essential SQL Server 2012 for Developers Training Find out about innovative programming techniques enabled by SQL Server 2012 and Visual Studio 2010. ?xml:namespace SQL Server 2008 introduced valuable new T-SQL language features such as the keyword Microsoft implemented to handle upserts, called 'MERGE'. ? SQL Data Types T-SQL data types are key elements in unlocking the power of SQL Server 2008. SQL Server 2008 and 2012 builds upon this with Extended Events (EE), a general event-handling infrastructure. xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> ? Day 1?xml:namespace DevelopMentor Courses - Wednesday, February 22, 2012 NET 3.5 & 4.0: LINQ/EF, WCF, WPF/SL, MVVM, MEF Training and Visual Studio 2010. As a.NET developer using Visual Studio 2005 or 2008, you will learn about new features of the C# programming language that allow you to do more with less code and have improved interoperability with COM libraries, MS Office and other programming languages. Exploit new features of the C# programming language, such as extension methods and lambda expressions. Use the "dynamic" C# keyword to ease interoperability with COM, MS Office and dynamic programming languages. Build N-Tier applications using Entity Framework 4.0 Exploring.NET 3.5 DevelopMentor Courses - Wednesday, February 22, 2012 |
81 Articles match "2008","Visual Studio"
| The Latest from DevelopMentor | MORE | | Peeling Back the Onion Architecture The term was first coined by Jeffery Palermo back in 2008 in a series of blog posts. Here is the project structure for a Visual Studio solution I created to demonstrate the Onion Architecture. Download the code for this article. recently started a consulting project as an architect on an ASP.NET MVC application and quickly found myself immersed in the world of N* open source tools. MVC (which stands for Model-View-Controller) lends itself to an Agile development methodology where TDD and BDD (Test-Driven and Behavior-Driven Development) are important components. The Web.Ui Tony and Zuzana's World - Saturday, October 8, 2011 Entity Framework – Model First: Generating DDL for Complex Types The complex type consists of 4 ‘fields’: CountryCode, AreaCode, Number and Extension: Each ‘field’ has properties set: The great part is that this is fully supported by the DDL generator, so right click on the Entity Framework Designer in Visual Studio 2010 and choose ‘Generate Database From Model…’ and the ‘Artist’ table will be generated as: -- --. -- Entity Designer DDL Script for SQL Server 2005, 2008, and Azure. -- --. -- --. -- Creating all tables. -- --. -- Creating table 'Artists'. CREATE TABLE [dbo].[Artists] Artists] (. ALTER TABLE [dbo].[Artists]. Artists]. DevelopMentor Courses - Saturday, July 2, 2011 Screencast: Real-World MVVM with WCF RIA Services Entities are persisted to the Northwind sample database (using SQL Server 2008 Express) through an ADO.NET Entity Data Model. Here are the main steps you perform: Create a new project in Visual Studio 2010 using the SimpleMvvmRiaServices project template installed by the Simple MVVM Toolkit. Using the SimpleMvvmViewModel Visual Studio item template , add a ViewModel to the Silverlight project. Use the SimpleMvvmViewModelDetail Visual Studio item template to add a ViewModel for adding or editing individual entities. Great news! Enjoy Tony and Zuzana's World - Thursday, April 28, 2011 | -
| The Best from DevelopMentor | MORE | - Verifying JavaScript with JSLint and Visual Studio
It also outputs any errors it finds in a format compatible with Visual Studio. Of course, to get the most out of using this, you’re going to want to set it up as an external tool in Visual Studio. Open up Visual Studio, go to Tools -> External Tools… and click Add. Tags: ASP.NET JavaScript Visual Studio Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. finally decided to make this an almost instantaneous process. Jason Diamond - Saturday, August 9, 2008 - Verifying JavaScript with JSLint and Visual Studio
It also outputs any errors it finds in a format compatible with Visual Studio. Of course, to get the most out of using this, you’re going to want to set it up as an external tool in Visual Studio. Open up Visual Studio, go to Tools -> External Tools… and click Add. Tags: Uncategorized JavaScript Visual Studio Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. finally decided to make this an almost instantaneous process. It’s too simple, though. Jason Diamond - Saturday, August 9, 2008 - MongoDB vs. SQL Server 2008 Performance Showdown
In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET … Continue reading → NoSQL Articles Visual StudioThis article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB – Oh My!”. Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - Accessing TFS 2010 from Visual Studio 2008
Today I found the need to also connect to TFS 2010 from Visual Studio 2008. In order to connect to Team Foundation Server from VS2008 you need the Visual Studio Team System 2008 Team Explorer , then in order to connect to TFS 2010 you also need the Visual Studio Team System 2008 Service Pack 1 Forward Compatibility Update for Team Foundation Server 2010. Visual Studio 2008 Team Suite SP1. Visual Studio 2010 Ultimate. Tags: Team System Visual Studio 2010 This was not accepted as input. The Blomsma Code - Monday, May 10, 2010 - Six Things That’ll Surprise You About.NET 4.0
as well as Visual Studio 2010. 1 Visual Studio 2010. For example, one style of development where developers sketch out a scenario in code involving a set of classes before they are completely written was painful in VS 2008 (e.g. for the very first time an true open source will become and integral and supported part of Visual Studio and.NET? This would give your application essentially a visual programmability. Visual Studio 2010 Multi-monitor Support. Tags: Articles DevelopMentor Visual Studio " anyone? Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - Unit Testing Coming to a Workflow Near You
Tags: Tools Unit Testing Visual Studio Michael C. Kennedy's Weblog - Tuesday, September 30, 2008 - Automatically Upgrading to Visual Studio 2010
I’ve had the need recently to convert a large number of projects from Visual Studio 2008 to Visual Studio 2010. And here is a Windows Forms app I wrote that searches for all Visual Studio solutions under a root directory and shells out to a command prompt to do the upgrade. Just upgrading to VS 2010 will leave the application targeted to whatever version of.NET is was using (for VS 2008 it’s usually.NET 3.5). Tags: Technical Visual Studio was not able to find a tool out there that does this automatically, so I wrote one. Tony and Zuzana's World - Sunday, November 28, 2010 %>
| | |