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

 

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

Mirrored Weblogs

  • Background Agents Overview for Windows Phone

    I’ve gathered some links and samples to allow anyone to get started quickly and easily with background agents and alarms/reminders on Windows Phone! Here are they are:   Background Agents Overview for Windows Phone How to: Implement Background Agents for Windows Phone Background Agent Best Practices for Windows Phone Unsupported APIs for Background Agents for Windows Phone Background Transfer Service in the "Tidy" application Adding Multitasking to Your Application http://www.jeffblankenburg.com/2011/11/25/31-days-of-mango-day-25-background-agents/ http://www.jeffblankenburg.com/2011/11/26/31-days-of-mango-day-26-background-file-transfer/ Skydrive folder with samples: https://skydrive.live.com/?sc=documents#cid=10E568ADBB498DC8&id=10E568ADBB498DC8%211668&sc=documents Διαβάστε περισσότερα »...
  • Dissemination vs Impact

    A nice quote from ClipFlair project’s (http://clipflair.net) internal mailing list (the formatting is mine for your convenience): …difference between Dissemination and Impact: Impact is the measure of dissemintation.   For example: - Organising a conference is dissemintation.  - Number of people attending the conference is impact. - Dissemination is how many e-mails you send.  - [...]...
    16-02-2012, 17:27 από George Birbilis @zoomicon στο George Birbilis' blog
    Δημοσίευση στην κατηγορία: , , , , ,
  • Moving to wordpress

    I had such a great time here (as a blogposter). I am moving to biboudis.wordpress.com (update your favorite RSS reader ). I always thought of blogging as a personal public notebook in which I can write some pieces for later reference. This list could be multiplied by 20, if I had taken some time every week to post various things that I liked, I wrote, I met, solved (or not). Some of my posts that I really went back to, at some point, to seek some information were the following. An Extensible WPF client layout with RibbonTab submenus using MEF CloseTabBehavior για TabItems σε Silverlight TabControl A note to self: Silverlight DataBinding awesomeness μέσα από Expression Blend, XAML και ... Silverlight animatable custom controls: quick ‘n’ dirty! [Μαθαίνοντας Design Patterns] Model – View – ViewModel Closures στη C# Πύργοι του Ανόι σε F# Εισαγωγή στα Expression Trees και στις δυναμικές μεθόδους (Visual Studio 2010)...
  • Moving to blogspot

    I had such a great time through this blog. I am moving to biboudis.wordpress.com http://biboudis.blogspot.gr/ (update your favorite RSS reader ). I always thought of blogging as a personal public notebook in which I can write some pieces for later reference. This list could be multiplied by 20, if I had taken some time every week to post various things that I liked, I wrote, I met, solved (or not). Some of my posts that I really went back to, at some point, to seek some information were the following. An Extensible WPF client layout with RibbonTab submenus using MEF CloseTabBehavior για TabItems σε Silverlight TabControl A note to self: Silverlight DataBinding awesomeness μέσα από Expression Blend, XAML και ... Silverlight animatable custom controls: quick ‘n’ dirty! [Μαθαίνοντας Design Patterns] Model – View – ViewModel Closures στη C# Πύργοι του Ανόι σε F# Εισαγωγή στα Expression Trees και στις δυναμικές μεθόδους (Visual Studio 2010) So update your RSS reader from this to my wordpress blogspot, always follow...
  • XNA and WP7–Simple Demos to get you started!

    Below you can find a series of simple demos that can give you a nice insight on the XNA’s power for WP7. All of them are original. Feel free to use them in your code as you wish. There is also a PowerPoint presentation about those demos but unfortunately it is only in Greek. So let the games begin!   The basics Demo1 Initializes the game and draws a simple image on the display Demo2 Sprite rotation and movement, Frame rate calculation, writing strings on the display, Demo3 Same as Demo2 but now Frame Rate calculator and bouncing sprite are implemented as game components leading to a more reusable and readable code. Now we can add more bouncing balls in an instant! Parameters are passed to game components through the use of game services Demo4 Multi-touch. Understanding where are the user’s fingers and what they do. A line is drawn and follows each finger that touches the display. The information is passed through game services to the components. Demo5 Gestures. Extending the previous demo to accelerate the...
    Δημοσίευση στην κατηγορία:
  • Κοινόχρηστο Ημερολόγιο (Group Calendar) με Microsoft Outlook ή Hotmail

    1) Δημιουργείς ένα Windows Live Group: http://explore.live.com/windows-live-groups-help-center Επιλέγοντας να εγκρίνεις ποιοι γράφονται (να μην μπαίνουν στο group αυτόματα) αν έχει τέτοια επιλογή.  Μπορείς μετά να στείλεις προσκλήσεις εγγραφής στο group μέσω e-mail. Στη συνέχεια φτιάχνουν Windows Live ID όσοι είναι να συμμετέχουν στο group για να βλέπουν το group calendar. Μπορούν να χρησιμοποιήσουν μια διεύθυνση [...]...
    09-02-2012, 15:35 από George Birbilis @zoomicon στο George Birbilis' blog
    Δημοσίευση στην κατηγορία: , , , , , , ,
  • Show me the Money! [Εκδήλωση για το Cloud]

    Ναι, αυτός ήταν ο τίτλος της πρόσφατης εκδήλωσης που έγινε στα υπό ανανέωση γραφεία της Microsoft Ελλάς με το Cloud. Όπως δηλώνει και ο τίτλος, το αντικείμενο είχε να κάνει με όλους τους τρόπους/μοντέλα επικερδούς επένδυσης...
    06-02-2012, 21:44 από bluemind στο bluemind
    Δημοσίευση στην κατηγορία: , , ,
  • HTML5 Client Storage. An introduction on the new cookies.

    Let’s talk about cookies. In fact let’s revisit cookies and see how we use them and what nightmares they bring along. Cookies are all about client storage. They are all about storing persistent information at client side. The syntax for creating/reading them is as follows. Imagine that we want to store client side the value 17 in a cookie named id. This is done by the following BLOCKED SCRIPT document.cookie=”id=17;expires=Mon,6 Feb 2012 12:00:00”; When we later want to read the value of the cookie named id we need to search within document.cookie for the string “id=” and fetch the value up to the next “;” character. Based on the previous definitions we may come up with three nice Javascript functions that make our lives a littler easier: Creating a cookie function SetCookie( name , value, expirationInDays) { var now = new Date (); var expire = new Date (); var newCookie = name + " = " + value; if (expirationInDays != null && expirationInDays != 0) { expire.setTime(now.getTime() + 3600000 * 24...
    Δημοσίευση στην κατηγορία:
  • Internet Explorer 9 and Windows 7 taskbar previews, a broken story

    Hello Microsoft, can you count? In the image above you can see the Windows 7 taskbar showing THREE (merged) icons/instances of Internet Explorer, although I only have ONE windows open (they seem to use multiple processes internally when you have many tabs, but why should the user care?). More importantly, in the popup shown when [...]...
    01-02-2012, 12:51 από George Birbilis @zoomicon στο George Birbilis' blog
    Δημοσίευση στην κατηγορία: , , , , ,
  • Can’t connect to Microsoft Connect

    Ahem, Microsoft Connect says I can’t Connect (sign-in) to it for the moment. The Microsoft bug reporting site probably came upon some bug itself? #LOL Tagged: Bugs, Feedback, Microsoft...
    01-02-2012, 12:46 από George Birbilis @zoomicon στο George Birbilis' blog
    Δημοσίευση στην κατηγορία: , , ,
  • Small Introduction to NuGet

    Not too long ago, Microsoft released, NuGet , an automated packagemanager for Visual Studio. NuGet makes it easy to download and installassemblies, and their references, into a Visual Studio project. Theseassemblies, which I loosely refer to as packages, are often open source, andinclude projects such as Nhibernate .In this post, I'll explain how to get started in using NuGet with your projectsto include: installng NuGet, installing/uninstalling Nhibernate via consolecommand, and installing/uninstalling Nhibernate via graphical reference menu. Installing NuGet The first step you'll need to take is to installNuGet. Visit the NuGet site, at http://nuget.org/ , click on the Install NuGet button,and download the NuGet.Tools.vsix installation file, shownbelow. Each browser is different (i.e. FireFox, Chrome, IE, etc),so you might see options to run right away, save to a location, or access to thefile through the browser's download manager. Regardless of how youreceive the NuGet installer, execute the downloaded NuGet.Tools.vsix...
    01-02-2012, 11:30 από Stories of Software Design στο Everyday's Software Design
    Δημοσίευση στην κατηγορία: , , ,
  • December news

    Although a bit outdated its better to publish it now than never. Your eXpand collaborations never stop, so it’s a shame to keep them secret from the rest of the community. Latest Collaborations Logic modules( AdditionalViewControlsProvider , MasterDetail , ConditionalDetailViews , ModelArtifact ) as well as ModelDifference , PivotChart were migrated to the new XAF security system. The new custom permissions are located under the Security.Improved namespace in each module. Out of the box support for support for CachedDataStoreService (see also http://goo.gl/BtYxw ) Minor bugs in MasterDetail, PivotChart, ExceptionHandling An eXpand based version of SecurityDemo solution added to our sources. AdditionalViewsControls now have better support for custom controls (see also http://goo.gl/SyvOz ) eXpand has build in support for Sequence objects and we make it possible to to use a custom one. In addition to the big list of runtime member types we added a new custom member type, which allows to specify an callback which...
    30-01-2012, 15:18 από A.Bekiaris's .Net / XAF Blog στο A. Bekiaris's Blog
    Δημοσίευση στην κατηγορία:
  • January news

    Friends asking me what are you doing man? I usually answer back: busy busy busy. They usually respond with a phrase like: Busy is good it means that you are doing great! Latest Collaborations Our MSI package now installs VS New Project Item templates and sources. (Thanks to Dima Janzen !) Several bugs due to improved Security system support SqlDBmapper now support different database schemas (see also http://goo.gl/qSj4B ) DomainComponent support for Logic Modules Bugs in the core modules (LinqCollectionSource,ChooseFromListCollectionEditor) ( http://goo.gl/dqMRG , http://goo.gl/q2SFE ) Middle Tier support for our new custom permissions for the improved security system ( http://goo.gl/k9Gh1 ) New module release: DBMapper   has the same functionality as SqlDbMapper however is based on the powerful XPO . Thus this module is capable of transforming into WorldCreator persistent classes the following list of databases: Access, Advantage , Adaptive Server Anywhere , Ase, DB2 , FireBird , FireBirdSql , SqlServerCe...
    30-01-2012, 15:08 από A.Bekiaris's .Net / XAF Blog στο A. Bekiaris's Blog
    Δημοσίευση στην κατηγορία:
  • Using WCF Data Services in WPF applications

    In this post I will provide you with hands-on examples on how to retrieve data from a WCF Data Service and bind the data to WPF data bindable controls that reside inside a WPF window.The client application in this case will be a WPF application again. ( read more )...
    29-01-2012, 22:01 από το μέλος nikolaosk στο Dot Net Rules
    Δημοσίευση στην κατηγορία: , , , , , ,
  • EU’s Horizon 2020 may include a cost model change to cover 100% of all direct costs, but limit the overhead rate to a flat 20%

    According to a poll at Framework Programme Sevent (FP7) group on LinkedIn, Horizon 2020 (http://ec.europa.eu/research/horizon2020) may include a cost model change to cover 100% of all direct costs, but limit the overhead rate to a flat 20%.   From my perspective this is a change for the better: • now some research organizations’ bureaucratic mechanisms [...]...
    26-01-2012, 17:18 από George Birbilis @zoomicon στο George Birbilis' blog
    Δημοσίευση στην κατηγορία: , , , , , , , , , , , , , , ,
  • Using WCF services in WPF applications

    In this post I will provide you with hands-on examples on how to retrieve data from a WCF service and bind the data to a WPF data bindable control that resides inside a WPF window. This is not going to be a post that will look into WCF Services in great detail. In the near future I will be writing posts on WCF.In a nutshell WCF provides a unified programming model for building service oriented applications. ( read more )...
    17-01-2012, 21:48 από το μέλος nikolaosk στο Dot Net Rules
  • Memory management in .Net

    taken from http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/learning-memory-management/memory-management-poster...
    17-01-2012, 19:03 από K# στο K#
    Δημοσίευση στην κατηγορία: ,
  • YouTube (Google) 502 error page

    Note the page title says “Error 502 (Server Error)!!1” Tagged: Error 502, Errors, Google, HTTP, Server, YouTube...
    14-01-2012, 00:53 από George Birbilis @zoomicon στο George Birbilis' blog
    Δημοσίευση στην κατηγορία: , , , , , ,
  • Εγκατάσταση του λογισμικού ΓΑΙΑ ΙΙ στα Windows Vista και Windows 7

    Όταν πρωτοκυκλοφόρησε το εκπαιδευτικό λογισμικό ΓΑΙΑ ΙΙ (το 2002) δεν υπήρχαν ακόμη τα Windows Vista και Windows 7, οπότε χρειάζεται μερικά παραπάνω βήματα από τα συνήθη η σωστή εγκατάσταση του. Πρόκειται για βήματα παρόμοια με αυτά που χρειάζονται για να εγκατασταθεί στα Windows Vista και Windows 7 το Αβάκιο / E-Slate μιας και αυτό χρησιμοποιήθηκε [...]...
    12-01-2012, 17:41 από George Birbilis @zoomicon στο George Birbilis' blog
    Δημοσίευση στην κατηγορία: , , , , ,
  • Mistyping Gmail.com URL lures you into a pay-per-message scheme

    A reader of my recent article on a page faking YouTube design to lure you into subscribing for a pay-per-message you receive scheme for mobile phones, told me that they came across a very similar one by typing wikipdia.org instead of Wikipedia.org. I noticed that also typing gmial.com instead of gmail.com takes one to exactly [...]...
    10-01-2012, 18:25 από George Birbilis @zoomicon στο George Birbilis' blog
    Δημοσίευση στην κατηγορία: , , , , , , , , , ,
  • Windows forms and WPF Interoperability

    In this post I will not be investigating at what some people call the “Windows single technology applications” which basically means that we build WinForms apps for the windows operating systems using only Windows Forms controls or alternatively build a windows WPF application using only the built-in or 3rd party WPF controls. ( read more )...
    09-01-2012, 13:56 από το μέλος nikolaosk στο Dot Net Rules
    Δημοσίευση στην κατηγορία: , ,
  • broken .LNK files assignment (or how to destroy and fix Windows 7)

    A friend just called me this morning that their notebook with Windows 7 Starter started today showing the same icon for every Start menu item and for shortcuts (e.g. on the desktop) and when trying to open them the same program would always try to open them. Seems he had right-clicked and done “Open With…” [...]...
    06-01-2012, 14:23 από George Birbilis @zoomicon στο George Birbilis' blog
    Δημοσίευση στην κατηγορία: , , , , , , , , , ,
  • Τέλος εποχής στο DPE της Microsoft Hellas

    Στα τέλη του προηγούμενου έτους μας ήρθαν αλλαγές στο τμήμα: ο εώς πρόσφατα διευθυντής, Patrick Malone, μετακόμισε στη διεύθυνση του M&O (Marketing & Operation) της Microsoft και τη θέση του θα αναλάβει η Ελένη Ραχανιώτου που προέρχεται από το...
    02-01-2012, 14:42 από bluemind στο bluemind
    Δημοσίευση στην κατηγορία: ,
  • Catching up

    A lot has been going on for the past couple of months that prevented me from keeping this blog up to date, so I feel it’s time to do some catching up and let you all in on some of the cool things that I’ve been involved with since my last post back in September. This is going to be an ongoing list that’s going to be updated as soon as posts get published, so stay tuned for updates.. September 2011 Build Windows Conference October 2011 ArabGames 2011 Info System November 2011 Annual Digital Dialogue Microsoft 2011 PaoBC Azure Deployment ITProDevConnections 2011 CloudCom International Conference Azure Presentation December 2011 AskADev intervew Three day Azure Workshop Azure Web Camp...
    31-12-2011, 20:28 από K# στο K#
    Δημοσίευση στην κατηγορία:
  • Enterprise Library Integration Pack for Windows Azure Announced

    One of the questions I always got when presented Windows Azure “..is there a way to auto scale our windows azure based services?” with the answer being that unfortunately one will have to build its own custom logic for that at least till Wasabi is released. Well the wait is over, the final release of the Enterprise Library Integration Pack for Windows Azure is now available, according to the blog post, “Announcing the Enterprise Library Integration Pack for Windows Azure with Autoscaling, Transient Fault Handling and more” , which posted last Friday to Microsoft Senior Program Manager Grigori Melnik’s “Thoughts on Agile Software Engineering and Beyond” blog. According to the blog post, this release includes a comprehensive set of technical content, including: Two new application blocks: Autoscaling Application Block (“Wasabi”) to help you to automatically scale both web and worker roles in Windows Azure by dynamically provisioning/decommissioning roles or throttling. Transient Fault Handling Application Block...
    31-12-2011, 18:17 από K# στο K#
    Δημοσίευση στην κατηγορία:
Περισσότερες Δημοσιεύσεις « Προηγούμενη - Επόμενη »
Με χρήση του Community Server (Commercial Edition), από την Telligent Systems