|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » development » SharePoint (RSS)
-
Είναι μία από τις πιο συχνές ερωτήσεις που δέχομαι από συνεργάτες ...
-
From the same legacy code as this post comes this code that loads a combo box with ListItems and then removes unwanted items in a way that is guaranteed to cause an exception when the indexer reaches the middle of the list, which now has only half the initial items:ddlItems.Items.Clear();
// Re-load so we can filter the ...
-
Almost all Sharepoint developers know that you should dispose SPSite and SPWeb object you create in code. Doing so is not hard, you just enclose your objects in a using statement. I found the following piece of code in dozens of places in some legacy Sharepoint code created by people who should have known better:SPSite site = null;
SPWeb web = ...
-
Στις 28 & 29 Απριλίου έγινε στο Microsoft Innovation Center η πρώτη εκπαίδευση για Visual Studio 2010 και .NET 4.0 επί Ελληνικού εδάφους από πλευράς Microsoft για τους Metro early adopters (μία κλειστή ομάδα από software houses που έχουν δεσμευτεί για ανάπτυξη στις νέες τεχνολογίες). Δράττοντας, λοιπόν, την ευκαιρία σκέφτηκα να αναφέρω τα ...
|
|
|