Well the requirements are job seeker,registration,login password,upload resume,and then categories of jobs also and employee experience and other details.
Also going through some open source ASP.NEt Started kits would give you better understanding on how to drive this project...http://www.asp.net/downloads/previous
There you can also get code and architecture what those guys followed...so try to analyze them....
If the "Corporate Recruitement System" has only one project under a solution in VS2010, then this can be written either in c# or in VB.net.
if you have mutiple projects for "Corporate Recruitement System" (ex.data access layer,ui layer),then you can use c# for one project and vb.net for the other one; however you have to refer the dll to use the methods written in other projects.
IAmateur
Member
96 Points
388 Posts
Project
Mar 25, 2012 09:44 AM|LINK
Is it possible to do Corporate Recruiting project in ASP.net 3.5 ?
Using only asp.net 3.5 and sql server management studio ?
Time to go Long way...
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: Project
Mar 25, 2012 10:37 AM|LINK
Your requirements are not very specific but yes you could create a web site for corportate recruiting.
Space Coast .Net User Group
IAmateur
Member
96 Points
388 Posts
Re: Project
Mar 26, 2012 04:23 AM|LINK
Well the requirements are job seeker,registration,login password,upload resume,and then categories of jobs also and employee experience and other details.
Time to go Long way...
Srikanth Kas...
Contributor
4289 Points
883 Posts
Re: Project
Mar 26, 2012 04:54 AM|LINK
Yes you can pretty much create this project. Each category can be a page.
Srikanth Kasturi
Please "Mark As Answer" if my post serves purpose.
IAmateur
Member
96 Points
388 Posts
Re: Project
Mar 26, 2012 06:03 AM|LINK
Ok Srikant.
So for this I should add Master Page right?
I should 1st add Master page the content pages or 1st content pages then master page?
Master page will itself act as home page?
Time to go Long way...
ramiramilu
All-Star
95493 Points
14106 Posts
Re: Project
Mar 26, 2012 06:16 AM|LINK
I would suggest you to go through some concepts in Master PAges - http://www.pluralsight-training.net/microsoft/players/PSODPlayer?author=dan-wahlin&name=webforms-05&mode=live&clip=0&course=aspdotnet-webforms4-intro
Also going through some open source ASP.NEt Started kits would give you better understanding on how to drive this project...http://www.asp.net/downloads/previous
There you can also get code and architecture what those guys followed...so try to analyze them....
Thanks,
JumpStart
IAmateur
Member
96 Points
388 Posts
Re: Project
Mar 26, 2012 10:25 AM|LINK
Is it possible to do same project in asp.net vb language instead of c# ?
Time to go Long way...
ajuks
Member
480 Points
97 Posts
Re: Project
Mar 26, 2012 11:12 AM|LINK
You can create a web site in two languaes (File-> New -> Web Site). However you can't create a web application in two languages.
---------------------------------------------------------------------------------------------------------
Please "Mark As Answer" if my post helps.
IAmateur
Member
96 Points
388 Posts
Re: Project
Mar 26, 2012 04:56 PM|LINK
Can you be bit clear with the terms web site and web appliacation?
Especially for eg: The project Corporate Recruitement System
Time to go Long way...
ajuks
Member
480 Points
97 Posts
Re: Project
Mar 26, 2012 05:22 PM|LINK
If the "Corporate Recruitement System" has only one project under a solution in VS2010, then this can be written either in c# or in VB.net.
if you have mutiple projects for "Corporate Recruitement System" (ex.data access layer,ui layer),then you can use c# for one project and vb.net for the other one; however you have to refer the dll to use the methods written in other projects.
Please see link below for a similar discussion
http://stackoverflow.com/questions/862723/use-vb-net-and-c-sharp-in-the-same-application
----------------------------------------------
Please "mark as answer" if this helps.