c# and .NET interview questions Shivprasad Koirala

c# and .NET interview questions

Wednesday, July 1, 2009

Ahhh...Ouuuu.....aiya I am a MVP now...

Got a email saying i am MVP more details here http://www.facebook.com/SouthAsiaMVP
Posted by Shivprasad Koirala at 7:21 AM 8 comments:
Labels: .net and C# interview questions, .Net and c# training, Asp.Net Interview Questions, Csharp interview questions, MVP, Programming interview questions
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Call Now on 022-66752917

For interview videos & training on .NET, C#, ASP.NET, WCF, Design Patterns, SilverLight, LINQ, SharePoint, Azure visit www.questpond.com. See some of the samples as below: -

What are Generics?

What is Authentication and Authorization in ASP.NET?

What are the different types of collection in .NET and C#?

How to create a web portal in SharePoint 2010?

What kind of questions are asked in C# and .NET interviews?

What is the use of "VAR" keyword in .NET and C# ?

C# interview questions: - What are anonymous methods in C# ?

Final/Last year College Project - Safe surfing

C# interview questions videos

  • "VAR" keyword
  • Abstraction and Encapsulation
  • Anonymous methods in c#
  • anonymous types tuples
  • apply de-normalization
  • C# (Csharp) indexers
  • c# and .NET collections
  • c# private constructor
  • checked and unchecked keyword ?
  • Constant VS Readonly
  • Convert.tostring VS tostring ()
  • debug c# threads?
  • Debug directive in c#
  • Debug VS Release
  • Generics in c#
  • method names in c#
  • mock interview
  • operator overloading in c# ?
  • params keyword
  • proper data type
  • static classes
  • String VS StringBuilder
  • String(Capital S) and string(small s) ?
  • Throw vs Throw ex
  • volatile keyword
  • What are extension methods
  • What is AutoResetEvent?
  • What is thread ?
  • Yield keyword in c#

. NET and C# interview questions videos

  • Garbage collector
  • boxing vs unboxing
  • .NET Mock Interview

ASP.NET interview questions videos

  • ASP.NET Application and Page Life Cycle
  • Web.config transformation
  • Do session use cookies ?
  • ASP.NET Session VS Viewstate
  • ASP.NET Masterpages
  • ASP.NET Authentication and Authorization

SQL Server interview questions videos

  • SQL Server reporting Service Step by Step
  • What is page split ?
  • What are triggers?
  • what are Sub Query?
  • update SQL Server views?
  • unique key VS primary key
  • How to combine table?
  • Find the second highest ?
  • RowNumber,Partition,Rank and DenseRank ?
  • Coalesce and ISNULL?
  • Clustered Indexes
  • apply de-normalization

MVC interview questions and answers Article

  • MVC ( Model view controller) interview questions and answers
  • MVC interview questions with answers video: – What is Web API how to implement the same?

MVC Interview questions videos

  • viewdata,viewbag,tempdata

WCF Interview questions videos

  • WCF fault exceptions ?
  • overloading in WCF

Important .NET and C# interview questions

  • .NET and c# Interview Question and answers: – If we want to update interface with new methods, what is the best practice?
  • .NET and c# Interview Question and answers: – If we want to update interface with new methods, what is the best practice?
  • .NET and C# interview questions and answers: – What is JSON(JavaScript object notations)?
  • .NET interview questions and answers: - What is difference betweenIcomparable VS Icomparer ?
  • .NET interview questions and answers: - What is difference betweenIcomparable VS Icomparer ?
  • .Net interview questions and answers: - What is the difference between “Web.config” and “Machine.Config”?
  • .NET interview questions and answers: - What is TPL?
  • .NET Interview questions and answers: -What are different access modifiers?
  • .NET Interview questions and answers: -What is serialization and deserialization in .NET?
  • .NET interview questions and answers: – Will the following c# code compile?
  • .NET interview questions: - Can you explain CMMI?
  • .NET interview questions: - Elaborate various roles in Six Sigma implementation?
  • .Net interview questions: - Explain why it is not preferred to use finalize for clean up?
  • .Net interview questions: - Show the five levels in CMMI?
  • .NET interview questions: - The advantages of using OOPS over functional programming?
  • .NET Interview Questions: - What do you mean by LeaseTime, SponsorshipTime, RenewonCallTime and LeaseManagerPollTime?
  • .NET Interview Questions: - What is the object pooling in .NET?
  • .NETinterview questions and answers: – Will the finally run in this code?
  • 500 Important C# and.NET interview questions asked to C# developers
  • C# and .NET interview question: - What are symmetric and asymmetric algorithms?
  • C# and .NET interview question: - What is hashing?
  • C# and .NET interview question: -What is short circuiting in C#?
  • c# and .NET interview question:- what connects dataset and data source ?
  • C# and .NET Interview questions: - What is Thread.Join () in threading?
  • c# interview question
  • C# interview questions and answers: - Can you write a simple c# code to display Fibonacci series?
  • C# interview questions and answers: – Explain the use of Icomparable in c#?
  • C# interview questions: - How can we check which rows have changed since dataset was loaded?
  • How to prepare for c# and .NETinterviews?
  • Important c# and .NET interview question on object pooling and Gridview events?

C# INTERVIEW QUESTIONS & ANSWERS ARTICLE

  • 12 Important FAQ’s on VSTS Testing (Unit testing, load testing, automated testing, database testing and code coverage)
  • 6 important use of Partial/Mock testing
  • 6 important uses of Delegates and Events
  • 7 Simple Steps to Run Your First Azure Blob Program
  • 8 Steps to Create Workflows using SharePoint Designer
  • Azure FAQ Part 1
  • C# (Csharp) interview questions and answers: – What are indexers in .NET?
  • C# Code Reviews using StyleCop – Detailed Article
  • c# design pattern (UNIT of Work Design Pattern)
  • C# design pattern interview question: - DI vs IOC
  • C# design pattern interview questions – What is Dependency injection ?
  • c# interview questions and answers :- What is the use of c# “Yield” keyword.
  • C# interview questions and answers: - What is the difference between “==” and .Equals()?
  • C# OOP interview questions and answers: - I do not want to implement all the interface methods?
  • Four real world uses of Partial classes and Partial methods
  • How questions are asked in c# interviews?
  • SharePoint Quick Start FAQ Part 1
  • SharePoint Quick Start FAQ Part 6 – Workflows, Workflows and Workflows
  • SharePoint Workflow Basics
  • What is the difference between Reflection and Dynamic in C#?

Algorithm Interview Questions

  • Algorithm interview questions and answers: – Can you write code for bubble sort algorithm?
  • Algorithm interview questions and answers: – How does selection sort algorithm works?
  • Algorithm interview questions and answers: – What is inserted sort algorithm?

ASP.NET INTERVIEW QUESTIONS & ANSWERS ARTICLE

  • .NET 4.0 MEF FAQ (Socket, Plug and extension)
  • .NET Best Practice No: 2:- Improve garbage collector performance using finalize/dispose pattern
  • 6 ways of doing locking in .NET (Pessimistic and optimistic)
  • 7 Steps to Write Your Own Custom Rule using FXCOP
  • ASP.NET authentication and authorization
  • Asp.NET interview question: - Can ASP.NET web application run without web.config?
  • Caching Interview Questions Part 2
  • Compiling the first F# program using interactive mode
  • Crystal and Reporting Services FAQ Part 2
  • Debugging, Tracing and Instrumentation in .NET and ASP.NET (14 FAQ) with full video
  • Deep talk on Cultures and languages with Asp.net and Sql
  • Learn Regular Expressions (RegEx) with Ease
  • Project Management FAQ
  • SOA Interview questions Part 1
  • The Two Interceptors: HttpModule and HttpHandlers
  • Unified modeling language ( UML ) interview questions part 2
  • Windows Communication Foundation FAQ quick starter Part 2

.NET Framework Interview Questions Articles

  • .NET 4.0 FAQ Part 1 -- The DLR
  • Best Practice No 4:- Improve bandwidth performance of ASP.NET sites using IIS compression
  • Best Practices No 5: - Detecting .NET application memory leaks
  • Caching Interview Questions: Part 1
  • Dynamic Validation According to Logged in User
  • Six important .NET concepts: Stack, heap, value types, reference types, boxing, and unboxing

SQL Server Interview Questions & Answers Article

  • Codeproject.tv :- Learn SharePoint Step by Step Videos
  • SQL Server interview questions and answers: - What is HID data type in SQL Server ?

.NET Interview Questions and Answers Article

  • .NET interview questions and answers: - How to reverse a string in .NET ( DotNet)?
  • .NET interview questions and answers: - What is the use of Click Once?
  • .NET interview questions and answers: - Will the below codes create new instances?
  • .NET interview questions with answers: - What is the difference between Reflection and Dynamic?
  • C# and .NET interview questions with answers – What is Nuget?
  • Dependency injection (DI) VS Inversion of Control (IOC)

WPF Interview questions & Answers Article

  • 6 important WPF and Silverlight Multi-threading interview questions with answers

Blog Archive

  • ►  2013 (20)
    • ►  May (1)
    • ►  April (10)
    • ►  March (1)
    • ►  February (1)
    • ►  January (7)
  • ►  2012 (50)
    • ►  December (3)
    • ►  November (4)
    • ►  October (2)
    • ►  September (2)
    • ►  June (3)
    • ►  May (5)
    • ►  April (5)
    • ►  March (8)
    • ►  February (8)
    • ►  January (10)
  • ►  2011 (338)
    • ►  December (7)
    • ►  November (9)
    • ►  October (25)
    • ►  September (32)
    • ►  August (24)
    • ►  July (19)
    • ►  June (9)
    • ►  May (86)
    • ►  April (62)
    • ►  March (26)
    • ►  February (23)
    • ►  January (16)
  • ►  2010 (48)
    • ►  December (19)
    • ►  November (1)
    • ►  October (1)
    • ►  September (2)
    • ►  August (6)
    • ►  June (3)
    • ►  May (1)
    • ►  April (2)
    • ►  March (3)
    • ►  February (4)
    • ►  January (6)
  • ▼  2009 (33)
    • ►  December (1)
    • ►  November (1)
    • ►  October (1)
    • ►  September (29)
    • ▼  July (1)
      • Ahhh...Ouuuu.....aiya I am a MVP now...
  • ►  2008 (30)
    • ►  December (1)
    • ►  November (2)
    • ►  October (1)
    • ►  September (1)
    • ►  August (3)
    • ►  July (5)
    • ►  June (1)
    • ►  May (1)
    • ►  April (3)
    • ►  March (2)
    • ►  February (4)
    • ►  January (6)
  • ►  2007 (60)
    • ►  December (7)
    • ►  November (11)
    • ►  October (10)
    • ►  September (5)
    • ►  August (5)
    • ►  July (3)
    • ►  June (8)
    • ►  May (1)
    • ►  March (1)
    • ►  February (9)
  • ►  2006 (1)
    • ►  November (1)
Simple template. Template images by gaffera. Powered by Blogger.