|
|
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.
|
2 Articles match "2006"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Biztalk Server (accelerated format)
Architecture Orchestrations XML and XML Schemas in BizTalk Using the Orchestration Designer Writing XSLTs with BizTalk Maps Creating and Managing Ports Adapters and Pipelines Custom Adapters and Pipelines Using Web Services in BizTalk Health Monitoring Security Automation Business Rules Engine Correlation and Convoys Transactions Debugging Strategies New Adapters in 2006 New Administration and Deployment Features BAM Essential BizTalk Server teaches best practices in BizTalk applications: set up, configuration, development, deployment, tracking, and administration.
DevelopMentor Courses
- Friday, June 12, 2009
Essential BizTalk Server
Architecture Orchestrations XML and XML Schemas in BizTalk Using the Orchestration Designer Writing XSLTs with BizTalk Maps Creating and Managing Ports Adapters and Pipelines Custom Adapters and Pipelines Using Web Services in BizTalk Health Monitoring Security Automation Business Rules Engine Correlation and Convoys Transactions Debugging Strategies New Adapters in 2006 New Administration and Deployment Features BAM Essential BizTalk Server teaches best practices in BizTalk applications: set up, configuration, development, deployment, tracking, and administration.
DevelopMentor Courses
- Friday, June 12, 2009
|
172 Articles match "2006"
|
The Latest from DevelopMentor
|
MORE
|
|
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
How many people are doing Agile?
In late 2006 Gartner issued a report (“ Agile Development: Fact or Fiction ”) which estimated less than 5% of development groups were doing Agile. The BIG question came up the other week during my presentation to HP: “How many organizations are doing Agile?” As I said at the time: Thats the $64,000 question - or perhaps in todays money, $64,000,000,000. Of course, it depends a lot on how you even define “Agile”. Sure if your following everything Kent Beck says in the XP books your probably Agile. Within organizations Agile exists in some places and not in others. Monster.co.uk and 13.5%.
Allan Kelly's Blog
- Tuesday, May 12, 2009
ACCU confernece: The Future of C++
But then, at the conference and without promoting from me, Andrew Holmes said he didn’t think anyone would learn C++ after 2006 so maybe I’m not completely wrong. As you might expect from the ACCU conference there was plenty of C++. But the language was far from the only one in town - there were at least 8 others. This year most of the C++ sessions looked at the forthcoming C++ 200x standard. It now looks unlikely that this will be completed this year so we might want to rename is C++ 201x. As to exactly when, well, your guess is better than mind. Not officially but by defacto.
Allan Kelly's Blog
- Monday, April 27, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
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
-
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: }.
-
BizTalk Server 2006 RTM
BizTalk Server 2006 has gone RTM. The wait has been long and difficult, but it is here. right now! For universal subscribers. the waiting for 2008 starts ;).
XML from the Coffee Shop
- Tuesday, March 28, 2006
-
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
-
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
-
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).
-
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
|
|
|