Silverlight Host for Sharepoint
The solution attached with the post is a very easiest way to host a Silverlight Application in any Sharepoint site. Ready-to-use component is just 9 KB. You...
The solution attached with the post is a very easiest way to host a Silverlight Application in any Sharepoint site. Ready-to-use component is just 9 KB. You...
WebBrowser control can be used inside a form to display HTML contents and listen to events such as NavigateComplete or BeforeNavigate Use of ActiveX wrappers...
Understanding the scenario We were working on a Windows Service for a large US bank when we discovered that there are potential issues while using Static Cla...
DataGridView is an enhanced version of DataGrid. Some of the features lacking in DataGrid are: Multiple column types Multiple ways to display data Multiple...
Interface oriented is something like having contract-based approach, means whatsoever be there under the Contract you have to implement all of it. A good exa...