You may already know PsGet by Chaliy or PsGet by Anurse for PowerShell module distribution. They have created PowerShell module distribution mechanism with different approach.
Chaliy uses PowerShell script approach and customized module directory. Everytime you want to distribute your PowerShell module, you have to fork his github project to update Directory.xml content. Even tough the instruction in https://github.com/chaliy/psget/wiki/How-to-add-your-module-to-the-directory is very clear, however I think there is risk of incorrect Directory.
English
If you have read my comments on the Writing Custom Web Service for SharePont, Is it supported here (http://blog.libinuko.com/2011/02/16/sharepoint-writing-custom-web-service-for-sharepoint-is-it-supported/) ; you may have already created standard ASPNET web services. It is working, but with some limitation:
You can not have path virtualization
Virtualization is one of SharePoint’s technique provided by SPVirtualPath provider, that enable virtualization of your web service path. For example, list.asmx will be available for http://mysite.com/_vti_bin/lists.asmx , or http://mysite.
English
When I am looking for a way to compress file(s) into Zip, I find a blog from David Aiken here (Compress Files with Windows PowerShell then package a Windows Vista Sidebar Gadget) . I will just focus on Add-Zip function and nothing more.
Here is the original code:
function Add-Zip { param(\[string\]$zipfilename) if(-not (test-path($zipfilename))) { set-content $zipfilename ("PK" + \[char\]5 + \[char\]6 + ("$(\[char\]0)" \* 18)) (dir $zipfilename).IsReadOnly = $false } $shellApplication = new-object -com shell.
English:
So what is the largest number in SharePoint numeric column?
Before we can answer this question, let take a look how SharePoint store the data in SQL table. By design, SharePoint will map specific column type in SharePoint into SQL data type; they are nvarchar, ntext, sqlvariant, int, float and bit. For example, true/false column will be mapped to bit and numeric column will be mapped to float.
There are two types of float data type in SQL, 7 digits or 15 digits precisions (http://msdn.
SharePoint: Writing Custom Web Service for SharePoint in Supported Mode (part-1) | Ideas For Free - Aug 6, 2011
[…] you have read my comments on the Writing Custom Web Service for SharePont, Is it supported here (http://blog.libinuko.com/2011/02/16/sharepoint-writing-custom-web-service-for-sharepoint-is-it-suppo...) ; you may have already created standard ASPNET web services. It is working, but with some […] SharePoint : Writing Custom Web Service for SharePoint, is it … | Mastering Sharepoint - Aug 1, 2011
English
You may already read this following article “Writing Custom Web Service for SharePoint Products and Technologies” (http://msdn.microsoft.com/en-us/library/dd583131(v=office.11).aspx.aspx”)) or “Walkthrough: Creating a Custom ASP.NET Web Service” (http://msdn.microsoft.com/en-us/library/ms464040.aspx). The steps can be summarized as follows:
Create normal ASPNET web service
In this step you will create ASPNET Web Services using Visual Studio as you always do. From this step, you will have .asmx, where is your web service asmx file.
English Microsoft just released cumulative update package for December 2010. The CU will contains hotfix package for Office 2010 Client and Servers. See full release from Microsoft in this KB :KB2479673.
[sarbjit singh]( “ssgill@gilltechnologies.com”) - Sep 0, 2009
yes, you can come to the conference. get an air ticket, book a hotel (or share with other mvps) and pay for the conference. there is a mvp discount. and you will be in the conference. i think rather than paying for a mba or a holiday this year, use the money for the conference. cheers sarbjit singh mvp dari singapora. cakriwut - Sep 2, 2009
English
I never aware of SharePoint Conference before, but this year there will be SharePoint Conference 2009 with almost 250 sessions planned. And I hope we can get closer to know SharePoint 2010.
Taken from MS SharePoint Team blog, here are the sessions….
SharePoint 2010 Overview and What’s New Upgrading to SharePoint 2010 SharePoint 2010 Capacity and Performance Planning SharePoint 2010 Security and Identity Management: What’s New. Visual Studio 2010 Tools for Office Development SharePoint 2010 Ribbon, ECMAScript and Dialog Framework Development Developing with REST and LINQ in SharePoint 2010 Upgrading SharePoint Server 2007 Code to SharePoint 2010 Building SharePoint Composite Applications with the Microsoft Application Platform What’s New in Business Connectivity Services (The Business Data Catalog Evolves!
StsAdm –o copyfarmappbincontent is available in CodePlex - SharePoint and Other Things - Sep 0, 2009
[…] Remember about critics to “stsadm –o copyappbincontent” to deploy SharePoint resource in my previous post here. […]