Types of application in dot net
Following list will give you an idea about various types of application that You can develop on .NET.1. ASP.NET Web applications: These include dynamic and data driven browser based applications.2....
View ArticleProductive features of VS.NET
- Drag and Drop design- IntelliSense features- Syntax highlighting and auto-syntax checking- Excellent debugging tools- Integration with version control software such as Visual Source Safe (VSS)- Easy...
View ArticleNamespace Definitions in ASP.Net
System- Provides base data types and almost 100 classes that deal with situations like exception handling,mathematical functions, and garbage collection.System.CodeDom Provides the classes needed to...
View ArticleSolve the simple square puzzle
Could you solve the simple square puzzle you have good logical mind if its true.
View Articlesql server 2008 r2 installation error on 64 bit
Dear friends ,Please make your comment on following error Error in installing Microsoft SQL Server 2008 R2 Enterprise on Windows Server 2008 Enterprise server R2,Always my all services is not running...
View ArticleCMOS checksum error
If you are getting CMOS checksum erorr whenever your system is connected to internet it automatically gets off and restart but while restarting it shows you warning as "CMOS checksum error" CMOS time...
View ArticleMajor Indian Software and Services Companies List
A G Technologies Pvt Ltd, MumbaiERP, IT enabled services, web enablement, application developmentA P Technosis Ltd, NoidaSoftware development (Java, VB, ASP), Offshore services, ConsultancyAalayance...
View ArticleImportant SQL Questions for Exam Preparation
1. Which of the following queries can you use to search for employees with the pattern 'A_B' in their names? A. SELECT last_name FROM employees WHERE last_name LIKE '%A\_B%' ESCAPE '\\'; B. SELECT...
View ArticleUnexpected growth of sql log file in sql 2008
The log file size grows and takes all free space sometimes. Sometimes it works OK. Following advice may help you to handle the situationI may be mistaken, but I seem to remember a problem with a...
View ArticleSoftware configuration,installation
what is difference between configuration and installation of software?Answer:Software installation is a process in which we set up software ready for execution usually done by a installer.while...
View ArticleWhat is the use of sqlserver browser service?
Sql browser service is used to connect to a instance within the server.It runs at the OS LEVEL of architecture.Sql server browser service is used by sql server for named instance name resolution and...
View ArticleWhat is nolock in SQL Server
Nolock is nothing but it decrease the concurrency of busy system.When there is nolock for data then that data can be taken by another transaction.Reads the dirty page irrespective to the isolation...
View ArticleWhat is the query/SP used to get the LSN of a transaction?
Dbcc loginfodbcc log(your db ) orselect * from fn_dblog(null,null)
View ArticleCommitted and uncommitted data in Log Backup in SQL
Transaction log backup captures the transaction log which contains a record of all committed or uncommitted transactions.In full recovery model, some time log file getting full that and first we will...
View ArticleMove Reporting server database instance from one server to another in SQL Server
Following the steps below to Move Reporting server database instance from one server to another in SQL Server 2005,2008,2012 etc1. Take the backup report server and report server temp db and restore in...
View Article