Interesting SharePoint CAML XML trouble shooting tool:
this script is NOT meant to help you *build* your queries. There are other tools for that. This is purely a testing tool to help you during those “doh” moments.
-jeroen
Posted by jpluimers on 2012/10/23
Interesting SharePoint CAML XML trouble shooting tool:
this script is NOT meant to help you *build* your queries. There are other tools for that. This is purely a testing tool to help you during those “doh” moments.
-jeroen
Posted in .NET, Development, JavaScript/ECMAScript, jQuery, Scripting, SharePoint, Software Development, Web Development | Leave a Comment »
Posted by jpluimers on 2012/10/18
I’ve been working with some continuous integration setups using CruiseControl.net for a suite of Visual Studio 2010 projects stored on Team Foundation Server 2010.
A few links from my research list:
–jeroen
Posted in .NET, C#, Continuous Integration, CruiseControl.net, Development, Software Development, Source Code Management, TFS (Team Foundation System) | Leave a Comment »
Posted by jpluimers on 2012/10/17
While preparing for the Category Cloud series of posts, I found a lot of helpful links.
Here they are:
–jeroen
Posted in .NET, ASP.NET, C#, Development, HTML, Software Development, Web Development | Leave a Comment »
Posted by jpluimers on 2012/10/15
I needed to make backups of a couple of maintenance USB drives.
It turned out to be pretty easy: How To Backup Bootable USB Drive describes how to do that based on a small USB Image Tool developed in .NET.
One of the things you can do with this is backup bootable Windows installation media.
Note it is a simple tool, so it backups only same size to same size. For more advanced copy purposes, use something like the professional tools from Acronis.
–jeroen
Posted in .NET, Development, Hardware Interfacing, Power User, Software Development, USB, Windows, Windows 7, Windows 8, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | Leave a Comment »
Posted by jpluimers on 2012/10/09
As a follow-up on my earlier number validation posts (Elf proef in C# and Other number verifications), I found a nice T-SQL version of the Elfproef for Dutch bank account numbers.
It works at least from SQL Server 2000 and up, most likely also in the (unsupported) SQL Server 7.
–jeroen
via: Elfproef als T-SQL UDF.
Posted in .NET, C#, Database Development, Development, Software Development, SQL Server, SQL Server 2000, SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, SQL Server 7 | Leave a Comment »
Posted by jpluimers on 2012/10/06
While fooling around with Microsoft Surface, you are astonished with the number of fingers it supports: 10 is no problem on the Samsung SUR40 which can also do full HD resolution (more specs here).
Not so with the standard Windows 7 touch support: that has only 2.
As I want to increase that to better mimic the development environment to the actual environment a few notes:
–jeroen
Posted in .NET, Development, Microsoft Surface, Microsoft Surface on Windows 7, Software Development, Windows 7, Windows 8 | Tagged: 3m, computing hardware, development environment, fingers, gadgets, hd, microsoft, microsoft surface, pc hardware, real world, samsung, stack overflow, technology | 1 Comment »
Posted by jpluimers on 2012/10/03
When moving a truckload of stuff from Visual Source Crash, I came a long many .webinfo files.
I wasn’t sure they should be in TFS, and indeed they should not:
.webinfo should be excluded. (Some info about webinfo: How to copy and configure ASP.NET projects between different local computers)
–jeroen
via: asp.net – Should the WebInfo file be excluded from SVN – Stack Overflow.
Posted in .NET, ASP.NET, Development, Software Development, Source Code Management, TFS (Team Foundation System) | Leave a Comment »
Posted by jpluimers on 2012/10/02
Portable Library Tools extension is a great tool for creating assemblies that run on a variety of .NET platforms without recompilation.
I hope a Visual Studio 11 version of it comes soon.
–jeroen
Posted in .NET, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2012/09/28
| How | Upper | Lower | Comment |
|---|---|---|---|
| Keyboard | CTRL + SHIFT + U | CTRL + U | |
| Menu | Edit -> Advanced -> Make Uppercase | Edit -> Advanced -> Make Lowercase | |
| Command | Edit.MakeUppercase | Edit.MakeLowercase | |
| Versions | 2008, 2010, 11 | ||
–jeroen
Posted in .NET, Development, Keyboards and Keyboard Shortcuts, Power User, Software Development, Visual Studio 11, Visual Studio 2008, Visual Studio 2010, Visual Studio and tools | Leave a Comment »