Kasper

1,433
Reputation
247 views

Registered User

Name Kasper
Member for 1 year
Seen Nov 26 at 21:28
Website
Location Odense, Denamrk
Age 39
I have been in the business since 2000 primarily working in C++ (back end) on lange solutions for the shipping business, In the last couple of years I have done some vb6 and .Net code and become proficient in SQL server 2005. I have now moved on to be a consultant in a company specializing in project/portfolio management build on top of SharePoint. I mainly work with the agile methologies but Prince2 seems to be very popular with big companies and government agencies so that is covered as well.
Nov
15
comment Dependency Inject Sql Connection?
Agree, but I doubt that the only difference will be the connectionstring, that is most likely just the tip of the iceberg. If the connectionstring really is the only property that differs then a setter method will do quite nicely
Nov
15
comment managing multiple software projects
True, bubble diagrams makes the properties of the projects in the portfolio visible. Alignment with the product development strategy (if it exists) should also be assessed.
Nov
15
answered Dependency Inject Sql Connection?
Nov
15
revised Limit the number of available/visible Content Types in document libraries
edited title
Nov
15
answered How to access sharepoint data using C#?
Nov
15
revised Limit the number of available/visible Content Types in document libraries
added SharePoint as a tag
Nov
15
asked Limit the number of available/visible Content Types in document libraries
Oct
2
answered Assessment of project mangers’s volume of work - what is a good methodology?
Sep
30
revised Integrating PowerShell in SharePoint
typo
Sep
30
awarded  Yearling
Sep
29
comment Iterating through a SPListItem/SPList
Are your users using Outlook? if so then you might just use the out of the box functionality and save you self some work
Sep
29
asked Integrating PowerShell in SharePoint
Sep
26
answered Consuming Sharepoint web services
Sep
25
answered Boss doesn’t believe my time estimate… advice/backup?
Sep
22
awarded  Favorite Question
Sep
16
accepted How to avoid Outlook security alert when reading outlook message from C# program
Sep
11
comment Adding relations to an Access Database.
Tony, nothing as such but in this case both issues are present
Sep
10
comment Adding relations to an Access Database.
Well, since this is brown field it might be kind of tricky to replace the database, but it should still be doable. Then again, if the DAL is nice and clean the ROI on replacing the DB might be to low
Sep
10
answered Adding relations to an Access Database.
Sep
10
answered What are the Qualities/Skillset to look for while hiring for Software Quality Engineer Position ?
Sep
5
comment How to hand over a project systematically?
That is exaclly the reason why the key players should never travel together :-)
Sep
5
answered How to hand over a project systematically?
Sep
5
answered Sharepoint: find out if current user belongs to specified group
Aug
30
accepted Weird SPListItem URL when adding a new announcement
Aug
30
answered Weird SPListItem URL when adding a new announcement
Aug
21
asked SharePoint 2010 and Firefox/Safari, will Kerberos work ?
Aug
14
answered Software task/project planning books?
Aug
3
answered What steps can I take to optimise build times in TeamCity?
Aug
3
comment Problem finding Item List Id in WSS 3.0
blogs.msdn.com/brianwilson/archive/…
Aug
3
comment Problem finding Item List Id in WSS 3.0
Brian Wilson wrote a very nice guide about event handling and included a ready-to-use framework. Event handler can be a lot of fun, happy coding
Aug
2
comment For home projects, can Mercurial or Git (or other DVCS) provide more advantages over Subversion?
My point is that there is no reason to set up your own VCS for home project when you can get free hosting on both SVN and GIT.
Aug
2
answered For home projects, can Mercurial or Git (or other DVCS) provide more advantages over Subversion?
Aug
2
comment Separate firstname and lastname from fullname string in C#
exactly ;-) I only know it to well
Aug
2
answered Separate firstname and lastname from fullname string in C#
Jul
31
revised Microsoft Visual Studio Tools for Office. Is it worth using?
deleted 6 characters in body
Jul
28
answered What datatype to use when storing latitude and longitude data in SQL databases?
Jul
27
awarded  Civic Duty
Jul
27
answered Creating a plugin for outlook with VS 2008
Jul
26
answered Setting up a sandbox dev environment for Sharepoint
Jul
26
answered Store options in database or in a file?
Jul
25
answered What is the most important feature of SharePoint 2010
Jul
25
answered What approach do you use to find information on how a class/method/framework works?
Jul
25
answered Is SQL Server 2005 Express good enough for development
Jul
25
comment creating a server project in vb6 and ms-access
I have to agree, there is no reason to use Access as the DBMS on a multi user system. I dropped MS Access when SQL 2005 express became available and I have never regretted that. BTW why VB6 when Microsoft stopped support for that product in March last year?
Jul
24
answered How do you get file details in a SharePoint ItemEventReciever in the ItemAdding Event?
Jul
24
answered What good web file management systems do you use?
Jul
20
comment Weird SPListItem URL when adding a new announcement
The code is not the actual code as I can't access that code repository from home right now, sorry.
Jul
19
asked Weird SPListItem URL when adding a new announcement
Jul
13
awarded  Popular Question
Jun
28
comment Which file based DBMS should I support in an open source project?
Just for the record: The project is for windows only and in C# (framework 3.5) We'll add support for SQLite first and perhaps Firebird (embedded) second. For the time being I see no reason to support MySQL or similar when a SQL 2008 express is for free, but perhaps one day I might see the light :-)