3. nap. Mariposa Grove.
Indulás (35 C fok reggel) , (49) – Oakhurst- (41)
HTML 5 Compatible Web Browsers
The following links display comprehensive comparisons of web browsers on the support of the HTML 5 features. http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28HTML_5%29 http://fmbip.com/litmus http://caniuse.com/
Microsoft .NET Framework source code
The Microsoft .NET framework source code is available at the address below. You can search the source code by class name. http://www.dotnetframework.org
How to configure the domain password expiration policy in the Microsoft Active Directory
The Microsoft Active Directory is a great system to manage the security of servers and workstations. One of the fundamental security tools is the password expiration policy. To set the password expiration policy in an Active Directory domain follow the…
Display deleted items in the Microsoft Visual Studio Source Control Explorer
When you delete a file or folder in TFS by default it is no longer displayed in the Source Control Explorer. To be able to “undelete” a file or folder enable the visibility of deleted items in Microsoft Visual Studio. To see deleted items in…
Insert multiple rows into a Microsoft SQL Server database
There is a great way to insert multiple rows into a Microsoft SQL Server database in one statement. This notation has multiple advantages: simplicity and the grouping of multiple instructions into one transaction. INSERT MyTable (name,…
The ‘Microsoft.ACE.OLEDB.12.0’ provider is not registered on the local machine. (System.Data)
When you try to import Excel 2007 or later “.xlsx” files into an SQL Server 2008 database you may get the following error mesage : The ‘Microsoft.ACE.OLEDB.12.0’ provider is not registered on the local machine. (System.Data)…
How to open SQL files in Visual Studio 2012
The default installation of Visual Studio 2012 cannot open SQL documents when you double click on them in Source Control Explorer. To be able to do that you have to install the SQL Server Data Tools for Visual Studio 2012 Open the ” December…