Latest Answer: Diffgram is the XML format which is used to identify the current and orginal version. ...
Can you give an example of what might be best suited to place in the Application Start and Session Start subroutines?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Latest Answer: Another reason to consider server validation is a synchronization issue.Say I want to book a ticket tomorrow for the cinema. Even if the application brings all necessary information for validation, meaning both the date format and all available dates ...
Latest Answer: C# ...
Latest Answer: Server-side code:
1. Code is written in VB, C# or other compiled languages.
2. Code is executed by the server during a roundtrip in response to a user
request or action.
3. The server executes server side code and returns HTML code to the client ...
Which control would you use if you needed to make sure the values in two different controls matched?
Latest Answer: Assembly is an unit of deployment like EXE. or DLL files. ...
In what order do the events of an ASPX page execute. As a developer is it important to understand these events?
Latest Answer: In ASP.NET there is three ways to manage session objects. one support the in-proc mechanism and other two's support the out-proc machanism. 1) In-Proc (By Default) 2) SQL-Server (Out-proc) 3) State-Server (Out-Proc) ...
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top