Archive for the ‘.NET’ Category
Posted by jpluimers on 2012/10/24
A while ago, I wrote about Some notes on multi-touch and Windows.
Today, Dell introduced the S2340T 23″ monitor with multi touch support, aimed at Windows 8. It surpasses the minimim requirement of 5 fingers:
It also features a multi-position, articulating stand, a 10-point touch and Full HD 1920 x 1080 resolution.
This comes much closer to Microsoft Surface Table. Hopefully that SDK will fully support this monitor.
–jeroen
via: Dell’s new S2340T 23″ Multi-touch monitor brings touch to systems upgrading to Windows 8 – Direct2Dell – Direct2Dell – Dell Community.
Posted in .NET, Development, Microsoft Surface, Software Development | 1 Comment »
Posted by jpluimers on 2012/10/24
I need to put some time into researching how TFS source control bindings really work, as it is not only based on these extensions:
- .vssscc (Visual Studio Solution Source Code Control)
- .vspscc (Visual Studio Project Source Code Control)
Information is also stored in the .sln solution files. These postings should get me going:
–jeroen via: Google search for TFS+vspscc+vssscc
Posted in .NET, Development, Software Development, Source Code Management, TFS (Team Foundation System) | Leave a Comment »
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
via: Simple CAML Query Tester using jQuery & SPServices –.
Posted in .NET, Development, JavaScript/ECMAScript, jQuery, Scripting, SharePoint, Software Development, Web Development | 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/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 »