| bio | website | mmulawa.blogspot.com |
|---|---|---|
| location | Warsaw, Poland | |
| age | ||
| visits | member for | 1 year, 9 months |
| seen | May 15 at 10:14 | |
| stats | profile views | 18 |
.net Developer
|
May 15 |
comment |
Postsharp AOP and Sharepoint 2010 I've seen AOP done in SharePoint projects using Castle Windsor - Interceptors. It doesn't mess with the compiled code, as PostSharp does. You can see several examples of aspect implementation by following this link - blog.andreloker.de/post/2009/02/20/…. |
|
May 7 |
comment |
sharepoint 2007 to 2010 list migration issue You mentioned that this is a custom list. Do you have list definition for this list installed on the SP2010 farm? |
|
May 2 |
awarded | Yearling |
|
Feb 26 |
awarded | Excavator |
|
Feb 26 |
revised |
Programmatically changing the 'Activities I am following' under Newsfeed Settings I thought source code would be more useful, than link to group of articles. |
|
Feb 26 |
suggested | suggested edit on Programmatically changing the 'Activities I am following' under Newsfeed Settings |
|
Dec 14 |
comment |
How to get two User Profiles service application using C#? It's rather proxy group that is attached to the Web Application, and this is how availability of different Service Applications in Web Application is managed. |
|
Dec 14 |
answered | How to get two User Profiles service application using C#? |
|
Oct 18 |
answered | Is it recommended to store high volume transaction data in SharePoint Lists? |
|
Sep 13 |
answered | Excel web part from list - Autorefresh |
|
Sep 12 |
answered | SPSite and SPWeb object dispose inside foreach loop |
|
Jul 17 |
comment |
Service Application causing heavy load As you developed custom service application, you could utilize service application database and store submitted requests in the service database table. SPService class has a collection of Job Definitions , so you can register custom Timer Job against service instance. To keep it crispy & clean. You can also force Timer Job to execute on chosen server (see SPJobLockType.Job) to move workload from front-end servers to application server (if you've got one free). |
|
Jul 3 |
revised |
What field contains the “created date” in a SharePoint Search Index? added 140 characters in body |
|
Jul 3 |
answered | What field contains the “created date” in a SharePoint Search Index? |
|
May 24 |
answered | SharePoint throttling and web services |
|
Mar 21 |
answered | WebConfigModifications contains modifications applied before |
|
Mar 9 |
comment |
How to download a dynamically generated file without blocking the page ? Another option will be using custom HTTP handler, as this is the mechanism dedicated to handle such a scenario in ASP.NET. |
|
Mar 2 |
comment |
Deploying web parts to sharepoint with out taking sharepoint down? Consider Sandbox solution only if "minimal downtime" requirement is pretty important, as developing for Sandbox will add significant effort to your current workload. |
|
Mar 2 |
comment |
Deploying web parts to sharepoint with out taking sharepoint down? If you want to keep developing WebParts using Farm-Solutions you can come up with a concept of generic webpart which loads custom controls on demand from GAC. In which case you won't have to restart IIS to load new controls. |
|
Mar 1 |
suggested | suggested edit on Placing your branding images in the “14 hive” vs an Images list |