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

 

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

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

Όλες οι Ετικέτε... » Xpo   (RSS)
  • Profiling medium trust web applications

    Our profiler uses WCF in order to communicate with the client application. One of the benefits of the XPOProfiler is that it supports 2 binding types. Both binding types have their advantages however in this situation only one allows us the flexibility we require. NetTcpBinding This option provides a secure and reliable binding environment for ...
    Δημοσιεύτηκε στο A. Bekiaris's Blog (Weblog) από το μέλος tolisss στις Αυγούστου 29, 2011
  • SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM

    When you try assign a only time to a datetime and save it you are going to get an an exception like the one in the subject. i have added to eXpand an SqlDateTimeOverFlowValueConverter to help you deal with that public class SqlDateTimeOverFlowValueConverter:ValueConverter {     public override Type StorageType { ...
    Δημοσιεύτηκε στο A. Bekiaris's Blog (Weblog) από το μέλος tolisss στις Μαΐου 5, 2010
  • Xaf tip # 6 Linq your Session queries

    Pretty silent these days eh? I am working on a big refactoring on DictionaryDifference and have not much time to blog. But have another tip for my Xaf Tips series today maybe not strictly Xaf but is an XPO tip that you can use with your Xaf applications . The Problem Suppose your are a strongly typed fun like me or you want to use linq to ...
    Δημοσιεύτηκε στο A. Bekiaris's Blog (Weblog) από το μέλος tolisss στις Σεπτεμβρίου 17, 2009
  • CodeSmith templates for Xaf

    Yes I know that is not the best practice. When using Xaf or Xpo you should first design your objects and let the framework create the database schema based on objects metadata (attributes). But there are many cases that the database is already design and you can not change it. What about those projects? Are you going to say to your customer ...
    Δημοσιεύτηκε στο A. Bekiaris's Blog (Weblog) από το μέλος tolisss στις Ιουνίου 30, 2009
  • Xpo Properties for Strongly Typed freaks!!!

    Because XPbaseObject implements INotifyPropertyChanged property setters need to be implemented using a special way like public string Name {     get     {         return name;     }     set     { ...
    Δημοσιεύτηκε στο A. Bekiaris's Blog (Weblog) από το μέλος tolisss στις Ιουνίου 16, 2009
  • Validation Rule: At least one property is required

    Today i stump again upon the same problem . I wanted to throw a validation exception only if both of my properties do not have value. So lets create a validation rule for this one. More info on how we create custom validation rules can be found here Validation Module Since we are talking about multiple property values i think we should go with an ...
    Δημοσιεύτηκε στο A. Bekiaris's Blog (Weblog) από το μέλος tolisss στις Ιουνίου 3, 2009
  • Automatic properties for Xpo

      The problem Xpo in order to support transactions implements some special kind of property setters like private string lastName; public string LastName { get { return lastName; } set { string oldValue = lastName; if (oldValue == value) return; lastName = value; ...
    Δημοσιεύτηκε στο A. Bekiaris's Blog (Weblog) από το μέλος tolisss στις Ιουνίου 2, 2009
Με χρήση του Community Server (Commercial Edition), από την Telligent Systems