Click here to Skip to main content
15,922,015 members
Home / Discussions / C#
   

C#

 
QuestionCustom User Control and Repeater Pin
Expert Coming17-Jun-07 4:34
Expert Coming17-Jun-07 4:34 
AnswerRe: Custom User Control and Repeater Pin
Expert Coming17-Jun-07 16:58
Expert Coming17-Jun-07 16:58 
QuestionHiding a form in Vista Pin
Mr Jen Withers17-Jun-07 3:37
Mr Jen Withers17-Jun-07 3:37 
Questiondatagridview - VB.net 2005 ,sql server 2005 Pin
nilam1117-Jun-07 2:36
nilam1117-Jun-07 2:36 
AnswerRe: datagridview - VB.net 2005 ,sql server 2005 Pin
Arun.Immanuel17-Jun-07 2:45
Arun.Immanuel17-Jun-07 2:45 
AnswerRe: datagridview - VB.net 2005 ,sql server 2005 Pin
Sathesh Sakthivel17-Jun-07 3:47
Sathesh Sakthivel17-Jun-07 3:47 
Questiona small doubt .... Pin
Software_Specialist17-Jun-07 2:07
Software_Specialist17-Jun-07 2:07 
AnswerRe: Useless subject Pin
Guffa17-Jun-07 2:48
Guffa17-Jun-07 2:48 
Try to write a subject line that says something about the thread.

Software_Specialist wrote:
Is it possible to create a database SQL application without using asp.net. Only C#.Net.


Yes, of course.

Software_Specialist wrote:
There is one project to create an application for a school with 8000 students. So have to keep record of all the students and stuff , n things like registeration etc etc...SO need a heavy database...So what do you guys suggest in this case...


If you are going to be running a single instance of the application, any database will be able to handle that amount of data, even an Access database.

If you are building something that are going to be used from several instances of the program, or is going to be incorporated into an intranet/extranet, or if you see any of this as a likely development in the future, you should use a more stable database solution, like MS SQL Server.

You don't have to forsee any future needs, though. MS SQL Express is fully compatible with a full grande MS SQL server, so it would be fairly easy to upgrade if needed. Any type of database can be imported to another, but there are some differences in connection, data types and sql queries.

-- modified at 9:28 Sunday 17th June, 2007

---
single minded; short sighted; long gone;

GeneralRe: Useless subject Pin
Software_Specialist18-Jun-07 3:35
Software_Specialist18-Jun-07 3:35 
AnswerRe: Useless subject Pin
Guffa18-Jun-07 3:58
Guffa18-Jun-07 3:58 
QuestionLogging of Upload file Pin
reddyamar_uk17-Jun-07 1:41
reddyamar_uk17-Jun-07 1:41 
Questionrdlc Report Pin
imran_Shaikh16-Jun-07 23:41
imran_Shaikh16-Jun-07 23:41 
AnswerRe: rdlc Report Pin
WillemM17-Jun-07 4:32
WillemM17-Jun-07 4:32 
QuestionListbox Pin
MashALyy16-Jun-07 23:08
MashALyy16-Jun-07 23:08 
AnswerRe: Listbox Pin
PandemoniumPasha17-Jun-07 0:10
PandemoniumPasha17-Jun-07 0:10 
AnswerRe: Listbox Pin
Giorgi Dalakishvili17-Jun-07 0:10
mentorGiorgi Dalakishvili17-Jun-07 0:10 
AnswerRe: Listbox Pin
Lucky Hamad17-Jun-07 7:55
Lucky Hamad17-Jun-07 7:55 
Questioncapture screen use managed directx9 C# Pin
jiangsongfang16-Jun-07 21:31
jiangsongfang16-Jun-07 21:31 
AnswerRe: capture screen use managed directx9 C# Pin
Christian Graus17-Jun-07 0:53
protectorChristian Graus17-Jun-07 0:53 
GeneralRe: capture screen use managed directx9 C# Pin
jiangsongfang17-Jun-07 1:02
jiangsongfang17-Jun-07 1:02 
QuestionConflicting Namespaces Pin
Brendan Vogt16-Jun-07 20:47
Brendan Vogt16-Jun-07 20:47 
AnswerRe: Conflicting Namespaces Pin
PandemoniumPasha16-Jun-07 21:14
PandemoniumPasha16-Jun-07 21:14 
AnswerRe: Conflicting Namespaces Pin
Christian Graus16-Jun-07 21:57
protectorChristian Graus16-Jun-07 21:57 
AnswerRe: Conflicting Namespaces Pin
PandemoniumPasha16-Jun-07 23:56
PandemoniumPasha16-Jun-07 23:56 
AnswerRe: Conflicting Namespaces Pin
Guffa17-Jun-07 2:52
Guffa17-Jun-07 2:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.