Friday, August 31, 2007

.NET Developer must have: Reflector...and WinMerge

Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. it allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic which is much better than the object browser than comes with VS 2005.

another software i am not sure i should say..cos i think most developer should know this...but there might be some "exceptions"...therefore i need to "try Catch" them.hehe...its WinMerge, an Open Source visual text file differencing and merging tool for Win32 platforms. It is highly useful for determing what has changed between project versions, and then merging changes between versions. this tool is extremely usefull in conditions whereby resources such as SourceSafe is absent. (which i did everyday, since projects normal dont work alone)

http://winmerge.org/

WF, WorkFlow Foundation vs PageFlow (WCSF)

Workflow(WF) is something i would say love & hate, i love it due to the fact that it really changes the way we think of programming, It’s a model that gives a clear separation between what to
do and when to do it. This separation allows you to change the "when" without affecting the "what". Work flows generally use a declarative programming model rather than a procedural one.

i personally prefer to use pageflow that comes with WCSF which is much simpler to implement(in my point of view) however pageflow is only be use for web applications to control their application flows. workflow is more flexible in that sense. However, if i were to write some console/background services, i would probably make full of workflow next time:)
http://www.codeplex.com/websf
btw, one gd thing about wcsf's pageflow is that i already had the builtin pageflow consistency which you have to built urself in WF.

this developer walkthough of WF is not bad take a look:
http://yakevin.spaces.live.com/blog/cns!187876911A2906F6!436.entry

however i think as of VS2005, i think the only downpoint of using workflow is the stability issue of workflow-designer, which occasionally crashes. hope mr.microsoft could fix these bug in the VS2008

Subscribe Now: