VB Web Developer Wanting To Learn C#

Jul 28, 2011

I've been an ASP.NET VB.NET Web Developer for the past 4 years, but its been mainly self-taught so I think theres a fair few basics I have probably not learnt along the way.I'm interested in switching to C#, and was wondering what book would be best to buy to learn this.Is Jon Skeet's 'C# in depth' book a good place to start learning, or would this be too difficult for me to start with?

View 4 Replies


ADVERTISEMENT

What's The Best Way For A C# Developer To Learn VB?

Mar 26, 2009

I'm a C# programmer who needs to pick up some VB. The syntax differences are easy enough to figure out, but there are other things I'll need more of a tutorial on. For example, VB's "strict" mode in Visual Studio is something essential to me, but something I wouldn't have learned just by comparing language syntax. Any recommendations on how to pick up VB quickly, yet thoroughly? I can't stand to work through a 1000 page book introducing VB to novices.

View 10 Replies

Concurrency Handle Is Part Of The Software Developer Or Database Developer?

Jul 23, 2009

In CRUD application development we have to face the issues with concurencies in Ids such as Generate and display UNique EmployeeIDs on forms. Currently i'm writting .DLL file that has a class that will handle concurrencies.

But i'm puzziled with the Question, is this concurrency handle is part of the software developer or Database developer?

View 9 Replies

Wanting To Email From C# With Attachment Like MS Word

Aug 5, 2009

I'm wanting to put a menu on our application like is found in Word and Excel, File -> Send To -> Mail Recipient (As Attachment)Our requirements are to create and display the email with the attachment, just like Word and Excel do, not to send it automatically.We used to be able to save the file to the temp folder and use:Shell.Execute("mailto:my.email.com?subject=File&attachment="c: emp.txt");I've tried the &attach, &attachment in both VB.NET and C# with quotes, double quotes, etc. I've also tried System.Net.Mail but don't see anywhere that you can display the email, it only seems to be able to create and send.

View 4 Replies

.net - Choose To Learn .NET Or C#?

Feb 22, 2011

Possible Duplicate: Which language should I pick up: VB.Net or C# I'm trying to make a descision on learning VB.NET or C# as my first .NET language. I'm aware that bith languages can achieve the same things since both ultimately use the .NET framework. I'm also aware that C# has a similar syntax to both Java and C/C++, so I definitely see the benefits with this.

But how about the future of VB.NET? Will it be maintained in the years to come?I do know a bit of python, so would that make C# easier to learn?

View 11 Replies

Learn C# As Programmer?

Jan 13, 2010

I am looking to switch to C#. I come from a C / C++ background but C# is a little different for me. I am switching mainly because of Silverlight and MVVM; all examples are in C#. Any information is in C# and I am confused when I read through it all.

What is a good place to start learning C# when starting with existing C / C++ knowledge?

View 6 Replies

Want To Learn How To Program

Mar 16, 2012

I'm a high school teacher and I have started a course in how to program with Visual Basic. Start with the 1st entry at url...

View 3 Replies

IDE :: Learn The Microsoft Reports In .net?

Apr 9, 2009

I would like to learn the Microsoft reports in vb.net.Anyone can provide me the links?

View 2 Replies

Learn How To Work With Databases

Apr 1, 2011

I am wanting to learn more about databases and how to code them into my VB application. I've been searching the forums and I see a lot of examples of code with OleDB.OleDBConnection, OleDBCommand and same with SQL. How did you learn how to work with databases? What resources would you recommend? Any online tutorials that you found helpful?

One of the particular issues that I am having is that I've set up a table with approximately six columns. I have this shown on the main form as a datagridview with only two of the columns shown. To edit / add a new record, I have set up a button to load a new form with the details of the datagridview showing in textboxes (for all six columns). So, if the user were to select an entry on the main form page and then click on the edit/add button it would bring up the row's information in their respected textboxes. From there the user would be able to edit and then save the changes. I'm having difficulty bringing up the form with the selected row's information.

View 3 Replies

Learn InvokeRequired And BeginInvoke?

Sep 5, 2010

where is the best place to learn InvokeRequired and BeginInvoke.

View 4 Replies

Learn Pascal And Now Moved On To .NET?

Jan 27, 2010

as part of my alevel course i had to learn Pascal and now moved on to VB.NET.in Pascal there was a data type called 'real' where a number could have floating point values) my question is this; what in VB.NET is the equivalent to the Pascal real??

View 3 Replies

Where To Start To Learn Database

Jul 6, 2009

please can anyone tell me where do i start to learn database???please help me because is a lot and confused information in google.

View 1 Replies

Any Series To Learn Server And Client

Jan 26, 2012

is there any series to learn Server and Client in VB.NET?

View 1 Replies

Get Any Best Tutorial , Book / Site To Learn ADO Net?

Feb 12, 2010

Can i get any best tutorial/Book/site to learn ADO.Net

View 1 Replies

Learn The Language To A Developers Level?

Sep 30, 2009

I am not sure if this is the correct forum to post. I sometimes train Excel VBA. I would like to learn the language to a developers level. What relevant qualifications do Microsoft offer since I cannot find anything on their site?

View 1 Replies

Best Visual Studio Package To Learn Language?

Aug 27, 2009

I am taking a training course in Visual Basic.NET.

1) I downloaded the trial version of Visual Studio Professional and I am having troubles getting the Visual Studio trial version to recognize some of the coding.I know the coding is correct.I have heard of a Visual Studio.NET that the course recommends.Is it Available?If not is there a way to correct Visual Studio allow Recognition of this code?

2) What is the best Visual Studio package to learn the Visual Basic.NET Language?

View 10 Replies

Learn Timers And Date Time Picker?

Mar 20, 2012

learn and understand datetime picker and timer that would allow me to create application that is like reminder which would be like an appointment when this certain date and time is now at my computer then this form with listbox would show the appointment for the day that is stored in my database in sql server management studio express and vb.net 2008 as my programming language?

View 3 Replies

Learn To Control Database Based On VB2010?

Nov 6, 2011

Recently, I've changed my job to a biological company, they have huge data but managed by Excel, only by Excel. For example, they have hundreds of orders every month, but they just simply record them by Excel. No database concept is used in this company. Excel to manage this is nightmare, only one person can write the file, others can only read the file by ReadOnly. And these data is very easy to be mistakenly modified.

So, since I come to the above Excel-managed company about one month ago, I cannot stop myself thinking apply database.But I have no programming background at all, only used VB6.0 to create some tiny program in High School. Now I started to think whether I can use VB2010 to do this.First of all, I turn this problem to Access, and I learned a lot database design theory from getting to know Access. However, I finally find out that Access can hardly freely create Form like VB (maybe I didn't find out how)

Anyway, I started to study VB2010, to add DataSet to my Form1, and use DataGridView to display data, and to use TableAdapter to modify data. However, it is quite hard to learn, without any systematic books. For example, I am confused about TableAdapter and TableManger, and I don't know how to simply display a modified DataTable by DataGridView control. And SQL search language is new to me as well.

So, I'm wondering if anyone could recommend me any books based on what I would like to learn? Or any tips and reviews?

View 5 Replies

Place To Learn Web Site Development Using VB 2010?

Sep 22, 2011

I always wanted to make some websites. Is VB 2010 a good tool to make websites?

Where is a good place to start. Tutorials, examples and all of that.

View 1 Replies

C# - .NET Beginner Learn And Where Find Open Source Projects?

Sep 8, 2009

I'm beginner programmer in the amazing world named ".Net".I've a lot of questions

well, what I should learn C# or Vb.net What's the best blogs which talk about .Net technology and Open source projects Where can I find good tutorials, free books and ideas of projects how can I progress in ".Net" please, share your knowledge , your OPML of your favorite blogs or web sites about ".Net "

View 12 Replies

How To Learn Visual Basic 2010 For Developing A Software

Nov 5, 2011

I want to learn visual basic 2010 for software development

View 3 Replies

Read And Learn The Save File Dialog Coding?

May 1, 2009

I'm trying to read and learn the save file dialog coding.[url]....

View 5 Replies

Starting Out Point Me To A Good Book To Learn The Foundations Of VB?

Jan 13, 2011

I'm new to VB but completly new. I've dabbled with it a bit before but mostly from copying and pasting code from online. Is there a good book that I can purchase that will show me the ropes of the basics?

View 5 Replies

IDE :: VB 2008 Express Edition Learn VB Tutorial Broken Links?

Jan 22, 2011

Associating an Event with an Event Handler, in the VB 2008 Express Edition Learn VB tutorial, but the link to "Events and Event Handlers"does not work.

View 1 Replies

Where To Learn To Program Stuff For Windows Like Cd Tray - Desktop - Keyboard

Apr 4, 2009

Where should I go to leanr to program stuff like getting keystrokes, locking keyvoards, changing desktop backgrounds, opening CD trays, changing IE homepage, etc.... Basically everything windows... I'm using VB.NET right now. Is there an api or something to learn for this kind of stuff?

View 10 Replies

Cannot Execute Exe On Machines Other Than The Developer?

Jul 19, 2011

I updated a VB.NET application from Visual Studio 2008 to Visual Studio 2010 and made a few changes to it. Now it works fine on my development workstation but when the user tries to run it, it fails. The error detail is below. I've searched for System.InvalidOperationException and found several suggestions but none of them have helped. There isn't any static initialization code in the application. I changed the compilation to x86 instead of AnyCpu. None of these has helped. The project is compiled for .NET 3.5 and that hasn't changed. Both environments are Windows 7 64-bit.

Does anyone have a suggestion as to how I might determine what is causing this?

[Code]...

View 6 Replies

Creating New Application With VB Web Developer?

Apr 20, 2009

I'm creating new application with visual basic web developer i have 3 textbox on web form ajax this is code inside event load

Dim Connection As SqlConnection
Dim Command As SqlCommand
Dim dr As SqlDataReader

[code]....

View 5 Replies

Download The Developer Tools?

Nov 9, 2011

I have been trying to download the Visual Basic and it took me 3 days now to download because my network is not always good, so when the net is off, I have to start it over and over again. My question is: How can I download the Visual Basic just once and for all so that I start learning how to build my first Windows Applications?

View 3 Replies

Store Password, Even The Developer Can't See It?

Jul 8, 2009

I went for an interview last week, and the interviewer asked me a question that i failed to answer.

He asked me, how did i store the password in the database. Then i answered that i would encrypt it then store it in database.

Then he said after encryption, developer or admin still able to view the encrypted password. But he didn't want developer or admin to be able to view the encrypted password.

I thought of cookies, but if user clear their cookies file, everything will be gone.

View 7 Replies

Cannot Install Visual Web Developer 2008 On Win 7 64 Bit?

Jan 10, 2010

I get an error that says Setup Stopped working when installing Microsoft Visual Web Developer 2008 Express Edition with SP1 . Everything else installed fine. I am using the Offline ISO.

EDIT: This happens with the new 2010 Beta 2 also.. same exact error message.

Here are the details:

Description:Microsoft Visual Web Developer 2008 Express Edition with SP1 - ENU has encountered a problem during setup. Setup did not complete correctly.

[Code]...

Google search does not help. What is really funny about this is that from my search I see there are multiple solutions for this problem that have worked for different people, none of which apply to my situation.Why do I get the feeling that God does not want me to learn VB programming? (Grin)

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved