By tag: VB
0
kicks
Work Around LINQ to DataSet Limitations in Visual Basic Device Project
The absence of commonly used LINQ to DataSet extension methods in Microsoft Visual Basic can complicate many data binding scenarios. In this video, Jim Wilson explains what’s behind this limitation and provides options for working around the issue.
0
kicks
How to prevent Extension methods from appearing as global functions
C# have static (or shared) classes which VB lacks. Instead VB uses modules which are almost the same thing. One thing differs though and that is that modules makes its public methods appear as global accessible functions, meaning you don’t have to type the ModuleName.MethodName() when calling such a...
0
kicks
Visual Studio macro to add file headers
Microsoft’s StyleCop analyzes C# source code to enforce a set of style and consistency rules. It can be run from inside of Visual Studio or integrated into an MSBuild project.
One of these rules is #SA1633. This rule requires that each of your files have a file header that contains a copyright XM...
0
kicks
VB Power Packs DataRepeater control
How tobind the vb power packs datarepeater control with code
0
kicks
Serving PDF Reports from ASP.NET using SQL Reporting Services
How to create and deliver a PDF using ASP.NET and SQL Server Reporting Services.
0
kicks
DotNetSlackers: VB4: "XAML, I am your father"
Great example of using XAML for non-WPF purposes. I would actually love to see WinForms via XAML become part of the .net Toolchain.
0
kicks
InnerWorkings tackles Transact-SQL for developers
We help developers learn to code fundamental Transact-SQL activities such as making queries, sorting and filtering, and using table joins. Delve into control-of-flow language and using functions to manipulate data. Hands-on, practice-based, just for developers looking to learn T-SQL.
0
kicks
A Better View On Your Coding Community!
A great site that aggregates the top coding-related feeds in one convenient and easy-to-use location. Filter information by providers, topics and keywords in order to quickly find the information that you need.
0
kicks
One Pager: Why we should use C# for .NET development
A one pager on why I think C# can be more productive than VB in our scenario. Our primary language is Java and developers multi-skill. I would be interested to hear your feedback.