-
Recent Posts
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
Meta
Monthly Archives: March 2012
C++ Day 2012 – Effective C++ programming with Visual Studio
C++ Day 2012 http://www.microsoft.com/malaysia/events/vc/ Effective C++ programming with Visual Studio The slides you can download from skydrive.
How to loop through all properties in Active Directory search result
The below code will search for an entry and loop through the properties in the Active Directory. //pass in AD server name, account , password that can access to this server DirectoryEntry entry = newDirectoryEntry(“LDAP://dc1.localserver.localdomain”, “Administrator”, “password”); DirectorySearcher mySearcher … Continue reading
How to read from XML document using XMLDocument
How to read the XML element is somehow identical to How to update xml element. You can see the following lines from the How to update xml element sample. XmlNodeList nodeList = xDoc.GetElementsByTagName(“value”); nodeList[0].InnerXml = “zzz”; What you need to … Continue reading
This database file is not compatible with current instance of SQL Server
When you double click on mdf file then you might hit the below error message. ————————————————————————————– This database file is not compatible with current instance of SQL Server. To resolve this issue, you must upgrade the database file by creating … Continue reading
SQL Server Express is not included in Visual Studio 11 installation
Don’t be surprised if you do not see MS SQL Server instance install with Visual Studio 11. When you open the existing application with mdf file then you will receive a message. “One or more Web Application projects in this … Continue reading
Install and Run VS 11 in Windows 8 Consumer Preview
You can install and run VS 11 in Windows 8. I am not sure about the bugs you will face yet.
Disable password must meet complexity requirements in 2008
1. On the Windows 2008 Domain control, log on as a domain Administrator account, run “gpmc.msc” to open Group Policy MMC. 2. Click Default Domain Policy. 3. On the pull down menu choose Action, click Edit. 4. Locate Computer Configuration\Windows … Continue reading
Visual Studio 11 Beta download
Get Visual Studio 11 Beta here. http://www.microsoft.com/visualstudio/11/en-us/downloads#vs