Pages
(Move to ...)
Home
.Net Framework
OOPS
C#
WCF
ASP.NET
SQL
EBooks for Interviews
About Me
Contact Me
▼
ASP.NET HttpHandlers – Are they really required?
›
ASP.NET HttpHandler is a process that runs in response to a request that is made to an ASP.NET Web application. Almost everything we do i...
Handlers in ASP.NET
›
Handler is an agent of communication or a medium which is responsible for communication in the absence of the actual user. Technically, a ...
Conversion of Seconds to HH:MM:SS format
›
Recently I faced a requirement of converting seconds to HH:MM:SS format. After some R&D, I found the following solution: CODE ...
1 comment:
Enumerate the Steps for creating a Shared Assembly
›
Step 1: Generate a Strong Name Key: D:\Project\DLL\sn -k dll.snk The above statement will write a Kay pair to dll.snk file Step 2: As...
Fundamental Windows Communication Foundation Concepts
›
WCF programming model consists of a runtime and a set of APIs and is used for creating systems that communicate (sends and receives mess...
2 comments:
Conversion of Seconds to Hours:Minutes:Seconds format
›
Recently I faced a requirement of converting seconds to Hours:Minutes:Seconds format. After some R&D, I found the following solution: ...
1 comment:
‹
›
Home
View web version