Business Performance - Increased

Recent Posts

Tags

Community

Email Notifications

Links

Archives

Ship your Product

“Everybody … has exactly the same job. They have exactly the same job description. And that is to ship products. Your job is not to write code. Your job is not to test. Your job is not to write specs. Your job is to ship products. That’s what a product development group does."
“When you wake up in the morning and you come in to work, you say, ‘What is the focus—are we trying to ship or are we trying to write code?’ The answer is, we are trying to ship. ”

Chris Peters, Microsoft program manager

February 2008 - Posts

Како да се справите со различните верзии на Workflow-а за еден процес
Кога дизајнирате некој процес, без разлика на технологијата во која го правите тоа, доаѓа момент кога процесот ќе се промени. Тогаш на „дневен ред“ доаѓа прашањето, како да го промените процесот, но старите веќе завршени инстанци од тој процес да можат... read more
Posted: Thu, Feb 28 2008 14:15 by darko | with 3 comment(s) |
Filed under:
WCF in both directions - Duplex Callbacks
A new interesting things (hmmm – maybe not so new) in WCF are client callbacks. Previously with WebServices we have AsyncResult callbacks, but now we have some newly added features. It’s a new WCF Duplex or DualBinding. When doing duplex communication... read more
Posted: Tue, Feb 26 2008 14:27 by darko | with no comments |
Filed under:
Managing Directory Services in a clean way
Many of .NET developers know hot to query a SQL database, to write a stored procedure and to insert some data into a table. But from my experience few of them really worked on querying and managing Active Directory store. From the beginning of the .NET... read more