| |
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.
|
27 Articles match "Course","Visual Studio"
| Related DevelopMentor Courses | MORE | | Visual Studio 2010: Debugging a x86 WCF service on a x64 machine found the answer in the forums and adapted the answer for my specific problem: 1.Copy WcfSvcHost.exe and WcfTestClient.exe from C:program files (x86)Microsoft Visual Studio 10.0Common7IDE to a local directory. Keep a backup copy of this file, of course. 2.Start a Visual Studio 2010 Command Prompt (one of the links from the start menu -> Visaul Studio 2010). Visual Studio 2010 WCF Windows 7I just ran into an issue where I have a WCF service that depends on a.NET assembly that is compiled specifically for x86. How to solve this? DevelopMentor Courses - Wednesday, October 5, 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 |
41 Articles match "Course","Visual Studio"
| The Latest from DevelopMentor | MORE | | The Architecture of WCF 'Before WCF it was, of course, possible for software running on different machines to communicate. 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. 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. DevelopMentor Courses - Sunday, April 7, 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. Enter “&JSLint as the Title and “C:Toolsjslint.cmd (modified to use the folder you actually saved the files in, of course) as the Command. Tags: ASP.NET JavaScript Visual Studio It’s too simple, though. 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. Enter “&JSLint” as the Title and “C:Toolsjslint.cmd” (modified to use the folder you actually saved the files in, of course) as the Command. Tags: Uncategorized JavaScript Visual Studio finally decided to make this an almost instantaneous process. Jason Diamond - Saturday, August 9, 2008 - AutoRunner
It’s not a Visual Studio add-in. Using Visual Studio’s External Tools feature, however, it’s almost as good as an add-in. To set this up for yourself, you’d create a new external tool with its command set to the path where you built AutoRunner.exe and its arguments set to something like the following (I’ve separated the options on their own lines, but you wouldn’t do that in Visual Studio): --target $(BinDir)$(TargetName)$(TargetExt) --exe C:pathtonunit-console.exe --pass "$(TargetName) FTW!" --fail "Oh noes! Jason Diamond - Sunday, September 27, 2009 - 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. Of course, upgrading to VS 2010 is only half the process. Tags: Technical Visual Studio was not able to find a tool out there that does this automatically, so I wrote one. The key is to invoke devenv.exe from the command line and use the /upgrade switch. Cheers. Tony and Zuzana's World - Sunday, November 28, 2010 - Visual Studio 2010 Power Tools
The Visual Studio 2010 Power Tools have just been released. Of course I don’t use Resharper or CodeRush (I use too many machines I don’t control to become dependent on them) so some of these features may be available in those tools. There’s all sorts of goodness in here: new flexible tab handling in the VS shell (vertical tab groups, tabs grouped by project, dropping of rarely used tabs, etc); a new searchable Add Reference dialog; new editor enhancements to make navigation easier and much more. ve been playing with it for the last couple of hours and its very neat. .NET Meanderings - Monday, June 7, 2010 - Take the first hour of any online developer course for free at LearningLine
We are announcing the ability to preview any of our online courses, for free without entering any payment information. You can now study approximately the first hour of any one of our courses. To get started, just head over to our schedule page , click on any course title you’d like and choose “ Preview course for free “: . At the time of this writing, there are 27 courses which run between 4 and 15 days in length. So head on over to the schedule page and find a course that is right for you: https://learninglineapp.com/schedule. - Preventing JavaScript Files from Loading Multiple Times
No, of course not. And your code becomes much more navigable in Visual Studio with intellisense by leveraging namespaces: So namespaces are great and all. Filed under: Uncategorized Tagged: Articles , Cloud , jQuery , Opinion , Tools , Visual Studio , web. Uncategorized Articles Cloud jQuery Opinion Tools Visual Studio webThis post is about ensuring that you do not execute a particular JavaScript file more than one time. Let’s start by asking: What happens if you link to a js file twice in your page? Here is a contrived example. twice. Michael C. Kennedy's Weblog - Thursday, October 11, 2012 %>
| | |