|
|
|
|
 |
|
 |
 |
 |
Tips and Tutorials
|
|
|
Hits: 23
 5.0
Implementing help for ASP.NET Applications and for .NET Windows Forms Applications have many similarities that will be highlighted in this tutorial and the reader will be thought how to implement it in both.
| Freeware |
Platform(s): Linux, Windows |
Date: Mar, 21 2006 |
 |
|
|
Hits: 27
 0.0
If you want to run ASP.NET web applications on your local computer, you must have both Internet Information Services (IIS) and ASP.NET installed. IIS is necessary for providing web service and ASP.NET is necessary for providing handling of the family of ASP.NET web applications (ASPX, ASMX, etc). IIS is installed by default for installations of Windows 2000 and Windows XP. ASP.NET is installed by default during .NET Framework installation. However, if you attempt to install the .NET Framework on a Windows 2000 or Windows XP machine that doesn't have IIS installed, the .NET Framework installation will detect that IIS is not available and thus will not install ASP.NET component of the framework. If you subsequently install IIS at a later time, you will have to install ASP.NET manually.
Likewise, if you have both IIS and .NET installed on your computer, and then later un-install IIS, this uninstallation will also uninstall the ASP.NET component of the .NET Framework. If you later re-install IIS, you will have re-install ASP.NET manually.
This article walks you through the re-installation of ASP.NET for a computer already running IIS.
| Freeware |
Platform(s): Windows |
Date: May, 19 2005 |
 |
|
|
Hits: 19
 0.0
Mobile Devices such as cell phones with web access and Personal Digital Assistants (PDA's) are becoming more common. The infrastructure that supports "Wireless Web" is becoming larger and more reliable with the advent of time. Mobile devices use a different standard called "Wireless Markup Language " (WML) for consuming web pages. This article is aimed to explore some dimensions of ASP.NET Mobile Software Development kit (Mobile SDK) to create web pages with the same norms and constructs that are required for building any traditional page.
| Freeware |
Platform(s): Windows |
Date: May, 22 2006 |
 |
|
|
Hits: 19
 0.0
Mobile Devices such as cell phones with web access and Personal Digital Assistants (PDA's) are becoming more common. The infrastructure that supports "Wireless Web" is becoming larger and more reliable with the advent of time. Mobile devices use a different standard called "Wireless Markup Language " (WML) for consuming web pages. This article is aimed to explore some dimensions of ASP.NET Mobile Software Development kit (Mobile SDK) to create web pages with the same norms and constructs that are required for building any traditional page.
| Commercial |
Platform(s): Windows |
Date: May, 22 2006 |
 |
|
|
Hits: 21
 5.0
In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. .
| Freeware |
Platform(s): Windows |
Date: Sep, 13 2006 |
 |
|
|
Hits: 21
 5.0
In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. .
| Commercial |
Platform(s): Windows |
Date: Sep, 13 2006 |
 |
|
|
Hits: 23
 1.0
ASP.NET is built on a core set of classes and interfaces that abstract the HTTP protocol. The three core abstractions are the context (HttpContext) that represents the current HTTP request, handlers (classes that implement IHttpHandler) that are capable of servicing HTTP requests, and modules (classes that implement IHttpModule) that can pre/post process HTTP requests to provide additional services.
|
Platform(s): n/a |
Date: May, 28 2003 |
 |
|
|
Hits: 10
 1.0
Ever wondered how Microsoft have implemented Windows XP help?
Ever wondered how MSDN authors develop their articles?
Ever wondered how come when you press F1 in most application you are presented with something describing that part of the application? You will be amazed if we told you that all of the above cases are developed using the same tool: Microsoft Windows HTML Help Workshop. We believe now you need not us to explain more why Microsoft Windows HTML Help Workshop is an important and vital tool for most software developers and content writers / distributors.
| Freeware |
Platform(s): Windows |
Date: Apr, 10 2006 |
 |
|
|
Hits: 10
 1.0
Ever wondered how Microsoft have implemented Windows XP help?
Ever wondered how MSDN authors develop their articles?
Ever wondered how come when you press F1 in most application you are presented with something describing that part of the application? You will be amazed if we told you that all of the above cases are developed using the same tool: Microsoft Windows HTML Help Workshop. We believe now you need not us to explain more why Microsoft Windows HTML Help Workshop is an important and vital tool for most software developers and content writers / distributors.
| Commercial |
Platform(s): Windows |
Date: Apr, 10 2006 |
 |
|
|
Hits: 26
 0.0
Web Services Enhancements for Microsoft .NET (WSE) provides an implementation of the Web services architecture for developers creating Web services by using ASP.NET and Microsoft .NET Framework client applications. It allows developers to incorporate security, routing, and attachment features in their application.
|
Platform(s): n/a |
Date: Jan, 16 2004 |
 |
|
|
|
 |
 |
|
 |
|
 |
|