Posts Tagged ‘ASP.Net’

Creating a basic Web Service

This item was filled under [ .Net ]

A lot can be found on the internet regarding web services. Here am just gonna create a basic Web Service using ASP.Net/C#:
1. Run your Microsoft Visual Studio 2005
2. Create a new ASP.Net Web Service from File > New > Web Site > ASP.Net Web Service
3. Choose the language of your choice, enter a project name [...]

Continue reading...

Does changing code require re-compilation?

This item was filled under [ .Net ]

It’s fun experiencing different technologies around. Though, things get a different shape when you don’t know few basics. I had a little problem dealing with ASP.Net while making changes to a pre-made application. I wasn’t sure if ASP.Net 2.0 required compilation before deployment if I make some changes in the code. I have had the [...]

Continue reading...

HTML Controls or ASP.Net Controls?

This item was filled under [ .Net ]

Often developers need to convert their HTML pages to ASP.Net. In that case, the picture is not clear whether to convert all controls or..? Similarly, while adding controls to a page, what choice should be made as regard of HTML and ASP.Net controls? The answer is quite simple. For your static HTML layout, you may [...]

Continue reading...