Monday, April 18, 2011

Silverlight tutorial sites

http://silverlighttutorials.blogspot.com/ very basic

http://www.silverlightshow.net/  don't know what is this since the site is not opening right now ! It is giving the standard  asp.net  "Server Error in '/' Application."  error !

No comments:

Post a Comment

DOCKER ARG instruction as opposed to ENV instruction

  In Docker, ARG and ENV are used to define environment variables. The ARG instruction defines variables that users can pass to the builder ...