Browse by Tags

22 June 2005
COM objects need tight leash
When a customer suddenly reports memoryusage on their Sharepoint Server of 300mb increase an hour you tend to show up pretty quick. This happened yesterday. After having installed a range of updates and patches to their server software, something in the w3wp process caused extensive memoryusage, eventually... Read More...
12 May 2005
Some notes on ClickOnce
In my sessions on smart clients the past weeks the ClickOnce seems to be the topic that generates the most questions. I'll try to clarify some of the issues here. Application Permissions and ClickOnce One of the main concerns people have is how a user knows what rights an application gets when it is... Read More...
09 May 2005
InfoPath Init Cycle and Dynamic Endpoint urls
I've created a InfoPath form designed to be highly movable. Somewhat against my own principles these forms have more than a few dataconnections and I wanted the reconfiguration effort to be minimal, preferrably zero, when the form was moved from one Sharepoint site to the next. It proved quite difficult... Read More...
26 August 2004
JavaScript Seralizer enables Clemens summer project
A bit more than a week ago my colleague Anders NorĂ¥s published an article on a JavaScript XmlSerializer that he has been working on for quite a while. The article got quite an amount of attention after Dare Osabanjo referenced Anders on the MSDN feed. Internally we've been discussing the applicability... Read More...
03 April 2004
MNissen.DataControls v1.1 Released
I've just updated my last GDN sample to v1.1 with more stuff after the feedback I've got since my last post about it . I've listened to Robert McLaws and implemented support for handling one-to-many relationships and many-to-many aswell. The DataControls support TextBox, CheckBox, DropDownList and CheckBoxList... Read More...
19 February 2004
Delivering presentation over Web Services with WSRP
I recently was asked to talk about the possibilities of implementing a WSRP consumer on the .NET platform. And suprisingly, it has very little to do with Web Services Routing Protocol. "Web Services for Remote Portlets" is the OASIS specification name and it's all about delivering presentation instead... Read More...
19 February 2004
New GotDotNet sample posted..
I've just released a new version of my DataPanel on GotDotNet. Anyone who have ever made a ASP.NET dataentry web form with a lot of textboxes for editing data in a lot of columns know it's a tiresome task. You have to set all the Text properties on load with the column values, and put updated values... Read More...
25 August 2003
Web Setup Projects
Every time I get the time to sit down and get into some part of the framework or VS.NET that I don't know well i deeply regret not having done that before. Feeling fine with xcopy deployment for a long time, I figured I'd give Web Setup Projects a go, and naturally they're great. This gem at MSDN shows... Read More...
17 July 2003
Using PricipalPermission for Declarative role based Authorization
I have developed a custom authentication and authorization solution built on IPrincipal and ASP.NET Forms authentication. I wanted to make sure that some data only were accessed by certain roles. I chose to use attribute based declarative access on the Facade class that wraps my Dataset. The PrincipalPermission... Read More...
More Posts