you could be doing it with VB.NET coding ASP.NET pages if resources permitted the usage.
if you're writing windows applications then simply VB.NET. if you're writing web interfaced pages then you can utilize VB.NET to write ASP.NET pages. or C# and a bunhc of other langauges that ASP.NET supports
The CTO of the company has asked that we convert our intranet to .NET. We have an application that we have currently that is being programmed in VB and he wants converted to .NET. But we (the web intranet) currently programs it in PHP with no problems. But his goal is to have a "cross platform" uniform solution so both sides are using .NET. Where's I'm confused at is am I going to have to learn VB.NET, ASP.NET or BOTH?? I do not program in object oriented gui level code. I write simple things like read/write to a database and display HTML.
This link has an overview of what .NET can do. For our intranet applications it seems like there's a lot more overhead. We're talking about applications that look at a database for adding, editing, deleting news and other various forms of data. Is this whole .NET really necessary?
to answer this question am I going to have to learn VB.NET, ASP.NET or BOTH??
yes, either VB.NET to code your ASP.NET pages or you can use any .NET supported language
VB.NET, C#, JScript.NET, and VBScript.NET etc..
not sure if thats all of them
if all you're pages are coded in php then maybe a java solution is better and you can bring that to the table for them to consider. if not...good luck on the conversion. I would look into VB.NET applications and the communication concerns to php interpruted pages first before converting everything over and going through a major learning test
not that I'm awhere of. there is a J++.NET which may be a slightly easier syntax to go to from a PHP stand point. never worked in the new version of J++ though.
my personal recomendation would be to go the C# direction. Especially if you have larger teams where one guys writes the data access layer (you had said you code read/write code to the database). This way (if you use commenting properly) The guys coding the business tiers will be able to use Intellisense to decide which function they want to use.
What happens is that you comment a description of the fucntion your making, then people using that function later on can read that description.
That'l do donkey, that'l do
Mark
If you are unsure of forum etiquette check here faq796-2540
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.