3
Answers

About Amazon Web Services

Rahul Pal

Rahul Pal

9y
440
1
What are Amazon Web Service ?
What is the purpose of using it ?
Any demo dotnet application  where amazon web services have been implemented ?
I looking for a specific problem , which can be solved by AWS using dotnet ? 
How Azure is different from AWS ?
 
Sorry for asking too many questions.
 
 
 
Answers (3)
1
Ramesh Palaniappan
NA 13.2k 722.6k 8y
  1. [WebBrowsable(true),
  2. WebDisplayName("ListName"),
  3. WebDescription("ThisAcceptstextInput"),
  4. Personalizable(PersonalizationScope.Shared),
  5. Category("WarrantyMessages")]
  6. publicstringlistName{get;set;}
above code will add webpart property name "List Name"
Accepted