Archita's Blog
Thursday, 26 June 2014
What is HTML 5 - 1
›
HTML 5 is a hyper text language which can deliver content rich in media without the need for additional plugins. With HTML 5 we no more ...
1 comment:
Monday, 23 June 2014
Configure your Visual Studio 2010 for HTML 5 and CSS3 development
›
The world is quickly adopting to HTML 5. Visual Studio 2010 was not built to embrace HTML 5. But if you installed Visual Studio 2010 in y...
Thursday, 28 March 2013
ASP.NET - A simple Question
›
Question : I have a StudentManagement Web application. In this application there is an admin module. Admin wants to send personlaized mai...
Search string in CSV
›
Question is: I have a string called inputstring. I'd like to search a CSV file to find all instances of the inputstring? How is this ...
Sunday, 24 March 2013
Getting Exception 1
›
Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack Happens when : If you use the...
Wednesday, 20 March 2013
Continuous Integration
›
These are excerpts from Martin Flower's Continuous Integration . Please visit Continous Integration to view the complete article.Some ...
2 comments:
Thursday, 14 March 2013
SQL -Tip
›
The following line resets the Identity value for the Customer table to 0 so that the next record added starts at 1. DBCC CHECKIDENT('...
›
Home
View web version