| |
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.
|
4 Articles match "2006"
| Related DevelopMentor Courses | MORE | | Essential BizTalk Server What has changed from BizTalk Server 2006 R2 to BizTalk Server 2009 Come and learn to achieve the agility of a SOA using BizTalk Server! Learn how Orchestration, Business Rules, and Business Activity Monitoring allow you to develop sophisticated, agile, and transparent business processes - all without writing any custom code! We'll be using the latest version of the product: BizTalk 2010. You'll get answers to these questions: What role does BizTalk play in Microsoft's Service Oriented Architecture (SOA) strategy? How does BizTalk integrate with Windows Communication Foundation (WCF)? DevelopMentor Courses - Wednesday, February 22, 2012 Oracle® Unified Method (OUM) - Level 3: Gathering Requirements using OUM Training Unified Method (OUM), first released by Oracle Corporation in 2006, is a standards-based method with roots in the Unified Process (UP). The course is very hands on, with some lectures and significant case study work. Full time engagement is required throughout this 3-day, instructor-led course offering. The Oracle? OUM is business-process and use-case driven and includes support for the Unified Modeling Language (UML), though the use of UML is not required. OUM combines these standards with aspects of Oracle's legacy methods and Oracle implementation best practices. DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla Enterprise.NET: Building Applications with WF, WCF and WIF (UK) Training Day 1 Distributed Applications on the Windows Platform Building distributed applications on Windows has changed greatly since the first introduction of the.NET framework - and in fact since Windows Communication Foundation (WCF) was released in 2006. Guerrilla Enterprise.NET shows you how to take these technologies and build systems that use them in combination, playing on their strengths and mitigating their weaknesses using service-oriented principles. You'll get answers to these questions: What does service orientation really mean? What is REST and should I use it for my services? DevelopMentor Courses - Tuesday, March 1, 2011 |
177 Articles match "2006"
| The Latest from DevelopMentor | MORE | | Agile: Where's the evidence? Agile Development: Fact or Fiction, 2006). A few weeks ago I was presenting at the BCS SIGIST conference - another outing for my popular Objective Agility presentation. Someone in the audience asked: “Where is the evidence that Agile works?” My response was in two parts. First although it sounds like a reasonable question I’ve come to believe that this is a question that is asked by those who don’t believe in Agile, those who want to stall thing. It is rarely a question aimed at a rational decision. Second I said: lets turn the question around, Where is the evidence for Waterfall? Scrum? Allan Kelly's Blog - Friday, March 30, 2012 Cranfield study Supporting the alignment trap only heard about this report a few months ago and its is now four years old but I see little reason to suspect things have changed since 2006. I’ve blogged before about “The Alignment Trap” (Originally in December 2007 and after my piece in The Agile Journal in February 2009 ). This is the counter-intuitive evidence that sometimes doing things right is more beneficial than doing the right think. often discuss this in my presentations and there are two standard reactions: for some this research rings true while others question it. Well, there just might be. Allan Kelly's Blog - Thursday, October 21, 2010 MVVM: Binding RadioButton groups Dob = cf5 newcf0 cf6 DateTimecf0 (2006, 3, 14),par ?? Name = "Jonathan" , Dob = new DateTime (2006, 3, 14), FavoriteGame = GameType.PbsKids, Gender = Gender.Male. }, }; }. A question I got recently was how to manage Radio Buttons with bindings – in this instance, the sample code was trying to map a single value to a set of Radio Buttons based on an enumeration set. The original implementation was using a Value Converter to compare the “bound” value with the enumeration value expected for that radio button choice – if it was equal then the converter returned true, otherwise false. Mark's Blog of Random Thoughts - Friday, January 29, 2010 | -
| The Best from DevelopMentor | MORE | - SOS: finding the method bound to an EventHandler with WinDbg.
I was preparing a sample memory leak application for an Advanced C# class at Microsoft this past week and debugging through it with SOS.DLL ("Son of Strike"). My prepared application was an ASP.NET application that would leak memory by holding references to the page objects after they had completed their work. did this by having the page hook up an event handler to a global event and then never remove the handler. But as I said, this was a sample. So, I was debugging through it prior to the class just to make sure it exhibited the behavior I was looking for. load sos 0:000> !DumpHeap 000> !gcroot - Another reason for not using C# lock keyword
The C# keyword at first glance looks like a real god send…since lock( myLock ) { // Critical code } Generates an “exception proof acquisition and release of the monitor, saving you from having to write Monitor.Enter(myLock); try { // Critical code } finally { Monitor.Exit(myLock) } So here at DM we have preached for the last few years how evil the C# lock keyword is. This is mainly due to the fact that the process of acquiring the monitor will wait indefinitely for the monitor, Im not going into a load of detail about this here as enough has already been written on the subject. .NET Mutterings - Sunday, October 8, 2006 - The Mystery of Concurrent GC
tried putting a breakpoint at the end of the GC process and dumping that flag out when it was a Gen2 collection (the breakpoint itself stolen shamelessly from Maoni's MSDN article in November 2006 ): 0:000 > bp mscorwks!WKS::GCHeap::RestartEE There's been a discussion going on within DevelopMentor for a couple weeks regarding concurrent GC and when it really applies. This provides for more responsive UI applications at the expense of slower collections and a higher memory utilization. This is well known, and now well documented in various places. That's wrong!". dwo(mscorwks!WKS::GCHeap::GcCondemnedGeneration)==2). - Creating TFS Work Items programatically
One question I get a lot when teaching the VSTS course is "How can I move tasks or bugs from our existing system into TFS?". The answer is quite simple: write a program that utilizes the Team Systems Object Model. 10: class Program. 11: {. 12: static void Main( string [] args). 13: {. 14: TeamFoundationServer tfs = new TeamFoundationServer( "TFSServer" ); 15: WorkItemStore wis = (WorkItemStore) tfs.GetService( typeof (WorkItemStore)); 16: 17: Project teamProject = wis.Projects[0]; 18: foreach (WorkItemType wit in teamProject.WorkItemTypes). 23: {. 24: }. null ). 28: {. 39: }. 40: }. 41: }. - Platform type observations.
Recently someone informed me that the TAPI wrappers (ITAPI3 and ATAPI) do not appear to function properly on the Win64 platform. It throws an exception that says: "Could not load file or assembly 'ITapi3, Version=1.0.0.3, Culture=neutral, PublicKeyToken=36377d9f6f1f4883' or one of its dependencies. An attempt was made to load a program with an incorrect format.". Now, as most know,NET code compiles to an Intermediate Language (IL) which is a bytecode that is translated to the appropriate processor-specific instructions at runtime by the just-in-time (JIT) compiler. There are actually two 2.x - Compare and contrast: Terminal 5 and Wembley Stadium
” ( BBC, 21 February 2006 ) Well, Wembley is more than a few weeks late now. If you can get a copy of today’s FT do so, there is a full page on the Heathrow Terminal 5 project – you can read it online but you need a subscription. I’ve written about T5 before , and in truth there is little new in the FT piece that hasn’t been reported elsewhere. Still, it is good to have an update and know it is still on schedule to open at 4am on 30 March 2008. The thing that makes T5 so interesting is the approach taken by BAA (the owners of Heathrow) to the project. Allan Kelly's Blog - Tuesday, October 17, 2006 - SynchronizationContext assists layering
Having just got back from two weeks travelling I was confronted with the need that my oldest daughter needs to learn her times tables for a tester after half term. Being away a lot and the children having loads of after school clubs etc means we often find it hard to find the right moment to practice. So I decided to write an app to help test them on it…Ok so I’m sure there are tons of them out there…but you can’t beat a home grown solution ;-) Seriously there is a couple of areas I am focusing on at the moment, Ramping up for DM’s.NET architecture course. .NET Mutterings - Saturday, October 21, 2006
| | |