Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 .net app for database administration.

Author  Topic 

basicconfiguration
Constraint Violating Yak Guru

358 Posts

Posted - 2010-02-26 : 18:02:29
I like to know if anyone of you have real life experience writing .net from scratch for database administration. What does this app do?, How big it is?, How does it work?, why do you need it?, how long did you take to write it?, what kind of permission is using?.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-02-26 : 19:12:08
It isn't an application. It's a set of programming languages that all compile down to the same machine language, or maybe even assembly language, I can't remember exactly. The .NET framework provides a rich set of classes which make development faster. My .NET class was a few years ago, so you might be better off researching the topic.

You can write an application in any of the .NET programming languages in just a few minutes. The more complex the application will be, the longer it'll take to write it.

I've dabbled in C# and VB.NET, which are both .NET programming languages.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -