Find Good .NET Online Tutorials For Web Development
Feb 16, 2010
I'm a Coldfusion Web Developer and I'm finding that in my local area, work for CF Devs has become extremely scarce.There were a handful of companies that were Coldfusion houses a few years ago and it appears most of them have moved away from CF development.I'm looking to expand my skillset to improve my employment outlook, and it appears that many of the web development positions that are available to me now are focused around .NET web development.The last time i took a look at .NET as a web development platform was way back during 2.0; where I found it to be poorly organized and extremely unfocused. Apparently somewhere along the line I missed the boat because that's where about 90% of the web development jobs in my area are now. I've done some searching on google to see if I can find a tutorial, something that's akin to hand-holding, and have come back dissapointed.So I'm turning to the SO community to ask for links and resources that might help better explain how .NET development works in a web development capacity, and for links to these resources so I can begin boning up my knowledge and start writing practice applications.
View 6 Replies
ADVERTISEMENT
Aug 20, 2009
I need VB.NET tutorials and simple VB.NET examples. I am trying to implement click events like[code]...
View 3 Replies
Mar 15, 2012
Does anyone have any good .NET Tutorials? What are some good websites for .NET Tutorials? Sorry if this is in the wrong section. I don't know enough about .NET to ask in the right section.
View 3 Replies
Mar 15, 2010
anyone know any good tutorials for screen scrapping? what im trying to do is make an application where i enter in keywords ...
View 2 Replies
Feb 26, 2011
Does anyone know of any good tutorials for creating Excel Addins?
View 1 Replies
Sep 13, 2009
I probably confused memory usage issues with the UI sharing same thread as the processing (as pointed out by MusiGenesis below). However regarding the Memory usage. I am still not able to find VB.net specific syntax, although people have pointed out some great .Net and C# information below (and if I were more versed in those technologies, one could adapt to make work with VB.net).The general concepts are working fine, however I am having issues where the Mem Usage on Task Manager keeps growing as the program is used to load more and more files.On Startup, before doing anything, the VB application has 27,000 K.Once the file is parsed and even after I dispose of the File handle as well as the the data increases a lot. I strip out everything in the code and it still seems that memory in Mem Usage remains captured. There is no rhyme or reason as to why the Mem Usage is growing (i.e. sometimes it can grow by 20 mb when reading a 7mb file, however other times it does not increase at all, when reading a 3mb file). Sometimes, it appers to release some memory when the parsing is complete and other times it just holds.I have looked at .Net Memory Profiler and have not really been able to make heads or tails from that.I have read a lot on internet regarding Memory Management on .Net in General about Dispose and "Nothing" and DataSets, etc, however have not really found anything regarding VB.Net specifically.My General Question is: Are there any good tutorials/books/blogs/etc that show a more in depth tutorial on managing memory in a VB.Net application (i.e. how/when to dispose/close, etc), or does anyone have some specific tips from there experience.
View 5 Replies
Aug 31, 2010
I need comprehensive tutorials of VB 2008 for beginner's which give additional support to my studies so that I can learn VB 2008 easily in less time.
View 2 Replies
Jan 25, 2012
I just installed the Visual Basic 2010 Express and I have no idea how to start! The IDE is so new to me and I need the place or link where I can download or watch video tutorials about the IDE and its features. I also want to learn the VB 2010 Express language from the very basics of it.
View 2 Replies
Feb 23, 2009
I am looking for a website similar to W3Schools that teaches the basics for VB.NET 2008.If none exist I would just like some good tutorials to get me started. I did some basic VB.NET a couple of years ago but I need to refresh myself
View 6 Replies
Apr 1, 2010
I don't know enough about VB.Net (2008, Express Edition) yet, so I wanted to ask if there were a better way to find files with different names but the same contents, ie. duplicates.In the following code, I use GetFiles() to retrieve all the files in a given directory, and for each file, use MD5 to hash its contents, check if this value already lives in a dictionary: If yes, it's a duplicate and I'll delete it; If not, I add this filename/hashvalue into the dictionary for later:[code]Is this a good way to solve the issue of finding duplicates, or is there a better way I should know about?
View 2 Replies
Feb 18, 2010
I am completely new to ASP.NET programming, and was asked to work on a small project involving ASP.NET, VB (which I am new to as well) and Microsoft SQL Server 2005.Being used to php/java I was hoping to find some kind of similar API to php.net and the javadoc. It would be very useful to have as I would prefer to work with a text editor, instead of using DreamWeaver or Visual Web Developer.In the project I basically only need to use ASP.NET to read from a SQL 2005 database and write to JSON files. where to find a clean and decent API to work with?
View 4 Replies
Aug 12, 2009
I found a lot of information about how to make a database factory or how to deal with connection pooling but i nowhere found a complete solution.I have always used my own solutions, but they're not complete i think or could be improved.Are there some good designed classes any of you use that i can find on the net?
View 1 Replies
Aug 28, 2010
It seems difficult to find good information on working with bitmaps. Specifically I am looking for .NET info on getting tile graphics to the screen. What I know so far is this. I need a picturebox for the display. I need a second picture box for a back buffer and then I need a third picturebox for the tiles that I would copy to the back buffer which then gets flipped to the screen.I need this to be done with .net controls and classes or functions and etc. If anyone has good information on this, please let me know. I am using visual basic 2008 express edition.
View 2 Replies
Jul 10, 2011
I'm very much interested in programming. I love to code, design and explore it. I thought to test my skills in an online competition. But I can't find a good one. Can you help me to find a good one ?
View 2 Replies
Mar 10, 2012
I'm having some problems with some API calls. I'm trying to return device driver information for a given device in device manager so I can access the available information and display it. I'm using a series of API calls which in turn populates a list with device driver objects associated with that device. The API calls fail. The problem is that I can't find any reference material online for these APIs so I can figure out what's wrong. [code]
View 1 Replies
Jun 24, 2009
Is there anyway to find out the contents of a text file thats online?[code]...
View 3 Replies
Jul 28, 2009
I have working on 1 program that is for Mu Online game. Its Mu Launcher program,but i'm having trouble with it. I can't make right "Server Status" to show Online or Offline I can't make autoupdater people to have using this for theyr server.
I make one file launcher.txt to get info the program but i need a lil help to finish thise program. The program is not for 1 server only its freewere . So here is the problem with the Server Status and AutoUpdater to get info from what server..
View 4 Replies
Sep 10, 2009
I am new to visual basic programming, how do i get in-depth tutorials on properties, methods etc of individual controls. For instance, i need to use the serial port control and i am great difficulties.
View 7 Replies
Apr 9, 2010
How can I get free Materials on VB.NET that explain the basic functions used during programming?.
View 1 Replies
Jan 28, 2010
I have Visual Studio 2008 because I'm going to college for computer science and I need to learn how to program. Also the price was right seeing as Microsoft gives copies away for free to college students through their DreamSpark program. My question is do you guys have any advice for the best or most comprehensive tutorials out there for my to start learning how to program?
View 2 Replies
Oct 7, 2009
I am new to WPF and XAML. I want to learn these for use in VB express 2008.Please guide me for some tutorials to start and progress in WPF and XAML.
View 3 Replies
Jun 30, 2010
I am a beginners in programming. Please, where can i download a comprehensive tutorials for learning.
View 4 Replies
Mar 7, 2010
I need to learn vb.net and WPF concepts. anyone send me Video Tutorials on tat Topic.
Video : - Vb.net coding with WPF application Video Tutorials.
View 1 Replies
Apr 19, 2010
New site for vb.net Smell of tutorials and projects open source.
View 1 Replies
Jan 11, 2010
Please I need Tutorials on how to connect/manipulate sql server with vb.net.
View 1 Replies
Dec 4, 2010
I want to download video tutorials of vb.net 2005, can i anyone tel me that from where do i download this freely?
View 1 Replies
Sep 6, 2010
Im having a hard time finding tutorials for the HtmlAgilityPack, all of them are for c#, so im having to use c# code and convert it to vb.Here is the my code, im still getting errors with the 3rd line:[code].......
View 4 Replies
Apr 13, 2011
I do not know anything about SharePoint and we will be moving to SharePoint systems in a few months at work.
My manager told me I will be one of the developers developing systems based on SharePoint.
Is there any good video tutorials on SharePoint Development?
View 2 Replies
Mar 14, 2010
I am new to VB, trying to create a tic-tac-toe game but none of the tic-tac-toe tutorials use 2 dimensional arrays. Since tic-tac toe is 3x3 I created 9 buttons and want either an X or an O to appear depending on where the user clicks. I want one set of instructions to handle the multiple buttons. I was told to use Case statements.
This is what I have so far. Not sure how much is right but hopefully it gives you an idea of what I am looking for.
[Code]...
View 20 Replies
Jun 29, 2010
Create FLASH tutorials for Vb.Net programming ( or for something else ) with this program.>>
[URL]
View 1 Replies