Your browser is outdated!

To ensure you have the best experience and security possible, update your browser. Update now

×

Daniel Judele

Software Developer

Daniel Judele
39 years old
Driving License
Iasi Romania
Professional Status
Employed
Available
About Me
I’m a software engineer with fourteen years of experience in the IT field.
I am an enthusiastic, honest, self-motivated, organized and a reliable person.
I have a proactive behavior and I invest my energy, passion and my experience to get things done.
Resume created on DoYouBuzz
Daniel Judele's Blog danieljudele.wordpress.com
How to: Get all fields from Team Foundation Server (TFS)
03 May 2017
Sometimes it’s necessary to get more details about a core field or custom field. For instance if you are building a tool to export data from Team Foundation Server (TFS) you need to know at least the name of the field. When you are working with a custom field it’s even harder to get the […]
How to: Delete large folders on Windows
27 Apr 2017
Sometimes it’s necessary to delete folders with many files, for example folders with a lot of sub folders and more than 100.000 files in total. The easy way to delete files and folders in Windows is via Windows Explorer (File Explorer) with DELETE or SHIFT+DELETE. In our case this operation will take more time and consume more resources. A […]
C# checked and unchecked keywords
15 Mar 2017
The checked and unchecked are primary operators in C# and are used to control the overflow checking context for integral-type arithmetic operations and conversions. In a checked context, arithmetic overflow raises an exception. In an unchecked context, arithmetic overflow is ignored and the result is truncated. If checked or unchecked is not specified, the default context depends on external […]
How to load Service Bus for Windows Server module in PowerShell
04 Nov 2016
Introduction In this article I will show you how to load the Service Bus PowerShell module to be able to use the commands available in a separate PowerShell script. Background Service Bus for Windows server is a set of components that provides capabilities of Microsoft Azure Service Bus on Windows. The last version at the […]