| |
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.
|
8 Articles match "2005","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 Enhancements The impressive work Microsoft started in SQL Server 2005 to improve the T-SQL language has continued in SQL Server 2012. SQL 2005 introduced the ability to use the tracing capabilities within the operating system event Tracing for Windows (ETW). SQL Server Data Tools You'll work with the new SSDT tools which can stand alone or be integrated into Visual Studio 2010. ? Uncover these SQL secrets and more! 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 |
17 Articles match "2005","Visual Studio"
| The Latest from DevelopMentor | 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 Reporting using Entity Framework No need to fear, Visual Studio offers a solution. Starting with Visual Studio 2005 Microsoft started shipping the ReportViewerControl with Visual Studio. We can use any Windows or ASP.NET application and add start using the ReportViewerControl, but Visual Studio also offers a report application template. Tags: NET C# Community Visual Studio 2010 For many years the mantra for implementing business logic in your line of business application has been: “don’t put it in the database, don’t put it in the user interface”. The Blomsma Code - Wednesday, October 20, 2010 Smarter Tx Promotion with SQL Server 2008 A while ago I blogged on a gotcha to watch out for when using System.Transactions with SQL Server 2005. However, SQL Server 2005 would promote the transaction to distributed even though both connections are to the same database, using the same connection string! To verify this, all you have to do is add a watch in the Visual Studio debugger for Transaction.Current, then expand it to the TransactionInformation property, looking at DistributedIdentifier. the connections are pooled).rn. Tony and Zuzana's World - Thursday, July 9, 2009 | -
| The Best from DevelopMentor | MORE | - Reporting using Entity Framework
No need to fear, Visual Studio offers a solution. Starting with Visual Studio 2005 Microsoft started shipping the ReportViewerControl with Visual Studio. We can use any Windows or ASP.NET application and add start using the ReportViewerControl, but Visual Studio also offers a report application template. Tags: NET C# Community Visual Studio 2010 For many years the mantra for implementing business logic in your line of business application has been: “don’t put it in the database, don’t put it in the user interface”. The Blomsma Code - Wednesday, October 20, 2010 - 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 - Jason’s AJAX Component Library
I’m assuming you have Visual Studio 2005 and ASP.NET AJAX installed, of course. [Update: This release won't build if you extracted it to a folder with spaces in the path. You might want to get Release 2 instead.]. I’ve been really busy recently working on some extender controls for ASP.NET AJAX. My current employer was kind enough to let me release the extenders I’ve been working on for them as part of an open source project. So here is the first release of Jason’s AJAX Component Library. Allows users to move columns in a table element. Jason Diamond - Monday, June 4, 2007 - Article: Azure Storage
Prior to large-scale cloud computing efforts (circa 2005), most of us could only dream of such scalability and reliability. They will install the Visual Studio projects required for working with Azure as well as the Development Storage and Development Fabric so you can develop and debug your applications before deploying them to the cloud. I recently wrote an article for DevelopMentor's Developments newsletter entitled Azure Storage. Read it at the DevelopMentor website here: [link]. I've republished here for my readers. Enjoy! Developments: Azure Storage. Listing 3. Michael C. Kennedy's Weblog - Wednesday, April 8, 2009 - Installing Visual Studio Team Systems
So I spent the better part of a day getting a full Visual Studio Team Systems installation running under VMWare. In order to get it all to work together on a single server, you have to have a bunch of components: Active Directory, SQL Server 2005, SQL Server Reporting Services, SharePoint, Team Foundation Server, Office and finally VSTS itself. The first problem I ran into was just plain ignorance about SharePoint. started with a prebuilt W2K3 server image that already had IIS setup. noticed that SharePoint didn't run properly and it appeared to be security related. Weird. - Christmas comes early: Microsoft releases Visual Studio.NET 2008
After a long beta period Microsoft pushed Visual Studio.NET 2008 (code named “Orcas”) out to MSDN in November - keeping their promise to deliver it by the end of the year. The visual designer and XAML views stay synchronized and “mini” thumbnails and scaling bars are used to help you see what you are building. 8: ClickOnce improvements Microsoft introduced a simplified way to deploy Windows Forms clients from the web with Visual Studio 2005 called ClickOnce. framework released with Visual Studio 2005. 2: Visual Studio Split View. Mark's Blog of Random Thoughts - Wednesday, December 19, 2007 - Smarter Tx Promotion with SQL Server 2008
A while ago I blogged on a gotcha to watch out for when using System.Transactions with SQL Server 2005. However, SQL Server 2005 would promote the transaction to distributed even though both connections are to the same database, using the same connection string! To verify this, all you have to do is add a watch in the Visual Studio debugger for Transaction.Current, then expand it to the TransactionInformation property, looking at DistributedIdentifier. the connections are pooled).rn. Tony and Zuzana's World - Thursday, July 9, 2009 %>
| | |