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

 

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

Πρόσφατες Δημοσιεύσεις

  • Low bandwidth view in MSDN! Cool!

    I just noticed a new (?) cool feature in MSDN library today! There is a link on top of each page to switch in low bandwidth view. The result is a more simple, lighter page. This lighter page seems more clear also! Check it out. High Bandwidth Low Bandwidth Διαβάστε περισσότερα »...
    22-07-2009, 18:30 από papadi.gr Development Blog στο papadi DevBlog
  • Software architects are like condoms

    Το παραπάνω το βρήκα εδώ . :D Διαβάστε περισσότερα »...
    21-07-2009, 17:05 από George Chatzimanolis Blog στο George Chatzimanolis Blog
    Δημοσίευση στην κατηγορία:
  • July CTP of Windows Azure SDK Released

    Κυκλοφόρησαν οι νέες εκδόσεις των Windows Azure SDK (July 2009) και Windows Azure Tools for Visual Studio. Οι αλλαγές που υπάρχουν και όπως αναφέρονται στο Windows Azure Blog είναι οι εξής: Windows Azure SDK The Windows Azure SDK supports developing and deploying services containing multiple web and worker roles. A service must include Διαβάστε περισσότερα »...
    21-07-2009, 16:22 από George Chatzimanolis Blog στο George Chatzimanolis Blog
    Δημοσίευση στην κατηγορία: , ,
  • Keyboard Fetish

    I am in nirvana... I am in an ecstasy... I have walked the path of no return... Finally, after all my computing years, my never ending quest for Promised Land has come to an end. I have solved my most... Διαβάστε περισσότερα »...
    Δημοσίευση στην κατηγορία:
  • How to download eXpand source code from google subversion

    After some requests I am going to give any info required to get eXpand’s source code from Google code. First you are going to need a Subversion Client. I am using the free  TortoiseSVN client on both 32 and 64bit environments without any problems. In fact it is very easy to use . After you install it just right click inside any directory in your windows explorer and you are going to see some more entries on the popup menu for getting a read-only copy of expand click on the SVN Checkout menu entry and paste http ://expandframework.googlecode.com/svn/trunk/ on the popup window and you are going to have all the source code to your disk. Contributing your code. For those that never use an svn client before I suggest to download and use up to trial end (or you Διαβάστε περισσότερα »...
    21-07-2009, 05:38 από A.Bekiaris's Blog στο A. Bekiaris's Blog
    Δημοσίευση στην κατηγορία: ,
  • Talking of rubbish (and recycling)

    Here’s an interesting note found at some product packaging accompanying leaflet: The symbol of the “rubbish bin on wheels, barred with a a black bar shown under the bin” indicates that this equipment has been put on sale after 13th August 2005 , and must be recycled. Διαβάστε περισσότερα »...
    Δημοσίευση στην κατηγορία:
  • Configurable low level datastore filtering provider module for Xaf

    This one is hard to explain so I would start with one scenario that can be implemented with ease. You have a request to create a windows form application that the data should be filtered according to the active skin, also the request says that Customers should be shared through skins. Another request for the same project is application data to be filtered according to the active user but customers to be shared across all users For such scenarios that are: Filter data at a low level so any logic above this level to still function (see validation rules) I have develop FilterDataStore module and I am going to release it as part of eXpand 0.0.0.7 To configure the module one have to add a filter provider at its application configuration file (see A practical guide Διαβάστε περισσότερα »...
    20-07-2009, 00:30 από A.Bekiaris's Blog στο A. Bekiaris's Blog
    Δημοσίευση στην κατηγορία: , ,
  • DxCore plugins for Xaf are moving

    I am realizing a new version of eXpand (0.0.0.7) that will contain a configurable low level datastore filtering provider module and I am going to merge Coderush plugins into it as well. You have to download latest version of eXpand from http://code.google.com/p/expandframework/downloads/list and add only the following assemblies into your community folder if you are not interested in eXpand  DevExpress.ExpressApp.ModelEditor.v9.1 eXpand.Utils Wintellect.Threading eXpandAddIns Διαβάστε περισσότερα »...
    19-07-2009, 23:36 από A.Bekiaris's Blog στο A. Bekiaris's Blog
    Δημοσίευση στην κατηγορία: , , , , ,
  • Microsoft Press E-Reference Libraries discount offer

    Here’s a valuable learning offer from Microsoft Press newsletter: 25 Percent Discount on Microsoft Press E-Reference Libraries The Microsoft Press E-Reference Libraries are a premium online collection of Microsoft Press books, along with a powerful search tool to quickly find the answer, code snippet, or troubleshooting tip that you need. Customize your library with your own bookmarks Διαβάστε περισσότερα »...
  • Download Free Sample Chapters of Windows 7 for Developers

    This upcoming book explores creating new user experiences and applications by using new innovative features such as multi-touch gesture support, graphics and video enhancements, the Ribbon intuitive user interface, and federated search. Download these sample chapters to get a head start....
    14-07-2009, 22:33 από το μέλος Antonios Chatzipavlis στο Rocking with Knowledge for .NET programming
  • Runtime distribution of model changes to a group of users

    I am going to demonstrate one more application scenario using eXpand and DictionaryDifferenceStore module. We are going to create to roles (hrempolyers , courierempoyers) and we are going to assign a difference Cutomer listview to each one of them Listview for HR people will see customers grouped by their birthday and listview for courier grouped by their address For both roles the navigation menu will contain the default User button that was provided by xaf . see how to setup DictionaryDifferenceStore module In the next video I have already created 2 extra Roles HRRole with Hr1, Hr2 Users CourRole with Cour1, Cour1 Users inside The above video was recorded with eXpand v0.0.0.6 http://code.google.com/p/expandframework/downloads/list Technorati Tags: eXpand , Διαβάστε περισσότερα »...
    14-07-2009, 00:15 από A.Bekiaris's Blog στο A. Bekiaris's Blog
    Δημοσίευση στην κατηγορία: , , ,
  • Finally! Edit and Continue in x64!

    To x64 or not to x64? One thing that was troubling me answering this question was the lack of 'Edit and Continue' feature when Visual Studio works under x64 (64 bit) operating system. Yes, yes. Some people will argue that this is not a big deal, since 'Edit and Continue' is just a nice to have feature and not that usefull. I will tell you something. Most of the times these people are web developers that never had the chance to use it, since it was never available when developing on ASP.NET. Good news! Edit and Διαβάστε περισσότερα »...
    12-07-2009, 20:52 από papadi.gr Development Blog στο papadi DevBlog
  • Eye On Earth - Water Watch (from EU’s EEA)

    EEA has produced a useful interactive map of water quality called Eye on Earth – Water Watch with the nice feature of user comments / voting on river or sea beaches’ quality. They use Virtual Earth technology, now called Bing Maps as it seems, since Microsoft has integrated it into the Bing search engine (for more apps using this technology see the Bing Maps Gallery ). Here are the Διαβάστε περισσότερα »...
    Δημοσίευση στην κατηγορία:
  • Infinite zoom-in photograph by National Geographic Magazine

    Infinite photograph is a very cool Flash application by National Geographic Magazine . It shows nature photographs and when you zoom-in, each pixel of the photo is another nature photo. When you eventually zoom-in to one of those photos and then zoom a bit more you see that photo’s pixels are also made of other nature photos and so on (that’s why they call it infinite). Reminds a bit Διαβάστε περισσότερα »...
  • Generate runtime members -- eXpand

      Today I am going to saw you how easy is the Generation of runtime members. eXpand provides a controller that extends model schema and allow runtime generation of members without writing even 1 line of code ( Xaf power to the people!!!) For doing this You have to use a combination of features from eXpand.DictionaryDifference.dll && eXpand.ExpessApp.Win.dll This generation is doable due to the fact that we have use use DictionaryDifference module to store the model in the database, and since there is a clear distinguish between user model and application model, we can have use dictionarydifference UI to set the Model editor attribute that does that expansion, which is the IsRuntimeMember attribute defined at eXpand.ExpressApp.SystemModule.AddRuntimeFieldsFromModelToXPDictionary Διαβάστε περισσότερα »...
    10-07-2009, 14:12 από A.Bekiaris's Blog στο A. Bekiaris's Blog
    Δημοσίευση στην κατηγορία: , , , ,
  • Real World FrameWork (eXpand)– First release

    Refactoring was too time consuming cause I had to work with all modules together and they are almost 40 of them. Because I want to focus only at the modules that we are going to release at first alpha version I am going to talk only about those. eXpand as I already said has almost the same architecture as Xaf .The number of project we are going to released are 11. eXpand.Utils That project is holding reusable classes that can be used through other modules. Also dynamic Linq library is hosted here eXpand. Xpo CustomCollections, ConnectionProviders, ValueConverter, FunctionOperators, CustomXPObjects, TypeConverters, Attributes that are specific to Xpo are hosted here. eXpand.BaseImpl Is the same as ExpressApp.BaseImpl and is holding base implementations of Persistent Διαβάστε περισσότερα »...
    08-07-2009, 04:01 από A.Bekiaris's Blog στο A. Bekiaris's Blog
    Δημοσίευση στην κατηγορία: , , , , ,
  • Ban software patents from EU

    Διαβάστε περισσότερα »...
  • Vision Research – Illusions Demos by Arthur Shapiro

    If you like optical illusions you should definitely checkout Arthur Shapiro’s website on vision research. There are many Flash demos there showing amazing optical illusions and allowing one to play with various parameters to alter and explore those effects. I especially liked the “Swimmers Eels” demos shown at the bottom and the phrase “Research generated phenomena, not phenomena generated Διαβάστε περισσότερα »...
  • Chess, anyone?

    Χρόνος : Χίλια-εννιακόσια-ογδόντα-κάτι. Τόπος : Πειραιάς, στο μοναδικό τότε μαγαζί μιας μετέπειτα μεγάλης αλυσίδας λιανικής πώλησης Η/Υ και περιφερειακών. Πρόσωπα : εκείνοι κι εγώ. Ρόλοι : εκείνοι ήταν επίδοξοι πελάτες κι εγώ ήμουν της προσκολλήσεως. Επεξήγηση : την εποχή εκείνη, ελλείψει επαγγελματιών στο χώρο των μικροϋπολογιστών, κυριαρχούσαν οι χομπίστες. Όχι πως δεν υπήρχαν επαγγελματίες, απλώς προτιμούσαν να δουλεύουν με τα “μεγάλα σίδερα” και δεν ασχολιόντουσαν με τα “παιχνίδια”. Όσοι απ’ τους χομπίστες, λοιπόν, διαθέταμε περιορισμένο βαλάντιο, δημιουργούσαμε ένα είδος συμβιωτικής σχέσης με τα ελάχιστα μαγαζιά του χώρου. Εμείς προσφέραμε εθελοντική εργασία και τα μαγαζιά προσέφεραν πρόσβαση σε μηχανήματα και προγράμματα. Εμείς πειραματιζόμαστε με το “σπάσιμο” του copy protection για την πλάκα μας, και τα μαγαζιά έφτιαχναν δεκάδες αντίγραφα των “σπασμένων” προγραμμάτων και τα πούλαγαν στους πελάτες τους. Η κατάσταση αυτή είχε τις εξής επιπτώσεις: έκπληκτες οι εταιρείες software του εξωτερικού παρατηρούσαν...
    05-07-2009, 11:43 από το μέλος Παναγιώτης Παρίσης στο Implementing the IToldYouSo interface...
    Δημοσίευση στην κατηγορία: ,
  • Inspect Xaf code quality and override version migration problems using NDepend

    NDepend is the most wonderful analysis tool I have ever found . It can help you by providing metrics of your code or anyone else  code, specify code constrains, analyze code, diff between versions of your code.  It also has an open source license to anyone interested.  I am going to apply the some metrics like the ones Patrick posted here http://codebetter.com/blogs/patricksmacchia/archive/2009/05/21/a-quick-analyze-of-the-net-fx-v4-0-beta1.aspx http://codebetter.com/blogs/patricksmacchia/archive/2009/04/26/the-big-picture-of-the-sharpdevelop-code-base.aspx http://codebetter.com/blogs/patricksmacchia/archive/2009/04/23/ndepend-and-the-quality-of-the-cruise-control-net-code-base.aspx http://codebetter.com/blogs/patricksmacchia/archive/2009/01/11/lessons-learned-from-the-nunit-code-base.aspx Διαβάστε περισσότερα »...
    04-07-2009, 20:36 από A.Bekiaris's Blog στο A. Bekiaris's Blog
    Δημοσίευση στην κατηγορία: , , ,
  • Search is sick, Bing is the cure

    Oh dear... This article at http://www.ms... Διαβάστε περισσότερα »...
    Δημοσίευση στην κατηγορία:
  • ΕΠΕΙΣΟΔΙΟ 36: Τα βιβλία είναι επικίνδυνα σε λάθος μάτια.

    Ενα από τα πιό δυσάρεστα γεγονότα που μπορεί να συμβεί σε ένα developer που βρίσκεται σε δημιουργικό οίστρο στη μέση της ημέρας, έχοντας φτάσει κοντά στο να λύσει ένα δύσκολο bug που περιλαμβάνει 33 classes και 15 functions μοιρασμένες σε 8 tiers κρατώντας σημειώσεις στο μυαλό του (οι developers σιχαίνονται τα σημειωματάρια) είναι η φοβερή και τρομερή ΚΑΤΚΑ (Καταραμένα Αποσυντονιστική Τηλεφωνική Κλήση Αφεντικού). Η ΚΑΤΚΑ έχει πολλές διαφορετικές παραλλαγές, όπως όλοι έχετε σίγουρα βιώσει, εκ της οποίας η πιό άσχημη είναι κατά κανόνα αυτή που συμβαίνει στο Ζαχαρία σήμερα. ΔΤΦ : (Ξεφυσώντας σαν πιγκουίνος στον Ισημερινό) Παρακαλωωωωωωωωω... ΧΥΠ : Ζαχαρία, ο Χοντρολεφτάς Υποσχετόπουλος είμαι... ΔΤΦ : ΤΟ ΞΕΡΩ αφεντικό, έχω αναγνώριση κλήσης. ΧΥΠ : Ναι ε; Και γιατί λες "παρακαλώ" τότε λες και δεν ξέρεις ποιός είναι; ΔΤΦ : (Προσπαθώντας να συγκρατήσει στο κεφάλι του όλες τις εναλλαγές τιμών 30 μεταβλητών ταυτόχρονα) Αφεντικό, έχω δουλειά αρκετή, θα σε πειραζε να.. ΧΥΠ : Ναι, ναι. Απλά όταν λες "αναγνώριση κλήσης" εννοείς...
    Δημοσίευση στην κατηγορία:
  • eXpand step 2-Singing assemblies with strong Names

    We are going to use the same approach as Dx on this one. Dx uses a strong key at DevExpress.Key folder we are going to use it at eXpand.Key folder. All project (*.csproj) files should have an AssemblyOriginatorKeyFile attribute that will point to ..\..\eXpand.Key\eXpand.snk relative path   that way the eXpand.snk will not be embedded to our projects. Διαβάστε περισσότερα »...
    02-07-2009, 20:29 από A.Bekiaris's Blog στο A. Bekiaris's Blog
    Δημοσίευση στην κατηγορία: ,
  • Προφητικά λόγια

    Χρόνος : Χίλια-εννιακόσια-ενενήντα-κάτι. Τόπος : Χίλτον, σε ταυτόχρονη εκδήλωση της Novell (παντοδύναμης, τότε, στα δίκτυα) και της Seagate (πασίγνωστης για τους σκληρούς της δίσκους). Μη σας κάνει εντύπωση η ανάμειξη, απλώς και οι δύο εταιρείες αντιπροσωπεύονταν από τον ίδιο χονδρέμπορο στην Ελλάδα. Πρόσωπα : εκείνος κι εγώ. Ρόλοι : εκείνος ήταν ανώτερος δημόσιος υπάλληλος, που τον έστειλε η υπηρεσία του να παρακολουθήσει την εκδήλωση για αδιευκρίνιστους λόγους. Εγώ πάλι βρισκόμουν εκεί ως τεχνικός υπεύθυνος μιας μικρής, πλην τιμίας, εταιρείας πληροφορικής, της οποίας ήμουν και μέτοχος. Στο διάλειμμα μεταξύ της εκδήλωσης της Novell και της παρουσίασης της Seagate, έλαβε χώρα η παρακάτω σύντομη συζήτηση: Εκείνος (σκύβοντας συνομωτικά προς το μέρος μου): Καταλαβαίνεις τίποτα; Εγώ (μην ξέροντας πώς ν’ απαντήσω): Εεεε, κάτι καταλαβαίνω… Εκείνος: Πότε ανακαλύφθησαν όλ’ αυτά; Εγώ: Ποια, τα δίκτυα; Εκείνος: Ναι, όλ’ αυτά, τα δίκτυα, οι μικροί υπολογιστές… Εγώ: Έχουν κάμποσο καιρό… Εκείνος: Θα μας μιλήσουν και για τους...
    02-07-2009, 18:44 από το μέλος Παναγιώτης Παρίσης στο Implementing the IToldYouSo interface...
    Δημοσίευση στην κατηγορία: ,
  • Greek Coding Camp 2009

    Ανακοίνωση H Ελληνική ομάδα fedora και ο Chania-LUG διοργανώνουν στις 4-7 Ιουλίου 2009 το πρώτο Greek Coding Camp στην Παλαιόχωρα Χανίων στη Νότια Κρήτη. Θα κατασκηνώσουμε, θα φέρουμε τα laptop μας Διαβάστε περισσότερα »...
    02-07-2009, 11:54 από George Chatzimanolis Blog στο George Chatzimanolis Blog
    Δημοσίευση στην κατηγορία: , ,
Περισσότερες Δημοσιεύσεις « Προηγούμενη - Επόμενη »
Με χρήση του Community Server (Commercial Edition), από την Telligent Systems