DotNetShoutout - Stories tagged with VB
8
Shouts

Making Asynchronous Programming Easy - Somasegar's WebLog

published 965 days, 1 hour, 53 minutes ago posted by iftekharahmedamitiftekharahmedamit 965 days, 20 hours, 15 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Thursday, October 28, 2010 6:56:55 PM GMT
Writing applications that effectively handle long latencies can be a daunting challenge. As software applications grow more complex, more developers are building software that accesses remote resources, performs longer computations, and processes large data sets. Tasks we used to think of as being quick now may take orders of magnitude longer to complete or may never complete. Without special care taken to manage conditions that may arise from these latencies, applications can become unresponsive or u... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: VB, .NET Framework, Async, C#, Visual Studio
6
Shouts

Getting Started Tutorials - Kathleen McGrath

published 965 days, 1 hour, 53 minutes ago posted by StevesSteves 966 days, 16 hours, 18 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Wednesday, October 27, 2010 10:53:42 PM GMT
Mick Alberts and I have created a series of getting started videos for Visual Basic and C#. The first set of videos correspond to the getting started tutorial: Tutorial 1: Create a Picture Viewer. If you’re new to Visual Basic or C# development, these tutorials give you a great start. You will learn how to create a program that loads a picture from a file and displays it in a window. There is a separate video for C# and Visual Basic... (more)
category: Screencast | clicked: 1 | comment | | source: blogs.msdn.com
tags: VB, C#
9
Shouts

memorable moments from the last 100 shows - DotNetRocks - Show #600

published 982 days, 44 minutes ago posted by jantujantu 984 days, 2 hours, 41 minutes ago
Tuesday, October 12, 2010 2:27:34 PM GMT Sunday, October 10, 2010 12:30:38 PM GMT
Carl Franklin has been a figurehead in the VB community since the very early days when he wrote for Visual Basic Programmers Journal. He authored the Q&A column of that magazine as well as many feature articles for VBPJ and other magazines. He has authored two books for John Wiley & Sons on sockets programming in VB, and in 1994 he helped create the very first web site for VB developers, Carl & Garys VB Home Page. Carl is also the MSDN Regional Director for Connecticut(www.microsoftregionaldi... (more)
category: Podcast | clicked: 2 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, VB, MSDN
2
Shouts

Execute vbscripts with xp_cmdshell |

posted by kevlangdokevlangdo 996 days, 13 hours, 31 minutes ago
Tuesday, September 28, 2010 1:40:48 AM GMT
klanguedoc @ 2010 xp_cmdshell is a system stored procedure in SQL Server that allows users to write queries exactly like using the Windows Command Shell. This jewel of technology opens immense doors of possibility for anyone who needs to extend T-SQL queries into the OS or network. A user could gather information open available printers, files, running processes, open ports start or stop Windows services all from a T-SQL query. The results could also be combined with other information and stored in a ... (more)
category: Data | clicked: 0 | comment | | source: kcodebook.com
tags: VB, xp_cmdshell, SQL Server 2008, transact sql
5
Shouts

Windows Phone + VB developers = Great Mobile Apps - Somasegar's WebLog

published 998 days, 6 hours, 55 minutes ago posted by KluggerKlugger 1000 days, 5 hours ago
Sunday, September 26, 2010 8:16:25 AM GMT Friday, September 24, 2010 10:11:56 AM GMT
Many of you have asked if Visual Basic can be used to write Windows Phone applications. As of today, the answer is "yes!" Starting today, you can download Microsoft Visual Basic CTP for Windows Phone Developer Tools. This is a great milestone as it enables our Visual Basic developers to be able to build applications for Windows Phone. Applications built using the CTP run on both the emulator and the phone. To try the CTP, you'll need the final version of Windows Phone Developer Tools and Visual Stud... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: VB, Windows Phone 7, Windows Phone, Visual Studio, Windows Phone 7 Series
6
Shouts

VS 2010 Keyboard Shortcuts for C#, VB, C++, F# Now Available in Letter (8.5x11in) and A4 (210×297mm) Print-Ready Sizes - Lisa Feigenbaum

published 1058 days, 2 hours, 6 minutes ago posted by iftekharahmedamitiftekharahmedamit 1058 days, 18 hours, 6 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 9:05:48 PM GMT
Thanks for all the feedback on the Visual Studio 2010 Keyboard Shortcut Posters. We’ve released new versions to take into account your requested changes: Create 8.5”x11” Letter-sized print-ready documents Create 210x297mm A4-sized print-ready documents Remove the people images and keep the space for content... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: VB, VS, C#, C++, VS 2010, VS2010, F#
5
Shouts

Summation Functions

published 1058 days, 2 hours, 6 minutes ago posted by KodefuGuruKodefuGuru 1059 days, 2 hours, 12 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 12:59:46 PM GMT
Creating a summation function in C# isn’t difficult in itself. After all, it is perfectly reasonable to create functions that consist of more than one line. What is interesting is abstracting it so that any function can become a summation function. (more)
category: How To | clicked: 2 | comment | | source: www.kodefuguru.com
tags: Extension Methods, VB, C#, query expressions, Func
4
Shouts

Calculator in VB with splash screen : The CodeGain

published 1063 days, 1 hour, 13 minutes ago posted by codegaincodegain 1063 days, 13 hours, 56 minutes ago
Friday, July 23, 2010 1:58:46 PM GMT Friday, July 23, 2010 1:15:55 AM GMT
In this article,i have share with you how to create Calculator in VB with splash screen. (more)
category: How To | clicked: 0 | comment | | source: www.codegain.com
tags: VB 6.0, VB, VB.NET, applications
9
Shouts

Announcing the Solution Navigator - The Visual Studio Blog

published 1064 days, 14 minutes ago posted by rajuraju 1065 days, 9 hours, 3 minutes ago
Thursday, July 22, 2010 2:57:55 PM GMT Wednesday, July 21, 2010 6:08:56 AM GMT
We are very excited to announce the first release of Solution Navigator, a new tool that merges functionality from Solution Explorer, Class View, Object Browser, Call Hierarchy, Navigate To, and Find Symbol References into a single view. This view can be surfaced as a tool window or, for C# and VB, an interactive tooltip. (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: VB, ToolTip, C#, Visual Studio
7
Shouts

MSDN Magazine: Basic Instincts - Multi-Targeting Visual Basic Applications in Visual Studio 2010

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1104 days, 18 hours, 6 minutes ago
Friday, June 11, 2010 9:05:23 PM GMT
Visual Studio 2010 lets you create applications that target versions of the Microsoft .NET Framework from 2.0 to 4, and each step in between. We take a look at how multi-targeting works in Visual Studio today, and explain how you should approach multi-targeting in your projects. (more)
category: How To | clicked: 0 | comment | | source: msdn.microsoft.com
tags: VB, MSDN, VS2010, MSDN Magazine
7
Shouts

Hello MEF in Silverlight 4 and VB! (with an MVVM Light cameo) - Glenn Block

published 1116 days, 4 hours, 32 minutes ago posted by jantujantu 1118 days, 3 hours, 2 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Saturday, May 29, 2010 12:10:00 PM GMT
BlockHomeAboutContactSponsorsThe LoungeWicked Cool JobsSyndicationRSS for PostsAtomRSS for CommentsRecent PostsHello MEF in Silverlight 4 and VB! (with an MVVM Light cameo)My toughest challenges of being a PM (Program Manager)Caveats about DeploymentCatalogView Model Locator – MEF StyleSpeaking at MIX!TagsALT.NETcodecampComposite Application GuidanceComposite Application LibraryComposite WPFconferenceDLRExport ProviderF... (more)
category: Metro | clicked: 3 | comment | | source: codebetter.com
tags: VB, SL4, MEF
3
Shouts

SOLVED - 'srcDomainMulti' is not declared. It may be inaccessible due to its protection level

posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1160 days, 31 minutes ago
Saturday, April 17, 2010 2:41:01 PM GMT
When converting a project from C# to VB I ran into this compiler error which stopped me in my tracks for about 15 minutes. Just when I gave up and decided to rebuild the page by hand inspiration hit and I found my solution... (more)
category: Web Dev | clicked: 9 | comment | | source: runtingsproper.blogspot.com
tags: VB, compile error, ASP.NET
7
Shouts

DotNetRocks - Show #541 - Anders Hejlsberg blows our minds!

published 1162 days, 3 hours, 37 minutes ago posted by mithumithu 1163 days, 9 hours, 49 minutes ago
Thursday, April 15, 2010 11:34:26 AM GMT Wednesday, April 14, 2010 5:22:10 AM GMT
Carl and Richard talk to Anders Hejlsberg about languages, LINQ internals, high-levels of abstraction, VB, and a few other goodies. Not to be missed! (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, VB, language, Linq
10
Shouts

HerdingCode - Episode 71: James Avery and Rob Conery on NoSQL and a bunch of other stuff

published 1231 days, 6 hours, 3 minutes ago posted by mithumithu 1233 days, 19 hours, 59 minutes ago
Friday, February 05, 2010 9:09:01 AM GMT Tuesday, February 02, 2010 7:12:52 PM GMT
James and Rob invade this week’s show to discuss NoSQL, the ASP.NET MVC vs WebForms debate, TekPub and all kinds of other stuff. Object Databases and NoSQL, ORM are so last year James challenges the idea that all data must reside in a relational databases for everything Rob won’t go to the bar in an 18-wheeler. Graph databases, Object Databases, Document Databases Doesn’t an ORM abstract the database away already so what are we saving? James pimps TekPub Rob talks it bit about DDD and how we marry rel... (more)
category: Podcast | clicked: 0 | comment | | source: herdingcode.com
tags: VB, C#, DDD, MSDN, ASP .NET, HerdingCode, MVP
9
Shouts

DotNetRocks - Show #505 - Paul Litwin on SQL Reporting Services

published 1288 days, 32 minutes ago posted by jantujantu 1289 days, 7 hours, 47 minutes ago
Thursday, December 10, 2009 2:39:31 PM GMT Wednesday, December 09, 2009 7:24:54 AM GMT
Carl and Richard caught up with Paul Litwin to talk about Reporting Services. Recorded live at DevConnections in Las Vegas last month. Paul LitwinPaul Litwin is a developer specializing in ASP, ASP.NET, Visual Basic, C#, SQL Server, and related technologies. He is the CEO of Deep Training and the creator of the ASP.NET 1.1 C# and ASP.NET 1.1 VB courses as... (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, VB, C#, SQL, ASP.NET