Skip to main content

Hans Muster's Library tagged programming   View Popular

01 Oct 09

How Do I... in Office SharePoint Server 2007

Use the links in this topic to find solutions to common programming tasks in Microsoft Office SharePoint Server 2007. To find out which Office SharePoint Server 2007 feature to use for a task, see Guide to SharePoint Server Features.

msdn.microsoft.com/...ms550086.aspx - Preview

sharepoint programming msdn moss .net

Re-using SharePoint controls - Robin | zevenseas | SharePoint Blog

This post is going to be a summary of some of some the SharePoint controls I regularly use in my solutions. Cool thing about re-using the controls that are already out there is, that saves time in re-inventing the wheel and you don’t have to worry about keeping the look&feel consistent ;)

community.zevenseas.com/...using-sharepoint-controls.aspx - Preview

sharepoint moss controls programming .net

13 Jul 09

Use Windows Azure as your SharePoint Records Center

Microsoft SharePoint contains functionality for Records Management, which essentially is a storage for documents that you would like to store and manage in a separate records center to meet certain legal or other requirements or just to make backups of certain document revisions. To be able to create a Records Center you need to have Microsoft Office SharePoint Server 2007 (MOSS). On the other hand you only need Windows SharePoint Services 3.0 (WSS) to send documents to the Records Center.

You configure the Records Center connection in the Central Administration. When connecting to the Records Center all you do is specify a Url to a web service and a name. The Url points to a special MOSS web service called OfficialFile.asmx (http://server/_vti_bin/OfficialFile.asmx). Your receiving Records Center server does not have to be in the same farm as from where you send the document (and it should probably not be either). Another thing is that the receiving Records Center does not even have to be a SharePoint server. It's just a web service and we can implement it anywhere we like.

I thought why not implement it using the Windows Azure technologies? This would be a great solution when you do not want to invest in either MOSS or a new MOSS farm, when you really want your important documents to be stored on a completely different physical location etc.

www.wictorwilen.se/...SharePoint-Records-Center.aspx - Preview

azure cloud sharepoint moss recordsmanagementcenter programming webservice

CodeProject: Howto: (Almost) Everything In Active Directory via C#. Free source code and programming help

This article attempts to tie together the most commonly used elements involved in Active Directory Management in the simplest, most clean manner possible. I interact with Active Directory in nearly all of my applications (web & forms) and I have had to solve a lot of integration issues for many customers. When I was starting out with this technology I had a lot of growing pains so this is an attempt to help those programmers who may have a need to interact with the Directory but do not want to have to become experts in the issue. However, certain rudimentary knowledge and concepts are required in order to utilize the code. You must be familiar with such terms as: distinguishedName, ldap paths, fully qualified domain names, object attributes (single string & multi-string), and general knowledge of ldap schemas.

www.codeproject.com/...everythingInAD.aspx - Preview

activedirectory programming codesnippets .net codeproject howto

30 Apr 09

Build an AJAX-Enabled Content Management System with Visual WebGUI: Creating a Prototype

To implement this application, I chose Visual WebGui, an open-source AJAX framework built on top of ASP.NET. Visual WebGui offers a programming model that replicates the WinForms desktop development, but for the web. Experienced .NET desktop developers can begin developing powerful web-based AJAX applications very quickly by leveraging their desktop development knowledge.

www.devx.com/...41368 - Preview

article programming asp.net ajax webgui cms

CodeProject: Build Google IG like Ajax Start Page in 7 days using ASP.NET Ajax and .NET 3.0. Free source code and programming help

will show you how I built a start page similar to Google IG in 7 nights using ASP.NET Ajax, .NET 3.0, Linq, DLinq and XLinq. I have logged my day to day development experience in this article and documented all the technical challenges, interesting discoveries and important design & architectural decisions. You will find the implementation quite close to actual Google IG. It has drag & drop enabled widgets, complete personalization of the pages, multi page feature and so on. It's not just a prototype or a sample project. It's a real living and breathing open source start page running at http://dropthings.omaralzabir.com/ which you can use everyday. You are welcome to participate in the development and make widgets for the project.

www.codeproject.com/...MakingGoogleIG.aspx - Preview

codeproject article asp.net ajax .net programming howto dashboard startpage widget

07 Apr 09

Developer Best Practices Resource Center for SharePoint Server 2007

Find up-to-date guidance about how to write Microsoft Office SharePoint Server 2007 applications and customizations that perform well, avoid common pitfalls, and best use the features of the SharePoint object model.

msdn.microsoft.com/...dd638301.aspx - Preview

sharepoint moss development bestpractices microsoft msdn guidance .net programming ressourcen

Grigori Melnik: Thoughts on Agile Software Engineering and Beyond : Just Released – Hands-on Labs for Enterprise Library 4.1 and Unity 1.2

This release includes a refresh of the labs for the following blocks:

- Caching Application Block

- Cryptography Application Block

- Data Access Application Block

- Exception Handling Application Block

- Logging Application Block

- Security Application Block

blogs.msdn.com/...library-4-1-and-unity-1-2.aspx - Preview

hands-on_labs .net enterprise library programming howto caching cryptography blogarticle logging security data exception

01 Apr 09

JitnRun.pdf (application/pdf-Objekt)

This Ebook represents some of the best of Simple-Talks ASP.Net Articles.

www.red-gate.com/...JitnRun.pdf - Preview

asp.net pdf ebook tricks programming .net webdesign

18 Mar 09

HowTo: Senden von Emails testen ohne Mailserver | Code-Inside Blog

mails mit .NET zu versenden ist recht einfach, wenn es allerdings darum geht, den generierten Emailtext zu testen, dann wird es manchmal etwas schwierig.
Vor allem wenn das Entwicklungssystem keinen Zugriff auf den richtigen Email-Server hat, geht es meist nur auf "gut Glück".
Es gibt allerdings einen einfachen Web.Config Eintrag der es erheblich vereinfacht - die PickupDirectoryLocation.

code-inside.de/...-emails-testen-ohne-mailserver - Preview

.net programming testing email sharepoint moss howto codesnippet

SharpToolbox - .NET tools, components, libraries and add-ins - DotNet tools

Here are listed some of the existing companion tools for .NET development. We put the focus on the quality of the content. Boring marketing fluff is filtered out.
Although quite comprehensive, this list will never be exhaustive. You can submit new tools by using our submission form.
This site is in constant progress. New tools are added frequently. Use the RSS feeds to learn what's new or updated.
Search plug-ins for Firefox and Mozilla are available.
There is a sister site for Java Tools.

sharptoolbox.com/ - Preview

.net programming software tools linklist directory toolbox

Best Practices: Common Coding Issues When Using the SharePoint Object Model

Learn common issues encountered by developers who write custom code by using the SharePoint object model. (15 printed pages)

msdn.microsoft.com/...bb687949.aspx - Preview

sharepoint moss bestpractices howto programming .net knowhow msdn

25 Feb 09

Holger Sirtl's WebLog : “How Do I” Videos zu Windows Azure, .NET Services und Live Services veröffentlicht

Auf dem Azure Services Platform Developer Center sind seit ein paar Tagen “How Do I”-Videos veröffentlicht. Diese geben einen sehr schönen, kurzen Überblick über das Arbeiten mit den verschiedenen Azure-Bestandteilen. Foldende Videos sind derzeit verfügbar:

blogs.msdn.com/...e-services-ver-ffentlicht.aspx - Preview

azure cloud howto videotutorial blogarticle .net programming

1 - 20 of 382 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo