Alessandro Del Sole's Blog

{ A programming space about Microsoft® .NET® }

  Home :: Contact :: Syndication  :: Login
  63 Posts :: 10 Stories :: 80 Comments :: 85 Trackbacks

News

Your host

This is me! This space is about Microsoft® .NET® and Microsoft® Visual Basic development. Enjoy! :-)

These postings are provided 'AS IS' for entertainment purposes only with absolutely no warranty expressed or implied and confer no rights.

Microsoft MVP

My MVP Profile

I'm a VB!

Watch my interview in Seattle

My new book on VB 2010

Pre-order my book about VB 2010 on Amazon My upcoming book "Visual Basic 2010 Unleashed" can be pre-ordered on Amazon. Click the cover!

Your visits

Windows Live Alerts

Vsi Builder 2008

My tool for VS 2005/2008 Download Vsi Builder, my dev tool for Visual Studio 2005/2008!

Add me to MSDN Social!

I live here

Messenger me!


Grab this badge here!

CyberInstaller Beta Tester

Download CIS 2008!!

CodePlex download Download my open-source projects from CodePlex!

Search the blog



Article Categories

Archives

Post Categories

.NET Framework

Blogroll

Help Authoring

Microsoft & MSDN

Setup & Deployment

Visual Basic 2005/2008/2010

In this page you can find some community screencasts about all .NET development areas with Microsoft Visual Basic 2008!

I created a resource page onto MSDN Code Gallery where you will find all the source code related to the videos.

Check periodically this page and update your bookmarks, new screencasts are coming soon. Stay tuned! :-)

ADO.NET Data Services

Creating ADO.NET Data Services with Visual Basic 2008

In this short video you will learn how to create an ADO.NET Data Service with Visual Basic 2008 over a relational database, understanding how things work on the server side

Consuming ADO.NET Data Services with Visual Basic 2008

In this video you will learn hot to consume ADO.NET Data Services from within .NET client applications. You will learn how to query a Data Service using LINQ and sending HTTP GET requests and how to perform CRUD operations in Visual Basic code

Download the code for both videos

.NET Framework 3.5 Service Pack 1 new features series

.NET Framework Client Profile

The .NET Framework Client Profile is a subset of the .NET Framework full redist package which includes just the "client side" assemblies of the base class library to reduce the space needed to deploy client applications. In this video learn how to deploy a .NET applications using Visual Basic 2008, ClickOnce and the Client Profile.

 

Creating and consuming WCF services with Visual Studio 2008 Express Editions series

Creating and consuming WCF services with Visual Studio 2008 Express Editions - part 1

In this video learn how to create WCF services with Visual Web Developer 2008 Express and how to consume them with Visual Basic 2008 Express

Download the code

Creating and consuming WCF services with Visual Studio 2008 Express Editions - part 2

In this video learn how to create and consume WCF services exclusively with Visual Basic 2008 Express and how to export them to reusable project templates

Download the code

 

posted on Friday, January 02, 2009 3:36 PM

Feedback

# Piccole VB-soddisfazioni.. 2/12/2009 8:43 PM Alessandro Del Sole's Blog


# re: My Screencasts about Visual Basic 2008 2/13/2009 3:21 PM G.Yoder
nice work. thanks.

# re: My Screencasts about Visual Basic 2008 2/13/2009 9:31 PM Maurizio Casu
Very interesting. I like all the videos and they made me understand the logic behind the Services.

I'm just a freelance Visual Basic developer working on a project and I was wondering if I can use MS Access databases to work with LINQ. SQL it's the right choice but... access is more convinient for my use

Regards
Maurizio

# Piccole VB-soddisfazioni.. 2/14/2009 2:06 AM Alessandro Del Sole's Blog


# re: My Screencasts about Visual Basic 2008 2/14/2009 2:25 AM Alessandro Del Sole
Hi Maurizio, thanks for sharing your feedback.
WHile in client applications you can use LINQ to DataSets for working with Microsoft Access databases, we must consider that ADO.NET Data Services can typically two kinds of data: in-memory collections or object models built on the top of the ADO.NET Entity Framework (for LINQ to SQL the process must be performed manually via IUpdatable).

I'll try to repro the scenario and let you know something as soon as I can try. If this works for you, that's good to hear but as you mentioned I think SQL Server is the right choice, especially when working on a network.

Alessandro

# re: My Screencasts about Visual Basic 2008 2/18/2009 3:38 AM PAMELA
HOLA ME PARECE BUENO LO DEL VISUAL

# re: My Screencasts about Visual Basic 2008 2/20/2009 10:40 PM Ron Anderson
When I view my service in the browser, I get a page that says the data is frequently updated and would I like to subscribe. It sees the xml as an RSS Feed.

http>//localhost:4723/myservice.svc/customers

Am I missing somthing?

# re: My Screencasts about Visual Basic 2008 2/21/2009 1:19 AM Alessandro Del Sole
Hi Ron,
you should disable the RSS Feed view in your browser. If you're using Internet Explorer, please select the Tools|Internet Options command and then the Content tab in the appearing dialog. Click the Settings button for the RSS Feed view and then disable the Turn on RSS Feed view option.

Hope this helps

# re: My Screencasts about Visual Basic 2008 2/28/2009 9:06 AM jun
312312

# re: My Screencasts about Visual Basic 2008 2/28/2009 9:07 AM kill
amp

# Italian MVP Makes Compelling Viewing! 3/3/2009 4:53 PM The Microsoft MVP Award Program Blog
  Italian MVP Alessandro Del Sole has recorded a number of screencasts on his blog covering a number

# re: My Screencasts about Visual Basic 2008 3/11/2009 5:41 PM NDR
Will the client app run on the compact framework?

# re: My Screencasts about Visual Basic 2008 4/6/2009 4:05 PM Sharfudeen
Hi Experts,
I've doubt in my sample inventory application. I've one combobox and I bind nearly 20 thousand records from SQL DB in my Stock Maintenance Form. Once I run the form, it takes more 15 seconds. I dont want fill all records on form load, but I need when the user search the stock in combobox on that time only I need that. Is there anyway without refill the data and bind to combobox? Actually I'm expecting using synchronizing the data with binded controls. Could you please fullfil my requirements? I'm seeking this scenario nearly 1 year..! I'm waiting for your GREAT SOLUTION..!!!

Thanks
Sharfudeen

# ADO.NET Data Services: deleting entities with associations 4/11/2009 11:04 AM Alessandro Del Sole's Blog


# re: My Screencasts about Visual Basic 2008 5/29/2009 3:02 AM ccc
great video. only problem is when it's played in full screen mode either on my primary screen or 2nd screen, it will be reduced to small size imediately when i'm working on another screen.


# re: My Screencasts about Visual Basic 2008 5/29/2009 3:02 AM ccc
great video. only problem is when it's played in full screen mode either on my primary screen or 2nd screen, it will be reduced to small size imediately when i'm working on another screen.


# re: My Screencasts about Visual Basic 2008 5/29/2009 10:55 AM Harish
How can I download these videos for offline viewing?

# re: My Screencasts about Visual Basic 2008 10/9/2009 3:45 AM Ron
Awesome job on the videos

# re: My Screencasts about Visual Basic 2008 3/17/2010 7:24 AM replica ulysee nardin
Of course, pizza gets more fattening when you add meat-based alain silberstein watches toppings to it such as peperoni. As for milk, some experts have questioned alain silberstein whether drinking it is especially good for people. Whole milk is the a lange sohne watch most fattening variant, with 147 calories in a single serving. For their part a lange sohne watches, the authors argue that they are not trying to demonize any particular a lange sohne food.
http://www.watchessell.com/product.php?id=59&categories_id=36
http://www.watchessell.com/product.php?id=60&categories_id=36
http://www.watchessell.com/product.php?id=62&categories_id=36
http://www.watchessell.com/product.php?id=64&categories_id=36
http://www.watchessell.com/product.php?id=65&categories_id=36

Post Feedback

Title:
Name:
Url:
Comments: 
Codice di sicurezza
Protected by FormShield