DotNetShoutout - Stories tagged with Client Object Model
5
Shouts

Silverlight Client Object Model - Samples and Examples in SharePoint 2010

posted by PraveenPraveen 1113 days, 23 hours, 29 minutes ago
Sunday, May 02, 2010 3:59:31 PM GMT
This is the post which belongs to the same series of the samples and examples of the Client Object Model in SharePoint 2010. So, this post I give you a start up examples for Silverlight Client OM. Download the examples from here. Download Silverlight Client OM examples and samples. Let me know the feedback and if you need anything else. (more)
category: How To | clicked: 3 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, Silverlight, SharePoint 2010, examples, samples
2
Shouts

SharePoint 2010 ECMAScript Client Object Model - Samples and Examples

published 1123 days, 4 hours, 19 minutes ago posted by PraveenPraveen 1123 days, 11 hours ago
Friday, April 23, 2010 11:09:19 AM GMT Friday, April 23, 2010 4:28:13 AM GMT
Easily Secure SharePoint Documents Based on Metadata. By Titus Labs. I have done sufficient experiments on SharePoint 2010Client Object Model and other features while I am learning SharePoint 2010. Now, my work is to share the knowledge I have gained. So, part of that is all these examples and samples. I hope they will help you to better understand and keep you up to date with new technologies. As we know SharePoint 2010 provides the nice API for 3 client object models, in this post I have concentra... (more)
category: How To | clicked: 7 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, ECMAScript, SharePoint 2010, examples, samples
3
Shouts

SharePoint 2010 Client Object Model - Managed Client OM - How to use

published 1166 days, 3 hours, 12 minutes ago posted by PraveenPraveen 1166 days, 22 hours, 30 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 4:57:44 PM GMT
After I have written nice posts on complete details on Client Object Model and ECMAScript introduction planned to write introduction posts on Managed Client OM and Silverlight Client OM. So, in this post, we will discuss on Managed Client Object Model. So, Managed Client Object Model is simple .NET code written based on CLR. So, you can use C#.net or VB.net to write code and execute whatever you want against SharePoint server.So, you can use any c# project to write code and run it. But, are there any... (more)
category: How To | clicked: 1 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, managed code, SharePoint 2010
3
Shouts

SharePoint 2010 Silverlight Client Object Model - How to use

posted by PraveenPraveen 1169 days, 5 hours, 18 minutes ago
Monday, March 08, 2010 10:10:31 AM GMT
As part of the introduction series, I want to present the advantage of the client object model introduced in SharePoint 2010. There are great advantages with this model as it don't require SharePoint needs to be installed on the client machine. We just need to refer the client dlls which Microsoft SharePoint provides and based on them we will write code to communicate with SharePoint server. In this article we will go through Silverlight Client Object Model. If you want to know the other client object mo... (more)
category: How To | clicked: 2 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, Silverlight, SharePoint 2010
5
Shouts

SharePoint 2010 ECMAScript - how to know all methods in SP object and debug

published 1173 days, 3 hours, 57 minutes ago posted by PraveenPraveen 1174 days, 5 hours, 32 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 9:56:02 AM GMT
After spent good time to write nice posts on Client Object Model and ECMAScript how to use, I want to present you another nice tip on how we know all the methods and properties available for the SP object in the ECMA javascript . MSDN documentation is not finalized or completed yet to know what properties and methodsĀ  for SP objects have. And when you want to query something [like list or web] and you are not aware of what it has inside methods and properties, then the best way as far as I know is, using... (more)
category: How To | clicked: 5 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, ECMAScript, Debugging, SharePoint 2010, methods
5
Shouts

SharePoint 2010 ECMAScript - How to know logged in user information

published 1173 days, 23 hours, 54 minutes ago posted by PraveenPraveen 1175 days, 5 hours, 37 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Tuesday, March 02, 2010 9:51:24 AM GMT
This is post which is simple and not really needed. But when I started writing the code in ECMAScript I have faced problems in getting the logged in user information. So, my readers may feel good after see this post and really most the users are looking for this too. By this time, we have really understood all about ECMAScript Client Object Model and debugging. So, it's easy for us to know it well. Please find the code below to get the current user information. So, the above code returns you the use... (more)
category: How To | clicked: 5 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, ECMAScript, SharePoint 2010
3
Shouts

SharePoint 2010 - Complete details about Client Object Model

posted by PraveenPraveen 1178 days, 21 hours, 41 minutes ago
Friday, February 26, 2010 5:46:52 PM GMT
This is the introduction to the Client Object model introduced in the SharePoint 2010. This is going to be a huge help and useful part in SharePoint 2010 for developers and makes lot of customization to the existing SharePoint system. In eariler versions, I mean till SharePoint 2007 the code runs using the SharePoint object model to run against the server which is running SharePoint. Other than the SharePoint server object model, other way is, simply reference the web service and use that to get and ... (more)
category: How To | clicked: 2 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, ECMAScript, SharePoint 2010
7
Shouts

SharePoint 2010 - Client Object Model - ECMAScript - Introduction on how to use

published 1177 days, 2 hours, 34 minutes ago posted by PraveenPraveen 1179 days, 20 hours, 21 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 7:07:18 PM GMT
In SharePoint 2010, the great feature is introducing the client object model [Read this article before proceed]. The great advantage with this is, we can do plenty of things without server side coding using the ECMAScript. There are plenty of default supported files to use and do whatever you want with the SP Package files. All javascript files will be found in the layouts folder. All of them starts with "SP" name. ECMAScript works only for the current context. It means from outside of the site, you ... (more)
category: How To | clicked: 4 | comment | | source: praveenbattula.blogspot.com
tags: Client Object Model, ECMAScript, Client OM, SharePoint 2010