Ieri, al CTIA Wireless 2008 tenutosi a Las Vegas, è stato annunciato Windows Mobile 6.1. Si tratta di un aggiornamento della piattaforma Windows Mobile che promette, tra le altre cose, una gestione più facile delle funzionalità del telefono e miglioramenti per quanto riguarda la sicurezza. Maggiori dettagli sono qui disponibili qui.
Technorati Tags:
Windows Mobile
A questo indirizzo sono disponibili alcuni video introduttivi sull'utilizzo dell'MVC Framework per ASP .NET. Gli esempi di codice mostrati sono in Visual Basic .NET.
Fonte: Beth Massi - Sharing the goodness that is VB
Per abilitare il Full-Text Indexing su un tabella di SQL Server 2005, essa deve avere un campo UNIQUE, su cui sarà costruito l'indice stesso. Una tipica scelta consiste nel definire UNIQUE il campo che contiene la chiave primaria della tabella. Maggiori informazioni sono disponibili su TechNet.
A questo indirizzo sono state pubblicate le risposte alle 20 domande poste più frequentemente sull'utilizzo dell'SQL Server JDBC Driver. Tra le altre, l'ultima risposta mi sembra molto importante:
Microsoft currently plans to release a future version of the Microsoft SQL Server JDBC driver with support for new SQL Server 2008 features. At this time, we cannot comment on what code changes (if any) you will need to make when the product is released. Note that the Microsoft SQL Server 2005 JDBC Driver version 1.2 can connect to SQL Server 2008 but does not support the new data types or other features that are new in SQL Server 2008.
Fonte: Microsoft JDBC Driver Team Blog
Technorati Tags:
SQL Server