Dear Sir/Madam,
Please suggest me what all things to learn for preparing from c-sharpcorner for .net interview.
Thanks & Regards
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Thavaselvan PalanivelPosted Apr 27, 2015, 2:19 AM
its my blog:
for Interview Questions: http://codex.blog.com/interview-questions/
for sample programs:
Ado dotnet http://codex.blog.com/source-code/ado-dot-net/
C# :http://codex.blog.com/source-code/c-dot-net/
http://codex.blog.com/source-code/c-dot-net-part-2/
sql server:http://codex.blog.com/source-code/microsoft-sql-server/
Abhineet SrivastavaPosted Apr 26, 2015, 1:14 PM
if you are between 0-3 yrs Exp Then i will Recommend Shiv Prasad Koirala book to you :)
Vincent Maverick DuranoPosted Apr 26, 2015, 4:40 AM
Hi,
Well it really depends on your current level. If you are an experienced one then most likely they will asked information based on what you've written in your resume something like about the projects that you've been working on, what technologies, methodologies, design patterns did you used stuff like that. Just be true to yourself and answer questions as you can during the interview, if you could site or demonstrate some practical examples during interview then that would be a big plus.
If you are a fresher then most likely they ask about your theses, data structures and etc, Also you would need to learn the basic concept of OOPs and how ASP.NET works if you are applying for web. You would also need to know about basic data access, data types, variables, , syntax and how to write methods and classes. If you are into web then learn the basic concept of the web, client technologies and know how the stateless world works and more importanty you should know about request and reponse. I've interviewed alot of web developers from mid to senior level and some of them doesn't even know about Request and Response thing.
PS: I don't typically refer inteview questions from the internet instead I would ask questions based from their project experience and skills sets. Bottom line is be true to yourself in the interview and don't anwser questions that is "by the book".
Akhil GargPosted Apr 15, 2015, 1:27 PM
Sheila GreenPosted Apr 15, 2015, 8:19 AM
Riddhi ValechaPosted Nov 4, 2014, 4:10 AM
Just google - C#.NET and ASP.NET Interview questions..
Dipankar BiswasPosted Nov 3, 2014, 10:27 PM
http://www.indiabix.com/technical/dotnet/dot-net-framework/
or.
1.Difference between delete and truncate.
2. Executenonquery, Execute Reader,Execute scalar in asp.net.
3. Difference between ExecuteReader ExecuteScalar and ExecuteNonQuery
4.asp.net access specifiers.
http://csharp.net-informations.com/language/csharp-access-specifiers.htm
5.3 tier architecture in C#.
http://www.c-sharpcorner.com/UploadFile/dacca2/understand-3-tier-architecture-in-C-Sharp-net/
6.difference between dataset and datareader.
http://www.c-sharpcorner.com/Blogs/12509/