Καλώς ορίσατε στο dotNETZone.gr - Σύνδεση | Εγγραφή | Βοήθεια
σε

 

Αρχική σελίδα Ιστολόγια Συζητήσεις Εκθέσεις Φωτογραφιών Αρχειοθήκες

Παρουσίαση με Ετικέτες

Όλες οι Ετικέτε... » WPF » .NET   (RSS)
  • Senior .NET/SQL Server Software Developer/Team Leader in Thessaloniki

    GLS Fund Services is a New York-based, client-focused, financial technology company with offices in Thessaloniki, and is currently looking for an experienced .NET/SQL Server Software Developer/Team Leader to assist with the development and support of a suite of high finance applications developed in the .NET platform.   Required ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος GLS Hellas στις Απριλίου 25, 2016
  • Difference between LocalizableAttribute and LocalizabilityAttribute in .NET

    I’ve just updated an older answer of mine at: https://social.msdn.microsoft.com/Forums/vstudio/en-US/716ef041-0a59-4c1d-9519-e14db4de7e75/localizability-vs-localizable-attributes-in-control-dev?forum=wpf In case you’re wondering too what’s the difference between Localizable and Localizability attributes in .NET, maybe this helps a bit: ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Νοεμβρίου 30, 2015
  • Managed .NET Speech API links

    (this is my answer at http://stackoverflow.com/questions/14771474/voice-recognition-in-windows) I’m looking into adding speech recognition to my fork of Hotspotizer Kinect-based app (http://github.com/birbilis/hotspotizer) After some search I see you can’t markup the actionable UI elements with related speech commands in order to ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Αυγούστου 24, 2015
  • 3ο dotNETZone.gr Community Event – Θεσσαλονίκη

    Φίλες και φίλοι ,το dotNETZone.gr σας προσκαλεί στη 2η συνάντηση που θα γίνει στις  26 Σεπτεμβρίου 2014 στις 19:00 στο coho (Ναπ. Ζέρβα10,54640 Θεσσαλονίκη http://www.coho.gr/)  που μας παραχωρεί τον χώρο. Τα θέματα των παρουσιάσεων είναι: Πως να αναπτύξουμε Responsive UI ASP.NET applications με το BootstrapΠώς ...
    Δημοσιεύτηκε στο Ειδήσεις του dotNETZone.gr (Forum) από το μέλος eliasm στις Σεπτεμβρίου 23, 2014
  • .NET and C# Developer for Dot by Dot

    Dot by Dot is seeking to employ an all around developer with at least 2 years of professional experience in .NET and C# application development (web and\or desktop) for a full time job in Athens. Key Responsibilities: Analyzing, designing, developing & supporting innovative solutions (backend engines /frontend user ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος Vivi Antoniou στις Σεπτεμβρίου 15, 2014
  • A simple way to detect memory leaks in C# and how to create one with events :)

    In this post we will see a simple code fragment that can be used to detect memory leaks (more specific objects that are not cleaned by the garbage collector) and we will do it in the context of an interesting memory leak that can be created when using event delegates. The memory leak with event delegates Suppose you have an application in WPF ...
    Δημοσιεύτηκε στο C# and .NET Tips and Tricks (Weblog) από το μέλος iwannis στις Μαΐου 26, 2013
  • HowTo: Scale control arround its center using a render transform

    In the context of ClipFlair development, I was recently adding independent scaling (zooming) functionality to its ZUI container’s floating windows (apart from the container zooming functionality) and came across some strange behavior, where the windows seemed to also move apart from getting scaled. After banging my head a bit I decided to take a ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Αυγούστου 15, 2012
  • HowTo: Bind to a DataContext property named Source in XAML

    While refactoring ClipFlair code to use MVVM (Model-View-ViewModel) pattern, I came across the XAML error “Object reference not set to an instance of an object.”, shown in Visual Studio when trying to bind to my ViewModel (accessed implicitly, being set as the DataContext of the XAML control) for a property named Source. I have settled [...]
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Αυγούστου 14, 2012
  • Gotcha: Silverlight DependencyProperty metadata: 0d not 0 for double

    Just came accross a runtime error message that troubled me a bit to resolve while adding Prezi-like content scaling functionality in ClipFlair‘s FloatingWindowHostZUI (ZUI = Zoomable User Interface) container. I had added the following: /// Identifies the <see cref="FloatingWindow.Scale" /> dependency property. /// ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Αυγούστου 9, 2012
  • How to space StackPanel items in XAML (has no Padding property)

    While adding some properties to the back panels of ClipFlair windows, I came upon the issue of how to space items in a StackPanel. A Padding property is missing from multiple item containers (only single content controls have such), but a nice solution is described at: ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Ιουλίου 11, 2012
  • Collection of useful links for .NET, Silverlight, WPF etc. development

    During the development of ClipFlair (currently at Alpha1-internal version), I’ve been doing lots of research, hunting for information (documentation, related discussion threads, useful download links) needed when writing and refactoring source code etc. I have tried to organize these links as (Windows) Internet shortcut files into folders. They do ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Ιουλίου 5, 2012
  • How to compile code that uses WPF Decorator type in Silverlight

    At ClipFlair I’m using a modified version of FloatingWindow control, where I try to make the WPF and Silverlight flavours of the original control share as much code as possible (this is work in progress currently, hoping to eventually have the WPF and Silverlight projects both link to the same source files [this is currently [...]
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Ιουλίου 4, 2012
  • What to do if Generic.xaml doesn’t get loaded for WPF control

    Just came across http://wangmo.wordpress.com/2007/09/27/themesgenericxaml/ which gave me a hint on why a WPF control wasn’t getting instantiated correctly when loaded from an external assembly (dll): to load generic.xaml for WPF, at the start of Properties\AssemblyInfo.cs you need (note this isn’t used/needed in Silverlight): using System.Windows; ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Ιουνίου 10, 2012
  • workaround: Silverlight Rect class missing ‘bool Contains(Rect)’ method

    I’ve been looking into porting Kael Rowan’s ZoomableCanvas (related to ZUI code used in Code Canvas, Debugger Canvas etc. VisualStudio add-ons) from WPF to Silverlight. One of the issues I found was that Silverlight’s Rect class (I guess this is a case for .NET Compact Framework in general) doesn’t have a method to check if [...]
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Απριλίου 29, 2012
  • Το Surface 2 διαθέσιμο και στην Ελλάδα!

    Είναι γεγονός! Επιτέλους θα πωλείται κανονικά και στη χώρα μας.. και ...
    Δημοσιεύτηκε στο bluemind (Weblog) από το μέλος dimitrik στις Ιουλίου 28, 2011
  • NHibernate, PropertyChanged event and WPF

    A typical implementation of an entity that supports the INotifyPropertyChanged interface for WPF Binding is for example as follows: public class Detail:INotifyPropertyChanged {     private long _iD;     public virtual long ID     {         get { return ...
    Δημοσιεύτηκε στο C# and .NET Tips and Tricks (Weblog) από το μέλος iwannis στις Αυγούστου 28, 2009
  • Timers in WPF

    There are times when you need a  task to execute periodically. There are two ways of achieving this: Use the System.Windows.Threading.DispatcherTimer Use the System.Threading.Timer Say now that you want to implement a class the executes DoSomething() periodically and also informs through a delegate to whoever listens ...
    Δημοσιεύτηκε στο C# and .NET Tips and Tricks (Weblog) από το μέλος iwannis στις Ιουλίου 31, 2009
Με χρήση του Community Server (Commercial Edition), από την Telligent Systems