You must Sign In to post a response.
Category: Career Guidance
#760566
Hi
You can go through below link for various years exp check them
http://www.dotnetspider.com/resources/Category5014-Interview-Tips.aspx
http://www.blendinfotech.com/dot-net-interview-questions-and-answers-for-2-years-experience
http://pankajtiwarii.blogspot.in/2013/11/aspnet-interview-question-and-answer.html
http://www.c-sharpcorner.com/UploadFile/65794e/interview-questions-and-answers-for-3-year-net-experienced/
http://www.codeproject.com/Articles/698018/Top-ASP-NET-Interview-Questions-and-Answers
Hope it will helpful to you.
Name : Dotnet Developer-2015
Email Id : kumaraspcode2009@gmail.com
'Not by might nor by power, but by my Spirit,' says the LORD Almighty.
You can go through below link for various years exp check them
http://www.dotnetspider.com/resources/Category5014-Interview-Tips.aspx
http://www.blendinfotech.com/dot-net-interview-questions-and-answers-for-2-years-experience
http://pankajtiwarii.blogspot.in/2013/11/aspnet-interview-question-and-answer.html
http://www.c-sharpcorner.com/UploadFile/65794e/interview-questions-and-answers-for-3-year-net-experienced/
http://www.codeproject.com/Articles/698018/Top-ASP-NET-Interview-Questions-and-Answers
Hope it will helpful to you.
Name : Dotnet Developer-2015
Email Id : kumaraspcode2009@gmail.com
'Not by might nor by power, but by my Spirit,' says the LORD Almighty.
#760569
Hi
If you want to go with 2+ years experience on .net you should be aware of the following topics.
ASP.NET:
1.Page life cycle with all phases.
2.State management
-Client side state management
-Server side state management
3.Validation controls in asp.net
4.Creating user controls and custom controls.
5.Master page and content page.
C#.NET:
1.OOPs concepts
-Inheritance
-Polymorphism
-Abstraction
-Encapsulation
2.Abstract class and interface.
3.Exception handling using try catch blocks.
4.Array, arraylist, generics and delegates.
5.Constructor and destructor.
Regards
Sridhar Thota.
"Poverty means.. Poverty of knowledge.."
Sridhar Thota.
Editor: DNS Forum.
If you want to go with 2+ years experience on .net you should be aware of the following topics.
ASP.NET:
1.Page life cycle with all phases.
2.State management
-Client side state management
-Server side state management
3.Validation controls in asp.net
4.Creating user controls and custom controls.
5.Master page and content page.
C#.NET:
1.OOPs concepts
-Inheritance
-Polymorphism
-Abstraction
-Encapsulation
2.Abstract class and interface.
3.Exception handling using try catch blocks.
4.Array, arraylist, generics and delegates.
5.Constructor and destructor.
Regards
Sridhar Thota.
"Poverty means.. Poverty of knowledge.."
Sridhar Thota.
Editor: DNS Forum.
#760571
In Sql server:
1.Prepare joins concept relating to your
project requirements.
2.Creating stored procedure with input
and output parameters.
3.Aggregate functions like sum, count, min, max., etc.
4.Prepare the concept of constraints like
primary key, foreign key, unique and not null.
5.learn normalization concept atleast 1NF, 2NF and 3NF.
Good to have knowledge on Html, css and JavaScript would be an added advantage when you attend an interview.
Hope you got an idea how to prepare for interview.
Regards
Sridhar Thota.
"Poverty means.. Poverty of knowledge.."
Sridhar Thota.
Editor: DNS Forum.
1.Prepare joins concept relating to your
project requirements.
2.Creating stored procedure with input
and output parameters.
3.Aggregate functions like sum, count, min, max., etc.
4.Prepare the concept of constraints like
primary key, foreign key, unique and not null.
5.learn normalization concept atleast 1NF, 2NF and 3NF.
Good to have knowledge on Html, css and JavaScript would be an added advantage when you attend an interview.
Hope you got an idea how to prepare for interview.
Regards
Sridhar Thota.
"Poverty means.. Poverty of knowledge.."
Sridhar Thota.
Editor: DNS Forum.
#760591
Hi,
Please find the below concepts which you can concentrate
1) OOPS
2) ADO.NET
3)Lynch
4)WCF
5)WPF
6)Design Patterns
7)MVC
8) 3 tier archiecture
All is well.
Thanks,
Dharma
Editor,Mentor,MVM
Try and fail but don't fail and try
Please find the below concepts which you can concentrate
1) OOPS
2) ADO.NET
3)Lynch
4)WCF
5)WPF
6)Design Patterns
7)MVC
8) 3 tier archiecture
All is well.
Thanks,
Dharma
Editor,Mentor,MVM
Try and fail but don't fail and try
#760593
Hi
srikanth
--You can learn following topics
--ASP.NET & C#.NET::
--First You need learn must Basic concepts
--1.OOPS - Concept.
--2.State management(ViewState,Session,Cookie)
--3.Page Redirection
--Solution
--(Response.Redirect,Response.Transfer)
--4.How to Pass Query String one page to another page
--Solution:Response.Redirect("Test.aspx?id=" + Empid);
--5.How to make master page and content page
--6.How to Retrieve value from Database
--7.Dataset
--(Collection of Datatable)
--8.Datatable
---(Collection of Records)
--10.Validation controls(Client and Server Side) in asp.net
--11.if, for statemnt ,Gridview with CRUD Operations
--12. Regarding Explain your project
--13.Html,Css Implemented Aspx Page(Basic)
--14.How to Refer DLL Existing Project
--15.Ajax Concept
--16.Paritial Post with Update Panel
Name : Dotnet Developer-2015
Email Id : kumaraspcode2009@gmail.com
'Not by might nor by power, but by my Spirit,' says the LORD Almighty.
srikanth
--You can learn following topics
--ASP.NET & C#.NET::
--First You need learn must Basic concepts
--1.OOPS - Concept.
--2.State management(ViewState,Session,Cookie)
--3.Page Redirection
--Solution
--(Response.Redirect,Response.Transfer)
--4.How to Pass Query String one page to another page
--Solution:Response.Redirect("Test.aspx?id=" + Empid);
--5.How to make master page and content page
--6.How to Retrieve value from Database
--7.Dataset
--(Collection of Datatable)
--8.Datatable
---(Collection of Records)
--10.Validation controls(Client and Server Side) in asp.net
--11.if, for statemnt ,Gridview with CRUD Operations
--12. Regarding Explain your project
--13.Html,Css Implemented Aspx Page(Basic)
--14.How to Refer DLL Existing Project
--15.Ajax Concept
--16.Paritial Post with Update Panel
Name : Dotnet Developer-2015
Email Id : kumaraspcode2009@gmail.com
'Not by might nor by power, but by my Spirit,' says the LORD Almighty.
#760594
Hi
srikanth
--Sql server:
--1.How to Create Table
--2.Alter table Field using Query
--3.Joins type with example
--4.Creating stored procedure
--5.primary key, foreign key
--6.learn normalization concept
--7.How to insert records to db using sql query
--8.How to insert records to db without insert query
--9.Date wise Query
--10.Aggregate Function
--11.Difference between Function and Stored Procedure
--12.Insert,update,Delete Query in sql
--13.Back and restore Query
--14.Select query different Approcah
--15.First Highest salary and n highest salary
Name : Dotnet Developer-2015
Email Id : kumaraspcode2009@gmail.com
'Not by might nor by power, but by my Spirit,' says the LORD Almighty.
srikanth
--Sql server:
--1.How to Create Table
--2.Alter table Field using Query
--3.Joins type with example
--4.Creating stored procedure
--5.primary key, foreign key
--6.learn normalization concept
--7.How to insert records to db using sql query
--8.How to insert records to db without insert query
--9.Date wise Query
--10.Aggregate Function
--11.Difference between Function and Stored Procedure
--12.Insert,update,Delete Query in sql
--13.Back and restore Query
--14.Select query different Approcah
--15.First Highest salary and n highest salary
Name : Dotnet Developer-2015
Email Id : kumaraspcode2009@gmail.com
'Not by might nor by power, but by my Spirit,' says the LORD Almighty.
#760629
Thanks for all giving information
Return to Return to Discussion Forum