ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What is the best client side scripting language keep in mind that i'm using asp.net and c# ?

user-image
تم إضافة السؤال من قبل Mahmoud Manaa , Network Engineer , Zain - Kuwait
تاريخ النشر: 2013/09/29
Mohammed Yaseen MBA  PMP®
من قبل Mohammed Yaseen MBA PMP® , Commercial Officer , Hayat Communications

Actually ASP.net In Technology,

PHP, ruby, python, perl, are all server side languages, they run on a server,

C# can also use as a Client Side Scripting Language It would be so much nicer than JS.

 

JAVA SCRIPT : client side scripting means they don't require a server to run, like JavaScript,

it runs directly on a browser, JavaScript is the only language that is supported by all browsers,

other client side languages are not supported like VBScript, coffeeScript, lately Google created a language called Dart, and it's not there yet.

Zaid Rabab'a
من قبل Zaid Rabab'a , Technical Team Lead , ESKADENIA Software

Use Jquery - client side script , it dosn't require server to run , you can validate fields before request the server, the jquery library have alot alot of built in feature will help you alot

Tarek Khalifa
من قبل Tarek Khalifa , Full Stack .NET Developer , Icon Studios

C#.NET for Windows Applications

ASP.NET for Web Applications

T-SQL for Databases

ADO.NET for Connecting between SQL Database and C# Application

Osama Gamal
من قبل Osama Gamal , Software Consultant , Ministry of Interior

Javascript

Mahmoud Manaa
من قبل Mahmoud Manaa , Network Engineer , Zain - Kuwait

Thanks For all , your Response Appreciated !!

Prince Thadathil
من قبل Prince Thadathil , Software Engineer , Network Systems and Technologies(NeST)

You can use javascript/Jquery as a client side scriptng languge.  I would suggest using jquery because it has a ot of built in libraries that will help you to minimize your codding efforts. also you can easly communicate with server side scripts using JSON

مستخدم محذوف‎
من قبل مستخدم محذوف‎

Go with javascript, using jQuery library (http://jquery.com/), it's cross-browser and has a lot of support online, you can also add nice user interface components with jQuery UI, http://jqueryui.com/

Haytham Hassan Mohamed Sadoma
من قبل Haytham Hassan Mohamed Sadoma , Senior IT Instructor , New Horizons Computer Learning Centers - Saudi Arabia

Jquery - client side script

Zubair Ali
من قبل Zubair Ali , Software Developer III , S&P Global

It depends what you want to do. if you want to perform a very basic level check then you may go implimen custom javascript function for it but if you are about to make some animted tasks or to achieve such behaviours which might vary from browser to browser then your choice must be JQuery as it ensures browser's compatibility at its best. Better Luck :)

Zeeshan Munshi
من قبل Zeeshan Munshi , Senior Software Developer , MAXVAL TECHNOLOGIES Pvt. Ltd

From my point of view Javascript or jquery would be the best client side scripting language due to various factors as cross browser, easy to use,better performance & more.

 

مستخدم محذوف‎
من قبل مستخدم محذوف‎

Use JQuery.

 

Currently we are using REST services with JSON.

المزيد من الأسئلة المماثلة