Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
hi everyone, am new to programming. I want to know what are the roles and responsibilities of .Net Developer(asp.net c# SqlServer 2005)

Thanks.
Posted
Comments
CHill60 29-May-14 8:46am    
Depends where you work.
Richard MacCutchan 29-May-14 8:52am    
The first responibility (in any role) is to learn how to do your own research.
CHill60 29-May-14 8:58am    
Virtual +5!
Richard MacCutchan 29-May-14 8:59am    
Virtual high 5 :)
Ajith K Gatty 30-May-14 5:46am    
Best answer (y)

I cannot give you a perfect answer. Luckily Google can[^].
 
Share this answer
 
Comments
Andreas Gieriet 29-May-14 8:59am    
My 5!
Cheers
Andi
Please read this nice article for that. :)

ROLES AND RESPONSIBILITIES of .Net Developer
 
Share this answer
 
Comments
Andreas Gieriet 29-May-14 8:59am    
My 5!
Cheers
Andi
Sampath Lokuge 29-May-14 9:17am    
Thanks Andreas :)
RDBurmon 1-Jun-14 1:09am    
:) my +5
Sampath Lokuge 1-Jun-14 2:58am    
Thanks RDBurmon :)
As a ASP.net & C# developer
1) You should use any project management tool to track your work like MSPROJECT
2) You should created project in this type of tool and add/assign task to your self/member of your team
3) You should learn about source version controlling system which is setup for your project
4) If such system is not setup yet then discuss with your team lead/manager on how we can set up this
5) Read more about source version controlling system here
http://oss-watch.ac.uk/resources/versioncontrol[^]
https://in.answers.yahoo.com/question/index?qid=20100808181748AAIOZQs[^]
6) Once you learn and setup SVN then add your project source code in this system and ask your team mate to check-out from this system
More about check in and check out of source code - https://www.sliksvn.com/en/support/using-subversion/basic-subversion-usage[^]
7) Gather project requirement from business analyst if any or read system requirement document which was made for your project
8) Develop module according to requirement
9) Follow best practices for coding. Basically while naming convention , code format , Stucture etc..
Read more about best practices here which .net developer should follow - http://msdn.microsoft.com/en-us/library/ms184412%28v=vs.110%29.aspx[^] {Very good blog by microsoft}
10) Create test case project and add test cases for each module
11) Create document for test cases which you can share with testing and QA team so that they can use those for testing
12) Create document for your source code as KT plan for other developer

AS SQL SERVER Developer:
1) You should understand requirement and design database architecture diagram
2) Design tables and create relationship
3) Create stored procedure as per requirement
4) As there is no such option in sql server management studio to create test cases then you should create manual steps as test case to test your procedure
5) Use best practices while naming table , in stored procedure. Search more on google.com
6) You should take care of SQL injection while developing store procedure
Read more about SQL injection, why we should avoid and how we can avoid
-SQL Injection Attacks and Some Tips on How to Prevent Them[^] {Very good article on codeproject.com}
7) Create document for test cases and database architecture/store procedure
8) Use source version control system to control your sql server tables details/stored procedures/function/triggers etc..


Hope this good enough to understand responsibilities of .NET developer and work smart
Happy coding......good luck
 
Share this answer
 
Comments
RDBurmon 1-Jun-14 1:08am    
Hope this helps :)
Know
- the application domain
- the expectations
- the requirements
- the technology
- the process
Fill the gaps and act accordingly.
Cheers
Andi
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900