List network connections on a remote windows workstation

There is a simple way to see network connections on a windows workstation, no extra software is needed to install on the remote machine. You can use a PsExec tool from SysInternals to exec a command line on the remote workstation and the use a standard windows utility netstat. If …

Value Exception info as it was Gold

Everybody who is programming professionally knows that Exceptions carry information that can save you a lot of trouble, beginners and lamers ignore that simple fact. Counter productive exception hiding or re-throwing original exception while clearing the stack is very, very frustrating.

Za co wynagradzać/premiować testerów?

Wczoraj byłem na cyklicznym spotkaniu Stowarzyszenia Jakości Systemów Informatycznych (SJSI) dotyczącym zasad wynagradzania testerów, spotkanie prowadził Jan Sabak. Spotkanie miało charakter dyskusji, wymiany doświadczeń i pomysłów. Przedstawiono kilka różnych podejść do tematu, niestety każde z nich miało takie czy inne wady. Wniosek był taki że do pytania „za co?” trzeba …

Logging into a W2K3 domain taking forever?

… and the one thing you did is install latest security updates for Windows 2003 Server? WTF?! Someone did forget to mention you that one of the tcp ports used while Active Directory user is logging in have changed from 1025 to 1026 🙁 . Hey MS people! There should …

Co robi informatyk? Siedzi i czeka.

Załóżmy że praca twoich pracowników pasuje do poniższej definicji informatyka: <0utsideR> pracuje tam jako informatyk <Tomek> czyli dokladnie co robisz? <0utsideR> glownie to patrze na pasek postępu… Czy nie warto wywalić więcej kasy na lepszy sprzęt tylko po to by skrócić czas bezczynności pracowników? Pomyślcie ile kosztuje godzina pracy waszego …

How to format each GridView row based on data-item

Every now and then, someone requests that a html table with should somehow be customised based on data shown, for eg. each row should have different background color for each „Status” column in data-item. In my knowledge there is no easy way of doing it declarative in ASP.NET using standard …

Back to Top