|
Blogs authored by SharePoint professionals including consultants, developers, and trainers.
Browse by Tags
All Tags » .NET ( RSS)
-
|
Obtaining the value of a particular field (SPField) of a list item (SPListItem) is quite awkward. First of all you have to pass either the index, Id or the InternalName of an existing field. If the field exists a value of the object type is being returned...
|
-
|
Recently, while working on a new tool for converting XML files using XSLT I have noticed something odd: Visual Studio (VS) 2008 wouldn’t display the contents of the converted XML files!
It’s not the first time that I’ve been working with XML and XSLT...
|
-
|
Yesterday I left my dayjob early to go with my brother Marius to the Oslo GameCamp at my former school NITH . I really wanted to get a better understanding of game programming and my brother (who is 18) is considering getting more into programming so...
|
-
|
A simple macro to change the Target Framework for a project from .NET 2.0 to .NET 3.5, hacked together in a few minutes. This will fail for C++/CLI projects, and possibly VB.NET projects (haven't checked). Works fine for regular C# projects, as well...
|
-
|
Dated: March/2008 Yes as saddening that sounds, it seems it is true. Having a bit of slack time and not being able to give VS2008 a whirl earlier due to project pressures, I broke it out today all eager to gauge what elegance this IDE brings, specially...
|
-
|
A couple of days back Ravi gave me a shout out to this .NET Video youtube-wannabe site. Check it out: www.dotnetvideos.net But guess what he's there is a tempting offer at the site as well, a free subscription to asp.netPRO magazine on registration...
|
-
|
Has anything been released - or, in fact, talked about - since August's release of the v1.1 CTP ? Haven't done any web-part development in a while and wanted to get back in the game. I last used the v1.0 extensions, and was surprised that nothing...
|
-
|
Tools written in Csharp for Video and Audio work. Check it out - http://moitah.net/ . There's some cool stuff there (if you are into that kinda thing anyways) Technorati tags: audio , video , tools , csharp , .net Cross-posted from tariqayad.com Read...
|
-
|
I'll use my blog for a bit of fishing for advice and guidance on an issue that's been bugging me. We've been moving towards using strong names on all of our assemblies. The benefits are obvious, and it's a must before we deploy to clients...
|
-
|
Just a quick heads-up in case you're stumped with this problem, or just passing by: The System.Diagnostics.EventLogEntry class implements the Equals method to check if two entries are identical, even if they're not the same instance. However,...
|
-
|
I'm writing some benchmarking code, which involves a Console application calling a COM+ hosted process and measuring performance. I want to constantly display results on my active console, but since some of my code is running out-of-process, I can't...
|
-
|
In my current code, I find myself accessing many Sharepoint web services. In one run of code I can access 5-6 different web services on dozens of different sites, not necessarily even on the same server. Given that I find myself writing a lot of boilerplate...
|
-
|
Here's another nasty one that tried to bite me today. Let's say I have the following classes: public class COMPlusClass : ServicedComponent { public COMPlusClass() { // Default initialization. } public COMPlusClass (string data) { // Parameterized...
|
-
|
By a staggering margin, most of my problems integrating C++/CLI code into my C#-based project has been deployment problems. Without fail, every integration or test deployment will be plagued with inexplicable problems. I'll try to list a few, with...
|
-
|
Today, I had a very tight deadline to achieve a very simple task: pass a managed .NET string to an API function that expects a null-terminated char*. Trivial, you would expect? Unfortunately it wasn't. My first though was to do the pinning trick that...
|
More Posts Next page »
|
|
|