Browse by Tags
All Tags »
SharePoint »
ASP.Net/Web Services (
RSS)
I've been working for Avanade for about two months now, and I really like it. I've gotten a few emails from people who are interviewing with the company and want to know what it is like. It is a great company to work for, especially if you like working...
This morning I came across this article: Impersonation, Single Sign-on, and SPS . It is a very interesting article that lays out how to use Single Sign-on with impersonation. So the first thing I did was to get Single Sign-On setup using this MSDN article...
Back when I was working on version 1.1 of the RsWebParts I setup a build script for my project which I think is pretty useful. It automates the process of creating DWP files and packaging the project using the WP Packager tool . The first step in automating...
Note to self: The Page.RegisterStartupScript just outputs the text you pass to the method and doesn't add script tags. If you don't add script tags your text will be output at the bottom of every page (which is embarrassing). Why can't I remember this...
One of my recent projects was to develop a new menu system for our SharePoint portal to replace our old menu system (which was a custom menu as well). I decided to create an ASP.Net server control to do this. I created my control, signed it, deployed...
A couple of weeks ago Jan Tielens released the SmartPart version 1.0.0.0 . The SmartPart is a very cool WebPart that will host ASP.Net user controls in a SharePoint environment. This means you can use Visual Studio to edit the user controls and use the...
If you do web development you may find these tools invaluable: Toggle Borders The accepted way to debug complex table-based HTML pages is to add a border="1" attribute to the <TABLE> element. Toggle Borders is a utility which automates this and...