Linq To SQL Book?
Jan 27, 2011
I'm looking for a book that is pretty much A-Z for LINQ programming from Visual Basic. I am particularly interested in LINQ to SQL. I've found "Programming Microsoft LINQ in Microsoft .NET Framework 4" and while its description sounds interesting, there is no discussion on the book at all . Do any of you have any experience with this book? If so, what do you think of it?
View 3 Replies
ADVERTISEMENT
May 20, 2009
I'm looking for an advanced level VB.NET book which covers LINQ and Lambda Expressions.Generally I read C# .NET books due to lack of good VB.NET books when it comes to generic .NET Framework related subjects. However Lambda and LINQ is quite different in C# and VB.NET I'm looking for an advanced level VB.NET book on this subjec
View 1 Replies
Oct 28, 2009
how to load data (Book) to text box when user just enter the book code?how to load data (student) to text box when user just enter the student id?how to write the code when user click the save button , the book quantity(Book) will reduce 1 and the all the data in textbox will save in database(Issue)the interface is like
[URL]
the database is show at
[URL]
the code is
Public Class frmIssue
Dim dt As New DataTable()
Dim rowIndex As Integer = 0
Dim rowIndex1 As Integer = 0
[code]....
View 2 Replies
Apr 17, 2012
I am looking for a VB.net book that strings me through the entire development process of an application (Prefered: WPF ,LINQ ,ADO). I have read a few books on OOP and VB.net with small code samples demonstrating the specific idea of the chapter.I think it would be really helpful if there was a book that programmed an entire application that uses a sql database (Northwind , Adventureworks).
View 1 Replies
Jan 6, 2010
I can't connect to the "Service-Based Data Base" or to the "Linq To Sql classes". I tried all that I've read in the Forums for days : ( I removed the VB 2008 and SQL 2205-2208, then upload VB 2008 from my CD only. I'm starting a Web Technology class in 2 weeks, and the complition of the book is my entry requirement.
View 4 Replies
Feb 16, 2010
I have been working on a project for some time now and I am stuck. I am trying to sense when a navigation software speaks so i can mute the volume of everything else on the computer.
my problem is that i cant properly sense the audio of the software. i am using windows 7 and vb.net. i have done a good amount of research, but i have not come up with an answer.
i am almost positive that i need to intercept the win32api call of the software to trigger the mute that i will use. i dont know how to do this, all the information i can find that is even close to this subject is for 98, nt and 2k.
does anyone know of any books (or websites) that contain information on this subject?
View 1 Replies
Sep 30, 2009
I just wonder that somone can give me propositions for some good books to learn VB.net / VB2008.. I know the basics.. So I think of not a book like for dummies.. Just something more a step forward for new things to learn.
View 5 Replies
Aug 2, 2009
I was wondering what books/items you guys would recommend to read in regards to VB programming and/or programming in general.
View 9 Replies
Mar 2, 2011
i am searching a good book to learn ADO.NET 4.0,book should be excellent technical overview with practical examples,I want to learn ADO.NET Where should I start?
View 1 Replies
Feb 16, 2010
What I'm Not looking for:Now, just to be clear, i'm not looking for VB6 to C#.Net content, as i know there are a few of those out there.Also, I know about that "syntaxconversion table" website, where it compares VB.Net to C# language features in a side by side table. I am not interested in this either, already know about it.I'm also not looking for a converter, which converts C# code to VB.Net and visa versa, i know there are a few websites which do this and already have the addresses.Finally, I'm not looking for a C# book or resource that caters to current programmers, but specifically to VB.Net programmers!
What I Am looking for:To learn C# (VS2008 or preferably VS2010 version) given that i already know VB.Net 10.0 (VS2010)... as there are many things related to .NET that i won't have to learn again if i can find something that will leap me from vb.net to c#, many bits of the CLR, how .NET works etc... since the languages are the same in what they do, and what they use to do them, i don't want to have to re-learn all this again. The only difference is really the syntax, but also how the C# language differs in dealing with certain things, what default expectations/behaviours are in various scenarios etc...
The set of differences and similarities between C# and VB.Net are so unique that neither of these languages likely could share this unique set/combination of differences and similarities with any other language. So my point is, it really needs to be C# for VB Developers oriented, otherwise it'll almost cetainly be inappropriate or a re-hashing!
View 5 Replies
Aug 16, 2010
The problem is in the line that contains address.save(filename) the part address.save is underlined. When I backspace over the save, it gives me the options of what can go there and save isnt one of them. I am coping this out of a book.[code]...
View 1 Replies
Apr 21, 2010
I am starting off in the .NET world and wanted to know what a great beginner book would be that would explain how to use asp.net, vb and SQL.
I hear "Learning Visual Basic" is a good series but wanted to see if there were anymore out there.
View 1 Replies
Oct 19, 2009
Is it possible to run vb dot net project on Apple (Mac) Book.
View 1 Replies
Nov 9, 2009
I have the vb books of 2005. Should I buy some new books ? Should I start with vb latest versions?
I'm starting as a self-learner and a little bid advanced learner. Few months later my university will start it.
View 2 Replies
Mar 9, 2010
I am really interested in learning VB .net, but I don't really know where to start. Could anyone recommend a good book or website to start learning.
View 15 Replies
Jul 28, 2010
May I expose my "small" problem?Here, i'm following a course in my University, called Introduction to Programming, there are only beginners in our class. i'm also a newbie, to say so.And some stupid students were not paying attention so he gave us a crazy assignment for Friday 30th.This is what his assignment consists in. I have created a PDF file from his requirements and some samples of Code.[url]
View 6 Replies
Mar 23, 2009
Is there a book for learning the microsoft windows form chart control?
View 3 Replies
Jul 29, 2009
I need to develop an application that can search through a book and list out all the pages and lines that contain a given keyword. For books that are split up in some other way, such as a bible which is split up by chapter and verse; they would be able to search for all verses that contain a certain keyword. Or alternatively, search within certain chapters and verses for a keyword. What format should I store the book into? Should it be stored into a SQL database? What format would be easiest for searching as opposed to easiest for storage?
View 7 Replies
Apr 11, 2011
Suppose a teacher has five students who have taken four tests. The teacher uses the following grading scale to assign a letter grade to a student, based on the average of his or her four test scores.
Test Score Letter Grade
90-100 A
80-89 B
[code].....
View 1 Replies
Jan 6, 2010
I need to get friends list (from address book) from Yahoo Mail. How can I do do this in VB.NET?
View 1 Replies
Feb 12, 2010
Can i get any best tutorial/Book/site to learn ADO.Net
View 1 Replies
May 20, 2010
How to create an address book in visual basic? I have the VB2008 express. Just a simple one. FirstName, LastName and Phone. I should be able to add from there. The resulting file could be an excel based or text file. I do not have Microsoft Access at home.
View 6 Replies
Dec 29, 2011
Can anyone recommend a good VB book that will teach functions, file IO, arrays, recursion etc. A lot of the ones I have looked at are very basic I started Sam teach yourself VB 2010 in 24hrs but a lot of it didn't relate to what we do in college.
View 2 Replies
Sep 17, 2011
How can I share something on Facebook, using my vb.net code.I donot want human intervention, I just want to supply my credentials to my application and it should automatically begin to share pictures etc. with my intervention.
View 1 Replies
Sep 7, 2011
I programmed in Basic, Fortran and PL1 many years ago. I now am developing a complex Excel application that needs use of VB macros. I've recorded and modified several VB macros so far, but have gone beyond my skill level trying to use VB indexed variables that link back to a spreadsheet. What text/reference book would you recommend for my level of skill? I'm not trying to become an expert -- just need help with approaches and correct syntax to simple programming issues if, while, indirectly addressed variables, etc.
View 2 Replies
Oct 27, 2009
I'm a networking student and hardware is my forte, but am required to do this VB Programming class and this particular project is just about got me ready to pull my hair out!I inputted this code verbatem from the text entitled, "Programming w/Microsoft Visual Basic 2008" by Diane Zak have double & triple checked & this is exactly as is printed in the book on pages 471-473.But it comes up with errors, and then we're supposed to modify this thing so it will accept any word up to 10 letters and only allow letters A-Z to be entered by player 2.But if the original code doesn't work, makes it pretty hard to modify it & make it work! [code]
View 1 Replies
Nov 22, 2009
Can any body upload a Project on Address Book using VB.net 2005.
View 4 Replies
Dec 7, 2009
of the projects in VB 2008 Fourth Edition text book for my college class. I have to build a calculator, a hotel occupancy form.
View 2 Replies
Mar 23, 2012
I have a 2 DateTimePicker on my design.1 DateTimePicker for Due Date and another 1 DateTimePicker for Date Returned. Now I would like to automatically compute for penalty which is 24 per day just clicking on the Date Returned's DateTimePicker.For example,A student borrowed a book today and the librarian assigned the due date when to return it.
Take note, the date today is 03/23/2012.and the librarian assigned a due date into 03/25/2012 (the exact date when the student should return it).When the student attempts to return the book at 03/28/2012, and the librarian clicks on the Date Returned's DateTimePicker, the penalty will show as 72 and so on and so for.So I am asking on the codes or tips on how should i do it to make this things work?
View 1 Replies
May 26, 2009
I have a SQL Server Data Base that I use to keep all my contact information so that I have it in one central location and can easily add more data to it. I want to be able to do two things:
1. Update the Windows Address Book or Outlook Express or Outlook directly from an application on my PC. Add, delete and update contacts and all contact data. Eventually, I would also like to be able to change the options if possible.
2. Update contacts in Blackberry devices directly from a PC application. Again, Add, Delete and Update contacts and all contact data. Currently, I have two Blackberry 9000 Bolds, but eventually I do not want to be limited to only this model, and I will also want to be able to set options on Blackberry devices.
Currently, I update the Windows Address Book with a CSV file created from my Data Base Application and import it using Outlook Express Import. However, Outlook Express will not import or export all fields. For example: Spouse, Birthday, IPAddress, Anniversary and more. I know that these fileds can be updated because the Blackberry Desktop Manager can do it.
It is a pain to have to first Sync Outlook Express with my Data Base and then Sync the Blackberry with Outlook Express. Especially when all fields are not updateable via CSV and the Blackberry Desktop Manager does not map all Outlook Express fields. However, it does map more fields than what are avaliable via CSV which is how I know that it is possible to update more fields in the Windows Address Book.
I use Visual Studio 2005 soon to be 2008 (maybe ) on Windows XP SP 3, 3.0 Ghz intel Pentium IV, and I do know that there is a Blackberry plug-in for VS which I have downloaded but it is not installed (no experience with it nor do I know what it might do to VS).
View 3 Replies