| |
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.
|
24 Articles match "2010","Course"
| Related DevelopMentor Courses | MORE | | Visual Studio 2010: Debugging a x86 WCF service on a x64 machine 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. In order to use that assembly I need to compile the service as a x86 service. How to solve this? "cd" to the directory where your copy of WcfSvcHost is located. Now your WcfSvcHost and WcfTestClient will be running in 32 bit mode. DevelopMentor Courses - Wednesday, October 5, 2011 Java Lambdas select (people, new F1 (a){{ret( a.getName());}}); of course, with java you can select more than just primitives, if you wanted the Addresses, you could do that too. Where Of course most queries wouldn’t be much use without the where statement. also use the null object pattern a lot: Person.Null of course there are some standard calculations that are nice too. length());}}); of course for averages, the return type F1 must be a Number. I mentioned last month that I had found a way to add lambdas to the current JDK. Query. Let’s find the all the A+ students Query. DevelopMentor Courses - Tuesday, October 12, 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 |
64 Articles match "2010","Course"
| The Latest from DevelopMentor | MORE | | News from the Cornish Software Mines first met the team at RI in October 2010 when I provided Agile foundations training to development team. About six month after the Agile foundations course Jon Jagger delivered a Test Driven Development (TDD) in C# course for the team and has also been visiting to provide follow up coaching. My work in Cornwall, helping companies adopt Agile approaches to software development, is set to continue into the new year - so more jokey tweets about the Cornish Software Mines. hope to write more about this work - the benefits and what we’re learning in future. Allan Kelly's Blog - Sunday, December 18, 2011 Visual Studio 2010: Debugging a x86 WCF service on a x64 machine 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. In order to use that assembly I need to compile the service as a x86 service. How to solve this? "cd" to the directory where your copy of WcfSvcHost is located. Now your WcfSvcHost and WcfTestClient will be running in 32 bit mode. 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 | -
| The Best from DevelopMentor | MORE | - 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. Of course, upgrading to VS 2010 is only half the process. 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). 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. Here is a link to the docs on that option. 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 - The NoSQL Movement, LINQ, and MongoDB - Oh My!
The converse is, of course, also true. We’ll be using.NET and C# of course. Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. Insanity!” you may cry, “for where will people put their data if not in a database? Flat files? Tell me we aren’t we going back to flat files.”. No, but in the relational model, something does has to give. Starting from an RDBMS is virtually an axiom of software development. Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - Setting up SQL Server 2008 Express with Profiler
When I teach my DevelopMentor course on Entity Framework 4.0 and WCF Data Services , I use the Express Edition of SQL Server 2008 R2, but I have need for the SQL Profiler tool, which comes only with the full version and is needed to inspect what SQL is sent to the database. In addition, the setup folks often have a hard time getting the permissions right. So I wrote a script that first installs just the tools from a trial version of the Developer Edition, which include both SQL Management Studio and SQL Profiler. Click on the Eval X86 Executable link to download SQLFULL_x86_ENU.exe. Tony and Zuzana's World - Thursday, August 5, 2010 - Reuse Myth - can you afford reusable code?
In my Agile Business Conference present (“ How much quality can we afford? ”) I talked about the Reuse Myth , this is something always touch on when I deliver a training course but I’ve never taken time to write it down. Until now. Lets take as our starting point Kevlin Henney’s observation that “ there is no such thing as reusable code, only code that is reused. Kevlin (given the opportunity!) goes on to examine what constitutes “reuse” over simple “use.” In effect that design effort is over engineering, waste in other words. cost of re-usability. Think about this. Waste. Allan Kelly's Blog - Tuesday, October 12, 2010 - EF4 compared to NHibernate
Last week while teaching my new LINQ and Entity Framework course I got a question asking me to compare EF4 with NHibernate. Not having worked extensively with NHibernate, I wasn’t in a position to address the question. Then yesterday I received an email containing a link to a blog post by Oren Eini (aka Ayende Rahien) doing just such a comparison. Because Ayende comes from the NHibernate camp, I thought it would be interesting to highlight some EF4 capabilities lacking in the current version of NHibernate. EF supports LINQ out of the box (NH doesn’t have it yet). Tony and Zuzana's World - Wednesday, January 13, 2010 - Things to do to improve code quality
As I mentioned a couple of posts ago, I was recently out in Oslo teaching a course on Lean software development. This section of the course included an exercise were I ask the participants to think of things they could do to improve code quality. Before each step there is an opportunity for re-adjustment and course correction both at the work planning level and at the code level. One of the points I make is: Quality is free (or at least cheaper) provided you invest in improving quality. On the plus side it can be used on any type of project, Agile, Waterfall or other. Allan Kelly's Blog - Thursday, June 3, 2010 %>
| | |