[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

Free tools for .net development

Fabrício de Novaes Kucinskis

8/28/2003 2:33:00 PM

Hi all,

I'm searching for free and open source solutions to develop .net
applications for free.

I've found the SharpDevelop IDE (http://www.icsharpcode.net/Open...),
the WebMatrix IDE (http://asp.net/webmatrix/de...), to develop in
ASP.net, SharpZipLib (http://www.icsharpcode.net/Open...), a library
to work with .zip files, and the Magic Library
(http://www.dotnet...), an user interface library with advanced
controls.

But I didn't found a free DBMS and an UML tool, that works with .net code.
Does anyone knows if there's, and where can I find these tools?

Is MSDE free to any .net developer / project, or only for WebMatrix / Visual
Studio projects?
There's a visual tool (like the SQL Server Enterprise Manager) to work with
MSDE databases?

Any other tip about free tools are welcome.
Thanks in advance,


Fabrício de Novaes Kucinskis.


6 Answers

Herfried K. Wagner

8/28/2003 3:00:00 PM

0

Hello,

"Fabr&#237;cio de Novaes Kucinskis" <fabricio@ccs.inpe.br> schrieb:
> But I didn''t found a free DBMS

PostgreSQL, MySQL etc.

> and an UML tool, that works with .net code.
> Does anyone knows if there''s, and where can I find these tools?
>
> Is MSDE free to any .net developer / project, or only for WebMatrix /
Visual
> Studio projects?
> There''s a visual tool (like the SQL Server Enterprise Manager) to work
with
> MSDE databases?

Have a look at the license agreement.

Did you have a look at the tools listed there?

http://www.cetus-links.org/oo_d...

HTH,
Herfried K. Wagner
--
MVP &#183; VB Classic, VB .NET
http://www.mvps....


Fabrício de Novaes Kucinskis

8/29/2003 12:30:00 PM

0

Thank you all for the tips.

I''ll download these tools, and try they.
Regards,

Fabr&#237;cio.


"Carlos Guzm&#225;n &#193;lvarez" <carlosga@telefonica.net> wrote in message
news:etMmeqXbDHA.2284@TK2MSFTNGP12.phx.gbl...
> Hello:
>
> > But I didn''t found a free DBMS and an UML tool, that works with .net
code.
> > Does anyone knows if there''s, and where can I find these tools?
>
>
> For the DBMS you can try Firebird :
>
>
> http://firebird.sourc...
>
>
>
> --
> Best regards
>
> Carlos Guzm&#225;n &#193;lvarez
> Vigo-Spain
>


Mark Kamoski

8/29/2003 5:16:00 PM

0



Fabr&#237;cio--

Regarding this question of yours...

There''s a visual tool (like the SQLServer Enterprise Manager) to work with
MSDE databases?

....check out the tool below which seems to work just fine as a free GUI
front-end "Enterprise Manager Lite" for any ODBC database.

(There a lot of other tools like this out there. Check Google. I once
searched for tools like this for mySQL and found quite a few. This was one
of them and seems to be one of the best.)

http://zdnet.com.com/3000-2210-102...

WinSQL Lite 4.1.26.506

Publisher''s Description

WinSQL is a utility for programmers and administrators who deal with
relational databases. It uses ODBC to connect to any database, including
Oracle, MS SQL Server, Sybase, Informix, IBM DB2, MS Access, PostgreSQL,
MySQL, and more. Besides running SQL statements, it allows you to view the
database catalog in a hierarchical format. It includes many query wizards
for those who are not familiar with SQL.

Other features include data browsing/filtering, export to HTML, display
result in grid or text, catalog tip, and more. You can connect to multiple
databases at the same time and submit more than one query in a batch. It
includes a customizable query editor that highlights your SQL statement
with appropriate colors. Version 4.1 includes bug fixes for Informix
plug-in and in the SQL Editor.








"Fabr&#237;cio de Novaes Kucinskis" <fabricio@ccs.inpe.br> wrote in message
news:eZJCtFXbDHA.2672@tk2msftngp13.phx.gbl...
Hi all,

I''m searching for free and open source solutions to develop .net
applications for free.

I''ve found the SharpDevelop IDE
(http://www.icsharpcode.net/Open...),
the WebMatrix IDE (http://asp.net/webmatrix/de...), to develop in
ASP.net, SharpZipLib (http://www.icsharpcode.net/Open...), a library
to work with .zip files, and the Magic Library
(http://www.dotnet...), an user interface library with advanced
controls.

But I didn''t found a free DBMS and an UML tool, that works with .net code.
Does anyone knows if there''s, and where can I find these tools?

Is MSDE free to any .net developer / project, or only for WebMatrix /
Visual
Studio projects?
There''s a visual tool (like the SQL Server Enterprise Manager) to work with
MSDE databases?

Any other tip about free tools are welcome.
Thanks in advance,


Fabr&#237;cio de Novaes Kucinskis.


Stan Spotts [MSFT]

8/29/2003 5:44:00 PM

0

I''ve talked to some CIS professors at my old school about this, and it''s a
great deal. In a University, an MSDN Academic Alliance agreement
(US$799/yr) would get MSDN, including VS.NET and SQL Server, and Windows,
and other application servers and such.

Here''s a link to the products included:
http://www.msdnaa.net/products/descrip...

This could be installed on all departmental lab machines. Also, any student
(taking at least 1 credit) could install this stuff on his/her own computer
at no additional cost.

Link to MSDN AA sites specific to various countries:
http://www.msdnaa.net/...

--Stan

"Herfried K. Wagner [MVP]" <hirf.nosp@m.activevb.de> wrote in message
news:OCjwWeYbDHA.2476@tk2msftngp13.phx.gbl...
> Hello,
>
> "William Ryan" <dotnetguru@comcast.nospam.net> schrieb:
> > I''ve used mySQL and it''s very cool, (
> http://www.mysql.com/articl...)
> > especially considering its price. Don''t know of any UML tools, but
using
> > Reflection, you could write on pretty easily depending on how complex
you
> > wanted it to be.
>
> At university we wrote an application in .NET using PostgreSQL in cygwin.
>
> ;-)))
>
> Regards,
> Herfried K. Wagner
> --
> MVP &#183; VB Classic, VB .NET
> http://www.mvps....
>
>


Herfried K. Wagner

8/29/2003 6:43:00 PM

0

Hello,

"Stan Spotts [MSFT]" <sspotts@NOSPAMmicrosoft.com> schrieb:
> I''ve talked to some CIS professors at my old school about this,
> and it''s a great deal. In a University, an MSDN Academic Alliance
> agreement (US$799/yr) would get MSDN, including VS.NET and
> SQL Server, and Windows, and other application servers and such.

I know about that and I think my university subscribed to that offer.

> Here''s a link to the products included:
> http://www.msdnaa.net/products/descrip...
>
> This could be installed on all departmental lab machines. Also, any
student
> (taking at least 1 credit) could install this stuff on his/her own
computer
> at no additional cost.

I got a VS .NET 2002 Professional from university when working in the
project team.

> Link to MSDN AA sites specific to various countries:
> http://www.msdnaa.net/...

Regards,
Herfried K. Wagner
--
MVP &#183; VB Classic, VB .NET
http://www.mvps....


Fabrício de Novaes Kucinskis

8/30/2003 1:55:00 AM

0

Mark,

Thank you very much for the link; I''ll try it.
Best regards,

Fabr&#237;cio.

"Mark Kamoski" <mkamoski@yahoo.com> wrote in message
news:esoA%23KlbDHA.2368@TK2MSFTNGP09.phx.gbl...
>
>
> Fabr&#237;cio--
>
> Regarding this question of yours...
>
> There''s a visual tool (like the SQLServer Enterprise Manager) to work with
> MSDE databases?
>
> ...check out the tool below which seems to work just fine as a free GUI
> front-end "Enterprise Manager Lite" for any ODBC database.
>
> (There a lot of other tools like this out there. Check Google. I once
> searched for tools like this for mySQL and found quite a few. This was one
> of them and seems to be one of the best.)
>
> http://zdnet.com.com/3000-2210-102...
>
> WinSQL Lite 4.1.26.506
>
> Publisher''s Description
>
> WinSQL is a utility for programmers and administrators who deal with
> relational databases. It uses ODBC to connect to any database, including
> Oracle, MS SQL Server, Sybase, Informix, IBM DB2, MS Access, PostgreSQL,
> MySQL, and more. Besides running SQL statements, it allows you to view the
> database catalog in a hierarchical format. It includes many query wizards
> for those who are not familiar with SQL.
>
> Other features include data browsing/filtering, export to HTML, display
> result in grid or text, catalog tip, and more. You can connect to multiple
> databases at the same time and submit more than one query in a batch. It
> includes a customizable query editor that highlights your SQL statement
> with appropriate colors. Version 4.1 includes bug fixes for Informix
> plug-in and in the SQL Editor.
>
>
>
>
>
>
>
>
> "Fabr&#237;cio de Novaes Kucinskis" <fabricio@ccs.inpe.br> wrote in message
> news:eZJCtFXbDHA.2672@tk2msftngp13.phx.gbl...
> Hi all,
>
> I''m searching for free and open source solutions to develop .net
> applications for free.
>
> I''ve found the SharpDevelop IDE
> (http://www.icsharpcode.net/Open...),
> the WebMatrix IDE (http://asp.net/webmatrix/de...), to develop in
> ASP.net, SharpZipLib (http://www.icsharpcode.net/Open...), a
library
> to work with .zip files, and the Magic Library
> (http://www.dotnet...), an user interface library with advanced
> controls.
>
> But I didn''t found a free DBMS and an UML tool, that works with .net code.
> Does anyone knows if there''s, and where can I find these tools?
>
> Is MSDE free to any .net developer / project, or only for WebMatrix /
> Visual
> Studio projects?
> There''s a visual tool (like the SQL Server Enterprise Manager) to work
with
> MSDE databases?
>
> Any other tip about free tools are welcome.
> Thanks in advance,
>
>
> Fabr&#237;cio de Novaes Kucinskis.
>
>