|
|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » Sharepoint (RSS)
Εμφάνιση σελίδας 1 από 2 (19 συνολικές δημοσιεύσεις)
-
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 = ...
-
Την επόμενη εβδομάδα την Τετάρτη, στις 18:00, πρόκειται να γίνει το virtual launch του Office 2010 και του Sharepoint 2010. Την κεντρική ομιλία θα κάνει ο διευθυντής του τμήματος Business της Microsoft, Stephen Elop, ενώ θα ακολουθήσουν και άλλες ομιλίες (breakouts) πάνω σε διάφορα θέματα αναφορικά με το Office και το SharePoint, τις οποίες μπορεί ...
-
Ever wondered how you can use full text search for Greek text in SQL Server? Out of the box SQL Server doesn't provide any stemmers or word breakers for Greek, which makes FTS work similar to a simple LIKE search. Fortunately, the same binary interfaces are used across all Microsoft products which means that you can use the stemmers and word ...
-
Καλό θα είναι να μην επιμείνεις στα web part γιατί είναι εντελώς ακατάλληλα για ένα τέτοιο έργο. Το web part υπάρχει για να δείξεις κάτι στην οθόνη, όχι για να εκτελέσεις batch κώδικα, να κάνεις τροποποιήσεις σε λίστες και πεδία ή να ξεκινήσεις workflows. Αν θέλεις να κάνεις το migration χειροκίνητα φτιάξε ένα console application. Ειδικά για ...
-
Information on upcoming changes SharePoint versions, whether they are full versions or service packs, is a matter of life and death for us developers and administrators that don't want to face mildly disconcerting surprises. Yet finding information on upcoming versions of SharePoint has been somewhat challenging historically - to say the least. ...
-
By now everyone has heard that the Sharepoint Server Service Pack 2 activates a 180-days trial timeout. Fortunately, this really minor problem (no-one is affected for the next 6 months) can be fixed easily followind the steps described in KB 971620. Or you can wait for the hotfix, which will probably come before the trial expires.
Other problems ...
-
Στις 28 & 29 Απριλίου έγινε στο Microsoft Innovation Center η πρώτη εκπαίδευση για Visual Studio 2010 και .NET 4.0 επί Ελληνικού εδάφους από πλευράς Microsoft για τους Metro early adopters (μία κλειστή ομάδα από software houses που έχουν δεσμευτεί για ανάπτυξη στις νέες τεχνολογίες). Δράττοντας, λοιπόν, την ευκαιρία σκέφτηκα να αναφέρω τα ...
-
Εδώ και λίγο καιρό η Microsoft έχει ξεκινήσει μία σειρά από αλλαγές στον τρόπο με τον οποίο διαθέτει το SharePoint και τα προϊόντα που δουλεύουν με βάση συτό. Έτσι προ λίγου καιρού είχε ανακοινωθεί ότι ο PerformancePoint αντικαθίσταται από τα PerformancePoint Services, τα οποία είναι στην ουσία τα scorecard, dashboard and analytical κομμάτια του ...
-
1
|
|
|