Welcome to MSDN Blogs Sign in | Join | Help

Wriju's BLOG

.NET and everything

Browse by Tags

All Tags » VB.NET   (RSS)
LINQ to XML : Changing connectionString in app.config
When you create data bind application using wizard in Windows Forms application and connection string gets added to you settings file. Now you may be interested in changing that connection string but problems, 1) The connection string in settings has Read More...
VB.NET 9.0: XML Hole
I have discussed about the native XML support in VB.NET code editor in one of my BLOG posts. Now to generate a XML dynamically with values you can play with LINQ and project it to a XML. Let us get the list of process running into my local machine with Read More...
VB.NET 9.0: XML Literal
This is the one feature which can make VB.NET developers feel better than C# folks. I have seen people complaining about MS saying that MS has done lot for C# but not equally for VB.NET. One of the biggest was Refractoring. There are so many such. But Read More...
VB.NET 9.0: Lambda Expression Function
If you want to use Lambda Expression as reusable function, you need to use Func. By using the Func we are actually calling in-build delegate. So if you write Dim sqr As Func( Of Double , Double ) = Function (x) x * x Then you can use it in you application Read More...
MSDN Virtual Labs : C# 3.0, Visual Basic 9.0, ASP.NET 3.5
Learn and for installation-free mode and get started with Visual Studio 2008. MSDN Virtual Lab: Building Web Applications with Visual Studio 2008 MSDN Virtual Lab: What's new in C# 3.0 MSDN Virtual Lab: What's new in Visual Basic 9 Namoskar!!! Read More...
Page view tracker