| Author: Pritam Baldota 10 Jul 2006 | Member Level: Gold | Rating: Points: 2 |
Plz see techinterviews.com also see Dumps which has llive scenario at http://www.pritambaldota.com in Download sections.
|
| Author: HimaBindu Veeramachaneni 10 Jul 2006 | Member Level: Diamond | Rating: Points: 2 |
Go through Exam question Section in Spider
|
| Author: krishna 10 Jul 2006 | Member Level: Gold | Rating: Points: 2 |
chk this url http://srkrishnakumar.spaces.msn.com/blog/cns!5F5205D90714FE9D!188.entry
|
| Author: HimaBindu Veeramachaneni 11 Jul 2006 | Member Level: Diamond | Rating: Points: 2 |
http://www.dotnetspider.com/kb/Article2198.aspx
|
| Author: DotNetGuts (DNG) 09 Aug 2006 | Member Level: Diamond | Rating: Points: 2 |
http://www.andymcm.com => for c# and dot net frame work faqs http://www.syncfusion.com/faq/windowsforms/default.aspx http://www.c-sharpcorner.com/faq.asp http://msdn.microsoft.com/vcsharp/productinfo/faq/default.aspx http://www.yoda.arachsys.com/csharp/faq/ http://www.gotdotnet.com/team/csharp/learn/faq/ http://www.syncfusion.com/faq/windowsforms/default.aspx
ASP.net http://msdn.microsoft.com/asp.net/beta2/faq/default.aspx http://www.4guysfromrolla.com/webtech/faq/faqtoc.shtml http://www.syncfusion.com/FAQ/aspnet/Default.aspx http://www.aspnetfaq.com http://www.eggheadcafe.com/articles/20021016.asp http://www.cmap-online.org/Default.aspx?tabindex=4&tabid=-17
|
| Author: ankur jain 20 Oct 2008 | Member Level: Silver | Rating: Points: 5 |
For 2 years exp, they didnt ask basic questions of 1-2 line answer, but asks deep questions like 1.Tell algorithm of garbage collector. 2.How to make strong key. 3. whta are different types to make and call webservice. 4. Dataset is refernce type or value type. 5. Use of cashe. 6.Oops concepts for c# in deep. using practical exam. 7.what is static constructor. 8.Need of static constructor. etc.
|
| Author: mohamed hanif 29 Oct 2008 | Member Level: Gold | Rating: Points: 5 |
1.oops concept--> a.Abstraction b.polymorphism c.Inheritance d.Encapsulation 2.Garbage Collection 3.CLR 4.Joins in SQL 5.diff between function and Sp 6.Diff between custom control and user control 7.Bubbled Event 8.Diff between views and trigger 9.Transaction 10.Ado objects 11.Exception Handling 12.Diff between Arraylist and HashTable 13.Partial class 14.Row number in sql 15.Difference .net 2003.2005,2008 16.Diff between Sqlserver2000 and 2005
|
| Author: Bunty 02 Dec 2008 | Member Level: Diamond | Rating: Points: 6 |
Hi,
A trigger is a block of code that constitutes a set of T-SQL statements that are activated in response to certain actions or conditions.
A trigger can also be interpreted as a special kind of stored procedure that is executed whenever an action,such as data modification,takes place.
A Trigger is fired whenever data in the underlying table is affected by any of the Data Manipulation Language (DML) statements -INSERT,UPDATE,OR DELETE.
Triggers help in maintaining consistent,reliable,and correct data in tables.They enable the performance of complex actions and cascade these actions to other dependent tables
Regards S.S.Bajoria
|