| |
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.
|
51 Articles match "Visual Studio"
See all articles with
"Visual Studio"
| The Latest from The Blomsma Code | MORE | | NuGet 2.2.1 NuGet Visual Studio 2012NuGet 2.2.1 was released on February 15, 2013. The VS Extension version number is 2.2.40116.9051. This release/update fixes 5 bugs. Here is a link to the issues fixed: [link]. It is sometimes hard to find release notes on these updates, so here is a link. Link: [link]. DevelopMentor Courses - Monday, February 25, 2013 Visual Studio 2012 Update 1 is available Microsoft has just made good on its promise of frequent updates to Visual Studio. The first update for Visual Studio 2012 is now available for download. Visual Studio 2012Somegar has done a nice blog describing the new features in this update: [link]. Or jump straight to the download at: [link]. DevelopMentor Courses - Monday, November 26, 2012 | | The Best from The Blomsma Code | MORE | | Entity Framework 5 + Enumerations => What’s not to love? Entity Framework 5 now supports enumerations (when using Visual Studio 2012 and targeting the.NET 4.5 Entity Framework Visual Studio 2012framework). So let’s have a look. We’ll create a table called Planet with a name and a field to indicate whether it is habitable. CREATE TABLE [dbo].[Planets]( Note: the data type for ‘Habitable’ is a smallint. Next we’ll generate an entity data model from the database. Nothing exciting, since our database has just one table. In order to so, we need to update the model with information about the enum. DevelopMentor Courses - Sunday, September 2, 2012 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”. 2: GO. The Blomsma Code - Wednesday, October 20, 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. installed Visual Studio 2008 Team Explorer and then on top of that the Forward Compatibility Update. The Blomsma Code - Monday, May 10, 2010 | - Purchasing Visual Studio 2010
Amazon sells various versions of Visual Studio 2010. Visual Studio Professional. Visual Studio Premium. Visual Studio Utlimate. Visual Studio 2010 Feature Comparison. Microsoft Visual Studio Team Explorer 2010. Microsoft Visual Studio Team Foundation Server 2010. Microsoft Visual Studio Team Foundation Server 2010 CAL. Microsoft Expression Studio 3. May require one or more Microsoft Visual Studio Load Test Virtual User Pack 2010. Plain. Upgrade from 2005/2008. The Blomsma Code - Tuesday, July 13, 2010 - Visual Studio & MSDN availability on Amazon
Tags: Visual Studio 2010 The Blomsma Code - Thursday, February 11, 2010 - Visual Studio 2010 and.NET Framework 4 Beta period extended
Tags: Visual Studio 2010 The Blomsma Code - Friday, December 18, 2009 - Visual Studio 2010 RC and Team Foundation Server 2010 RC available
Both Visual Studio 2010 RC as well a Team Foundation Server 2010 RC are available to MSDN Subscribers as of today. For any additional information about versions of Visual Studio 2010 and.NET Framework 4, Go to: Visual Studio 2010 and.NET Framework 4 Release Candidate. Tags: NET C# Visual Studio 2010 Go to: [link]. If you want to provide feedback on this release then you do so by using Microsoft Connect. Go to: https://connect.microsoft.com/VisualStudio. The Blomsma Code - Monday, February 8, 2010 - Visual Studio 2010 SP1 + Team Foundation Server SP1 available
Visual Studio 2010 Service Pack 1 and also Team Foundation Server Service Pack 1 are now available! Visual Studio 2010More information about enhancements offered in this release can be found on Somasegar’s blog and Brian Harry’s blog. Change lists can be found here: VS 2010 SP1 Changes (includes Test and Lab Manager). TFS 2010 SP1 Changes. Go to the MSDN download center for immediate downloading. DevelopMentor Courses - Tuesday, March 8, 2011 - Installing Visual Studio SP1
For you benefit and amusement: here is my experience with upgrading to Visual Studio 2010 Service Pack 1. 10 minutes later: Another 25 minutes later: NOTE: If you are working on a Word document while installing the Visual Studio Tools for Office then be warned that the installer will automatically shutdown Word when it reaches this step! Restart required: Reboot complete… start Visual Studio 2010 and check the Help | Info screen: Life is good! Visual Studio 2010lost a bunch of changes because of this! DevelopMentor Courses - Thursday, March 10, 2011 - ReportViewer 2010 supports “Export to Word”
After installing Visual Studio 2010 Beta 2 I immediately created a little test to see if the feature made it. Here is a screenshot: Tags: Visual Studio 2010 A feature I’ve been waiting for in the ReportViewer control is “Export to Word”. Good news! It did. The Blomsma Code - Thursday, October 22, 2009 %>
270 Articles match "Visual Studio"
See all articles with
"Visual Studio"
| The Latest from DevelopMentor | MORE | | The Architecture of WCF In these situations we can use metadata in the form of WSDL or WS-MetadataExchange to provide the client with a description of the endpoint which tools (Add Service Reference in Visual Studio and svcutil.exe from the command line) can consume and build the necessary code and configuration to invoke the service. 'Before WCF it was, of course, possible for software running on different machines to communicate. Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. Messages. Channels. WCF, as of 4.5, DevelopMentor Courses - Sunday, April 7, 2013 Getting started with AngularJS Either download this from the AngularJS site or use the NuGet package to add it to your Visual Studio 2012 project. 'Index: Getting started with AngularJS Creating an AngularJS Controller The #AngularJS $scope is not the MVC Model One of the nicer JavaScript frameworks out there to work with must be AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. And while it is really powerful it is also really easy to get started with. It isn’t just a library like jQuery or Knockout.js Sweet :-). The Problem Solver - Friday, April 5, 2013 Getting started with AngularJS Either download this from the AngularJS site or use the NuGet package to add it to your Visual Studio 2012 project. 'One of the nicer JavaScript frameworks out there to work with must be AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. And while it is really powerful it is also really easy to get started with. AngularJS is a client side framework for creating rich web applications using JavaScript and HTML. It isn’t just a library like jQuery or Knockout.js 1: 2: 3: 4: AngularJS Demo. The Problem Solver - Friday, April 5, 2013 | -
| 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 - Build a Multi-Project Visual Studio Template
To enhance developer productivity, the toolkit combines a set of helper classes with code and xml snippets, as well as Visual Studio item and project templates. After installing the toolkit, all a developer needs to do to get started is open Visual Studio and create a new project by selecting one the project templates that appear under the Mvvm category. Visual Studio makes it extremely easy to create a single-project template. Now that you’ve created a multi-project Visual Studio template, you need a way to deploy it. Enjoy. Tony and Zuzana's World - Wednesday, September 14, 2011 - 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 - Six Things That’ll Surprise You About.NET 4.0
as well as Visual Studio 2010. 1 Visual Studio 2010. 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 I recently wrote an article for DevelopMentor ’s Developments entitled. Six Things That’ll Surprise You About.NET 4.0 ”. by Michael Kennedy. Read on and be pleasantly surprised! and VS 2010 Beta 2 ]. Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 %>
| | |