What is the attribute that need to be added for a method to be tested in Unit Testing?

Wednesday, November 4, 2009


[TestMethod]


www.codecollege.NET

What is nAML?


It is .NET Application Modeling Language, pronounced as “namel” is a visual modeling semantics to model .net applications with wide range of specific details. It contains extremely powerful visual notations and semantics to illustrate complex application components, processes and operations easily.


www.codecollege.NET

What is the method which converts a JSON string into a JavaScript object?

Tuesday, October 27, 2009


JSON.parse(strJSON)


www.codecollege.NET

What is the attribute you need to set to make a method to return a JSON object?


[WebGet( RequestFormat=WebMessageFormat.Json )]


www.codecollege.NET

What is the class used for xml serialization in .net?

Monday, October 19, 2009


System.Xml.Serialization.XmlSerializer



www.codecollege.NET

What is the file used to create a metabse backup of IIS 6.0 programatically?

Friday, October 9, 2009


IISback.vbs



www.codecollege.NET

What are the IIS backup files?


The backup files are the copies of the
1. MetaBase.xml , the metabase configuration file and
2. MSSchema.xml , the matching metabase schema file.



www.codecollege.NET
Blog Widget by LinkWithin