Jump to content

what is .NET and why would I care?


This topic is 6609 days old. Please don't post here. Open a new topic instead.

Recommended Posts

As a quick introduction:

the .NET framework (basically a set of pre-built code classes that you can use in your own code) can be used for dynamic web pages (ASP.NET) but also for normal desktop apps, for PocketPC apps, to make Windows services and web services.

The .NET programming languages are C# (C sharp), J#, C++ and VB.NET.

The .NET framework is installed by default on all XP machines although a new version (2.0) was released a couple of months ago.

You'll need a coding environment to write your code in (although you could just use Notepad if you're brave). Microsoft Visual Studio is the obvious choice, but not cheap. There are other coding environments you can buy (Borland, ...) and there are even excellent open sources ones (www.sharpdevelop.com).

There is an open source project to port the .NET framework to Linux and Unix (including OSX): http://www.mono-project.com

So why would you care? Chances are that sooner or later you'll bump into a client who is using the .NET framework for their development and wants their FileMaker stuff to integrate with it.

.NET developers can use the open source fmDotNet for that (http://fmdotnet.sourceforge.net).

Link to comment
Share on other sites

This topic is 6609 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.