Shalvin - Angular and Microsoft .Net Blogs
Pages
(Move to ...)
Home
Technology Training
Angular
Asp .Net
Entity Framework
ReactJS
C#
Web Sites of Interest
MVC
Photos
▼
Friday, November 28, 2008
Currency Conversion Web Service with Asp .Net
›
I stumbled upon a excellent Currency Converter Web Service http://www.webservicex.net/CurrencyConvertor.asmx . So thought of blogging on c...
1 comment:
News - Microsoft User Group meeting
›
http://www.hindu.com/2008/11/10/stories/2008111059460300.htm
Thursday, November 27, 2008
AJAX .Net VIII : PasswordStrength Extender
›
PasswordStrength extender provides immediate feedback to the user about the strength of a password based on the site's Password Strengt...
4 comments:
Wednesday, November 26, 2008
Themes in Asp .Net
›
Themes can be used to have a consistent look for User interface elements in Asp .Net. Add a skin by selecting Skin from Add New Item dial...
Friday, November 21, 2008
Silverlight 3, WPF Positioning with ZIndex
›
You can use ZIndex property to change the order in which controls are rendered on a canvas. The control with highest ZIndex value will be sh...
Monday, October 27, 2008
Filling Windows Forms ListView with DataTable
›
If your are not familiar with List visit my blog Windows Forms ListView . DataTable dt = new DataTable("Shalvin"); DataRow dr; Dat...
FileSystemWatcher Component and Class in WPF and Windows Forms
›
FileSystemWatcher Component (Class) can be used to monitor file system directories for changes. FileSystemWatcher Class in WPF FileSyste...
2 comments:
Sunday, October 26, 2008
LINQ to Sql
›
I am going to demonstrate LINQ to Sql by writing code. Support you have a table called Categories in Shalvin database you need to first c...
‹
›
Home
View web version