Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am very very new to .Net...my knowledge in C#.net is 1% (Layout design and database connect otherwise nothing)..........I want to make a sample project in .net; the specifications explained as follows...please help me.


Tool : Visual Studio 2012
Font end : Winforms, c# code
Back end: MSSQL server 2008
Reporting tool: Microsoft reporting tools(Default reporting tool in visual studio)
Business Logic: Entity Framework 6.
Service: WCF service.


Business:
The sample application should get basic information of employee from user and should do basic data manipulation operations(Add/Edit/Delete) with reporting option.

UI:
1. Master screen.
This will show all saved employer information.
2. Individual employee information:
This window will be used to add/edit any employer information.
3. You can place add/edit/delete menu anywhere according to your comfort.
4. Provide report window, that should print all employee details and single employee details.

Conditions:
1. C# language must be used.
2. MS SQL server must be used as database.
3. Entity framework 6 must be used in data access layer.
4. Linq, lists must be used in application.
5. All data manipulations must be done by WCF service.


Please help me brothers. Thanks in advance.
Posted
Updated 21-Apr-15 7:46am
v2
Comments
Maciej Los 21-Apr-15 13:47pm    
Sounds like homework...

1 solution

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!
 
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