Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can anybody explain me concept of .NET programming ?

0
Posted

Can anybody explain me concept of .NET programming ?

0

When programming with .NET the basic idea is that you can use simple controls which then render great blocks of code – HTML and JavaScript. It’s almost a shortcut way of programming otherwise quite complicated functionality with a vast library of controls. For example, to show a table of data on a page you would in traditional programming have to write a table header script, loop through each row of data and then write a footer along with any other options – paging, sorting by column, etc. With .NET you simply add a GridView control (one line) and then choose the options you want and it renders all the programming scripts for you.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123