2007 Dec 25
1 of 5 | ASP.NET Web Services Interview Questions - ASP.NET Web Services Interview Questions
Which method is used to serialize an object into an XML document from Xmlserializer class?
How to specify the Web Service compile with the WS-I basic profile?
For SOAP (Simple Object Access Protocol) message formatting what is the purpose of Encoded value?
What are the three main section of SOAP (Simple Object Access Protocol) message?
What all steps are required to create an application to test your ASP.NET web services?
How you can verify the result of your ASP.NET web services?
Interview Questions
|
ASP.NET Interview Questions
|
.NET Interview Questions
ASP.NET 2.0 Interview ......
2 of 5 | ASP.NET Web Services Interview Questions - ASP.NET Web Services Interview Questions
How do you configure the SOAP (Simple Object Access Protocol) to associate with particular web method?
Which method of SoapExtension class is used to intercept the incoming stream and determine the stage?
Which is a true statement for BeforeSerialize stage of an in-coming request message occurs?
What value can be used when setting the direction of the SOAP header?
Which is not the step to create custom SOAP (Simple Object Access Protocol) header class?
What kind of information included in SOAP (Simple Object Access Protocol) header?
Interview Questions | ASP.NET Interview Questions | .NET Interview Questions
ASP.NE......
3 of 5 | ASP.NET Web Services Quiz - ASP.NET Web Services Quiz
Which method is used to serialize an object into an XML document from Xmlserializer class?
How to specify the Web Service compile with the WS-I basic profile?
For SOAP (Simple Object Access Protocol) message formatting what is the purpose of Encoded value?
What are the three main section of SOAP (Simple Object Access Protocol) message?
What all steps are required to create an application to test your ASP.NET web services?
How you can verify the result of your ASP.NET web services?
Thanks
~Mahesh
Interview Questions
|
ASP.NET Interview Questions
|
.NET Interview Questions
ASP.NET 2.0 Interv......
4 of 5 | ASP.NET Web Services Quiz - ASP.NET Web Services Quiz
How do you configure the SOAP (Simple Object Access Protocol) to associate with particular web method?
Which method of SoapExtension class is used to intercept the incoming stream and determine the stage?
Which is a true statement for BeforeSerialize stage of an in-coming request message occurs?
What value can be used when setting the direction of the SOAP header?
Which is not the step to create custom SOAP (Simple Object Access Protocol) header class?
What kind of information included in SOAP (Simple Object Access Protocol) header?
Thanks
~Mahesh
Interview Questions
|
ASP.NET Interview Questions
|
.......
2006 Oct 09
5 of 5 | How to organize projects in .NET Application -
.NET having solution files, project files and web project.
Solution file can contains multiple project files as well as web project.
Few days back I had to start building new .NET based application. I found few good things and try to share.
First of all I am having multiple projects in the solution.
Logical layers for my web application are:
(user) -> UI -> [AL -> BLL -> DAL] -> (DB)
[ -> DTOs ]
[ -> ES ]
UI = User interface
AL = Application layer (handlers, as web pages and web services)
BLL = Business logic layer (business logic + domain objects)
......