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
▼
Monday, December 15, 2008
ServiceController Class for Managing a service
›
You can use the ServiceController class (System.ServiceProcess) to connect to and control the behavior of existing services. Enumerating se...
Friday, December 12, 2008
Isolated Storage (Code Snippets)
›
using System.IO; using System.IO.IsolatedStorage; private void button1_Click(object sender, EventArgs e) { this.Text = textBox1.Text; Isolat...
Wednesday, December 10, 2008
Linq to Xml (Code Snippets)
›
Linq to Xml enables you to query an Xml document using the familiar LINQ syntax. Linq to Xml features and found within System.Xml.Linq names...
1 comment:
Monday, December 8, 2008
Linq to Objects
›
LINQ (Language Integrated Query) is a Microsoft .NET framework component that adds native data querying capabilities to C# and Visual Basic ...
Type Inference in C# (Implicitly Typed Local Variable)
›
Type inference is a new feature in C# 3.0. With Type Inference you allow compiler to determine the type of a local variable at compile time....
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:
‹
›
Home
View web version