473,671 Members | 2,473 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Best Sites for C# Source Code

Hi all,

Can you experienced Gurus point me in the direction of the best sites for
source code? I've found a couple really nice ones (CodeProject, C# Help and
of course MSDN), but I'd like to find some more good quality sites with
plenty of source code examples. Any sites you guys n gals can recommend
would be appreciated.

Thanks,
Michael C.
Nov 16 '05 #1
5 4436
On Sat, 03 Jul 2004 02:09:55 GMT, Michael C wrote:
Hi all,

Can you experienced Gurus point me in the direction of the best sites for
source code? I've found a couple really nice ones (CodeProject, C# Help and
of course MSDN), but I'd like to find some more good quality sites with
plenty of source code examples. Any sites you guys n gals can recommend
would be appreciated.

Thanks,
Michael C.


One of my favorites is GotDotNet.com.

Tim
--
Tim Smelser - MVP Visual C#
To email me, make the snot hot.
Nov 16 '05 #2
On Sat, 03 Jul 2004 02:09:55 GMT, Michael C wrote:
Hi all,

Can you experienced Gurus point me in the direction of the best sites for
source code? I've found a couple really nice ones (CodeProject, C# Help and
of course MSDN), but I'd like to find some more good quality sites with
plenty of source code examples. Any sites you guys n gals can recommend
would be appreciated.

Thanks,
Michael C.


One of my favorites is GotDotNet.com.

Tim
--
Tim Smelser - MVP Visual C#
To email me, make the snot hot.
Nov 16 '05 #3
You can check out:

http://www.c-sharpcorner.com/
http://www.csharpfriends.com
http://www.cshrp.net/
http://www.dotnetspider.com/Technolo...rpSamples.aspx
http://www.only4gurus.com/v2/ShowCat.asp?Cat=C-Sharp
http://www.c-sharpcenter.com/
http://www.programmersheaven.com/zone30/index.htm
http://www.csharpsoft.com/css/

Also I dare to include my website (http://www.geekpedia.com), it has some C#
tutorials you may be interested in and some links to other C# websites.
"Michael C" <mi************ *************** ***@getridofthi s.com> wrote in
message news:Tz******** *************@n ews4.srv.hcvlny .cv.net...
Hi all,

Can you experienced Gurus point me in the direction of the best sites for
source code? I've found a couple really nice ones (CodeProject, C# Help and of course MSDN), but I'd like to find some more good quality sites with
plenty of source code examples. Any sites you guys n gals can recommend
would be appreciated.

Thanks,
Michael C.

Nov 16 '05 #4
Hi Micheal C,

There are some code samples and tutorials in:

www.devhood.com (i do notice that the download link and images fail to work, not sure why)

http://www.gotdotnet.com/community/workspaces/ - love this the most, project on progress... amazing!

Have fun!
--
Regards,
Chua Wen Ching :)
"Andrei Pociu" wrote:
You can check out:

http://www.c-sharpcorner.com/
http://www.csharpfriends.com
http://www.cshrp.net/
http://www.dotnetspider.com/Technolo...rpSamples.aspx
http://www.only4gurus.com/v2/ShowCat.asp?Cat=C-Sharp
http://www.c-sharpcenter.com/
http://www.programmersheaven.com/zone30/index.htm
http://www.csharpsoft.com/css/

Also I dare to include my website (http://www.geekpedia.com), it has some C#
tutorials you may be interested in and some links to other C# websites.
"Michael C" <mi************ *************** ***@getridofthi s.com> wrote in
message news:Tz******** *************@n ews4.srv.hcvlny .cv.net...
Hi all,

Can you experienced Gurus point me in the direction of the best sites for
source code? I've found a couple really nice ones (CodeProject, C# Help

and
of course MSDN), but I'd like to find some more good quality sites with
plenty of source code examples. Any sites you guys n gals can recommend
would be appreciated.

Thanks,
Michael C.


Nov 16 '05 #5
Thanks all for the guidance, I appreciate it!

Thanks again,
Michael C.
Nov 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

131
21639
by: Peter Foti | last post by:
Simple question... which is better to use for defining font sizes and why? px and em seem to be the leading candidates. I know what the general answer is going to be, but I'm hoping to ultimately get some good real world examples. Fire away! :) Regards, Peter Foti
11
9247
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in C++. I find my self sometimes, trying Object app = Object(); Object *app = Object(); Object app = new Object();
136
9315
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their code was littered with document.all and eval, for example, and I wanted to create a practical list of best practices that they could easily put to use. The above URL is version 1.0 (draft) that resulted. IMO, it is not a replacement for the FAQ,...
0
350
by: Michael C | last post by:
Hi all, Can you experienced Gurus point me in the direction of the best sites for source code? I've found a couple really nice ones (CodeProject, C# Help and of course MSDN), but I'd like to find some more good quality sites with plenty of source code examples. Any sites you guys n gals can recommend would be appreciated. Thanks, Michael C.
0
4221
by: Anonieko Ramos | last post by:
ASP.NET Forms Authentication Best Practices Dr. Dobb's Journal February 2004 Protecting user information is critical By Douglas Reilly Douglas is the author of Designing Microsoft ASP.NET Applications and owner of Access Microsystems. Doug can be reached at doug@accessmicrosystems.com. --------------------------------------------------------------------------------
27
1870
by: Raymond | last post by:
They say it's easier, but has anyone tried maintaining an ASP.NET site without the source code of the dlls? This was not a problem with classic ASP, all the code was almost always just in text files, easily viewable and most importantly readily AVAILABLE on the site, to anyone access to the site's folder. But just imagine, bunch of companies out there, managed by non-technical people, who have had a bunch of outside
54
6424
by: m.roello | last post by:
In the book: "Working with Microsoft Visual Studio 2005" Craig Skibo wrote: "The power of Visual Studio 2005 lies in its ability to empower users to build, test, and debug powerful applications quickly and easly." I don't agree on what concernes ASP .NET Web Sites in VS2005. All what involves Namespaces in Web sites has been disappeared. I know you can still MANUALLY manage them, but not QUICKLY and EASLY. In a
3
1503
by: smerf | last post by:
What are the best sites for code examples for beginners and advanced programmers?
0
8483
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8401
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8603
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8673
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5703
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2818
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2060
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.