What is shorthand definition syntax for Property definition?

Monday, June 7, 2010


public string Color {get;set;}


www.codecollege.NET

What is POX?

Sunday, May 30, 2010


Plain old XML


www.codecollege.NET

What is POJO?


Plain old Java Object


www.codecollege.NET

What is POCO?


Plain Old C# Object


www.codecollege.NET

what are the 2 programming models supported by Silverlight?


1. JavaScript API for Silverlight
2. Managed API for Silverlight


www.codecollege.NET

What are the various generations in garbage collection?


0,1,2


www.codecollege.NET

Solution for WCF Configuration Editor error : "Configuration binding extension 'system.serviceModel/bindings/basicHttpBinding ' could not be found. "

<h4>
Change the binding from "WsHttpBinding" to "basicHttpBinding" in the web.config file or app.config file as follows,

<endpoint address="" binding="basicHttpBinding"
</h4>
<a href="http://www.codecollege.NET">www.codecollege.NET</a>
Blog Widget by LinkWithin