papadi

Stories submitted by papadi

Progress Indication while Uploading/Downloading File using WCF(codeproject.com)

submitted by papadipapadi(310) 4 years, 8 months ago

This article examines the implementation of upload and download functionality with progress indication (progress bar feature) using the Windows Communication Foundation. read more...

add a comment |category: |Views: 413

tags: another

Getting started with Windows Communication Foundation(papadi.gr)

submitted by papadipapadi(310) 4 years, 11 months ago

Yesterday, I presented WCF in the 8th dotNETZone.gr event, in Microsoft Hellas building in Athens. Here is a list of resources that may help you get started with Windows Communication Foundation. read more...

add a comment |category: |Views: 4

tags: another

IndexedDictionary. Access a dictionary using item index(papadi.gr)

submitted by papadipapadi(310) 5 years, 2 months ago

.NET Dictionary object can hold a collection of keys and values. It allows you to iterate through these values using enumeration and you can also retrieve a value by using it's associated key. But what if you want to create a collection of items and access them both using their associated key or numeric index in the collection? I created a VB.NET class that I named IndexedDictionary that does exactly that. The class implements the generic IDictionary interface. Internally it contains an instance of a generic dicrtionary and also an instance of a List which holds the numeric position of each element in the dictionary. read more...

add a comment |category: |Views: 182

tags: another

Free, composite, translation friendly resource editor for .NET(papadi.gr)

submitted by papadipapadi(310) 5 years, 2 months ago

* Translate values side by side (just like the old time classic VB6 resource editor) * Lock specific strings so that translator does not translate them * Ensure correct translation of strings with placeholders {0} {1} ... * View resource strings in tree form * Translate resources without Visual Studio IDE * Search inside resource files while translating read more...

add a comment |category: |Views: 19

tags: another

Visual C++ 2005 Keyboard Shortcut Reference Poster(microsoft.com)

submitted by papadipapadi(310) 5 years, 3 months ago

This poster contains the default keybindings for Visual C++ 2005, and is available as a PDF download in either color or grayscale for you to print. read more...

add a comment |category: |Views: 13

tags: another

Visual C# 2005 Keyboard Shortcut Reference Poster(microsoft.com)

submitted by papadipapadi(310) 5 years, 3 months ago

This poster contains the default keybindings for Visual C# 2005, and is available as a PDF download in either color or grayscale for you to print. read more...

add a comment |category: |Views: 41

tags: another

Visual Basic 2005 Keyboard Shortcut Reference Poster(microsoft.com)

submitted by papadipapadi(310) 5 years, 3 months ago

This poster contains the default key bindings for Visual Basic 2005, and is available as a PDF download in either color or grayscale for you to print. read more...

add a comment |category: |Views: 12

tags: another

ASP.NET How To Collection(blogs.msdn.com)

submitted by papadipapadi(310) 5 years, 4 months ago

A great list of How-To articles and videos regarding almost every aspect of ASP.NET development read more...

1 comment |category: |Views: 0

tags: another

A Robot in Every Home, by Bill Gates(sciam.com)

submitted by papadipapadi(310) 5 years, 4 months ago

The leader of the PC revolution predicts that the next hot field will be robotics read more...

add a comment |category: |Views: 5

tags: another

Write dataset contents directly to zip file(papadi.gr)

submitted by papadipapadi(310) 5 years, 4 months ago

This article shows how to write the contents of a dataset (Dataset.WriteXML) directly into a zip file, without creating any temporary file first. read more...

add a comment |category: |Views: 12

tags: another