... It's still recommended for TFS that you create a branch for each release though. The label lets you mark a particular state in a branch, but if you need to...
22508
Charlie Poole
cpoole98370
Aug 2, 2009 10:55 pm
An approach sometimes used is to just use the label and branch from it when you need to fix a bug on that release. Charlie...
22509
zpyoung4
Aug 3, 2009 2:18 am
Topic Jeremy Miller will be talking about Screen Activation Lifecycle. On his blog he posted the following about the talk: I will be presenting some...
22510
Jamie Fraser
the_dpp
Aug 3, 2009 2:06 pm
I have a requirement to generate some PDFs (just doing some prototyping just now) of a payslip. I imagine I'll have a background image which is the actual...
22511
Gareth Down
garethdown44
Aug 3, 2009 2:10 pm
Hi Jamie This might work for you: http://www.fourpdf.com Gareth ... From: altdotnet@yahoogroups.com [mailto:altdotnet@yahoogroups.com] On Behalf Of Jamie...
22512
Steve Mason
smason1982
Aug 3, 2009 2:15 pm
We've used iTextSharp before (http://itextsharp.sourceforge.net/) with success. It has quite a powerful built-in xml-based templating language. We basically...
22513
Jesper De Temmerman
jesper.detem...
Aug 3, 2009 2:17 pm
I've some good experience with iTextSharp . I found it to be a bit complex and somewhat daunting to start out with, but once you get used to that after you...
22514
Alain Gaeremynck
garem.geo
Aug 3, 2009 2:17 pm
i've used this(http://itextsharp.sourceforge.net/) in the past to programaticaly generate PDF. It has a rich set of feature and works well!...
22515
Bill Barry
after_fallout
Aug 3, 2009 2:28 pm
We use 3 different tools for pdf generation: 1. AbcPDF - We only used up to version 5, but it worked. The way we did it was we had an html page which displayed...
22516
blackbird939
Aug 3, 2009 6:17 pm
Simple design question. Complicated BLL with lots of rules and state changes. Setup/tech stack: Asp.Net(web forms)/nHibernate/Oracle. Not my favorite, but it...
22517
chrisholmesonline
chrisholmeso...
Aug 3, 2009 7:08 pm
... The question I'd ask is: Is order of operations important? Because if not, I'd probably use some kind of pub-sub design. This way you could add as many...
22518
blackbird939
Aug 3, 2009 7:26 pm
... Yes, mostly. There are things which must happen at the 'end' so to speak. So I'd say yes, order matters. Which is why I agree with you that WF might be the...
22519
Greg Young
gumboismadeo...
Aug 3, 2009 7:48 pm
Events + State machines will be far better. Go download nservicebus and use its saga support out of the box for this! Cheers, Greg ... -- Les erreurs de...
22520
Michael D. Brown
mbrebrown
Aug 3, 2009 7:48 pm
Is your desire not to use WF due to an aversion to WF? There's another workflow/rules engine framework (name escapes me here) that others have quoted as being...
22521
blackbird939
Aug 3, 2009 7:57 pm
... Not MY aversion. :) I am a consultant and was not permitted to drive design in the beginning. :( WF is fine by me, FWIW. My situation now is that v 1.0 of...
22522
Michael D. Brown
mbrebrown
Aug 3, 2009 8:30 pm
That's the one I was thinking of, nServiceBus. From: altdotnet@yahoogroups.com [mailto:altdotnet@yahoogroups.com] On Behalf Of Greg Young Sent: Monday, August...
22523
Andy Hitchman
andyhitchman...
Aug 3, 2009 9:45 pm
+1 for Spark + iTextSharp...
22524
Cristian Prieto
kementeus
Aug 4, 2009 4:17 am
I've been playing with WF for a few weeks, and something I've been reading in this list is the feeling against WF in general, I am a little curious, why is...
22525
Hendry Luk
hendrypa
Aug 4, 2009 5:35 am
I'm not sure this is the right reason to switch to state-machine or WF, if the intention is merely to refactor a large method to promote SRP. State-machine...
22526
Mohamed Meligy
mohamed.meligy
Aug 4, 2009 5:47 am
+1 for Spark + iTextSharp I didn't want to get into the XML syntax details, so, I created some HTML as a spark template, in the runtime I apply the template...
22527
Hendry Luk
hendrypa
Aug 4, 2009 5:55 am
I personally dislike the idea of graphical DSL. It's counter productive. Too much mouse yoga. It's so pretty for marketting, but it's a terrible way for ...
22528
Michael D. Brown
mbrebrown
Aug 4, 2009 6:04 am
My primary reason for avoiding WF at this point in time is that WF in .Net 4.0 is a massive overhaul. So much so that there is an interop layer for running WF...
22529
Cristian Prieto
kementeus
Aug 4, 2009 7:50 am
But if a graphical DSL is a ugly idea could you explain me how to make the user to create/interact/modify its own workflow/dsl/logic without the needing to...
22530
James Gregory
hypnodyno
Aug 4, 2009 7:59 am
Allowing your users to modify the workflow is a hornets nest. If you're completely sure you know what you're doing, great, otherwise beware. *Customer: *We...
22531
Sidar Ok
oksidar
Aug 4, 2009 8:05 am
And even a lot of time, you don't need either a state machine nor a workflow. ... -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok And even a...
22532
Kennedy, Noel
noelkennedy2003
Aug 4, 2009 9:30 am
I can't stress enough that you should stay away from Reporting Services for printing. The main problems we have had are : Permissions - the client side report...
22533
alberto
alberto.biko
Aug 4, 2009 9:44 am
WYSIWTF ... WYSIWTF On Tue, Aug 4, 2009 at 11:29 AM, Kennedy, Noel < nkennedy@... > wrote: I can't stress enough that you should stay away from Reporting...
22534
Jamie Fraser
the_dpp
Aug 4, 2009 11:34 am
Thanks for all the replies everyone - iTextSharp looks quite promising :)...
22535
Simone Busoli
simone.busoli
Aug 4, 2009 11:46 am
I've found the time to look into OpenRasta source code recently, and I think it's an impressive piece of work.By far the best web framework I've seen so far in...
22536
Dotan N.
ndotan
Aug 4, 2009 11:58 am
interested to hear about the best parts..? thanks...