Hi everyone,
What are the differences between aspx and jspx? and Why should I choose aspx or jspx?
what is the best software to develop web poject with jspx?
Thank you for your reply.
Hi everyone,
What are the differences between aspx and jspx? and Why should I choose aspx or jspx?
what is the best software to develop web poject with jspx?
Thank you for your reply.
aspx
jspx
What should you choose? Depends. Need more context.
ASPX and JSPX are both web-site programming technologies...
ASPX is Microsoft based, using VB.NET or C# (.NET).
JSPX is Java based.
Your desicion on which to use should primarily be based on which programming language you are most comfortable using. Secondly, Java is free while .NET is not.