+ Post New Thread
Threads 1 to 15 of 15

Forum: C#.NET

Discussion forum regarding C#.NET

  1. cegonsoft.net | Method Overloading in C#

    C# supports method overloading, which allows you to create more than one method with the same name, but with a different set of parameters. When you...

    Started by MikeHenery9‎, 09-15-2011 09:59 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 333
    01-25-2012, 09:52 AM Go to last post
  2. cegonsoft profile | Learn Enums in C#.NET

    An enumeration is a group of related constants, each of which is given a descriptive name. Each value in an enumeration corresponds to a preset...

    Started by bodakash‎, 09-21-2011 02:11 PM
    • Replies: 9
    • Views: 450
    01-21-2012, 12:19 PM Go to last post
  3. cegonsoft foundation | C Sharp training course along with best quality tutorial

    The .NET Framework ships with three core languages that are commonly used for building ASP.NET applications: C#, VB, and J#.According to Microsoft,...

    Started by ramniz360‎, 09-17-2011 10:24 AM
    2 Pages
    1 2
    • Replies: 16
    • Views: 708
    01-18-2012, 01:48 PM Go to last post
  4. Preventing SQL injection attacks using C#.NET

    What is a SQL injection attack? Have any of your websites ever been a victim of a SQL injection attack? Well, one of my sites recently was so...

    Started by CWA‎, 02-02-2010 03:26 PM
    c#.net, hack, prevent, sql injection
    • Replies: 6
    • Views: 9,991
    12-15-2011, 11:30 AM Go to last post
  5. Exclamation Question: [newbie] Checking if Username is in DB C#.net - WindowsFormsApp, SQLServer

    Hello, I'm sorry for posting a question that is most probably very easy for most programmers. I am trying to learn C# and as much as I've googled...

    Started by rsanpedro‎, 11-17-2011 02:53 PM
    • Replies: 1
    • Views: 307
    11-18-2011, 06:46 AM Go to last post
  6. cegonsoft.org | LINQ to XML in C#.NET

    Consider that we want to create the following XML Document: <?xml version="1.0"? encoding="utf-8"> <!–Xml Document–> <catalog> <book...

    Started by chemphy12‎, 09-16-2011 09:14 AM
    4 Pages
    1 2 3 ... 4
    • Replies: 31
    • Views: 551
    11-03-2011, 12:53 PM Go to last post
  7. cegonsoft.org | The ArrayListin C# .net

    C# arrays do not support redimensioning. This means that once you create an array, you can’t change its size. Instead, you would need to create a...

    Started by chemphy12‎, 09-16-2011 07:50 AM
    3 Pages
    1 2 3
    • Replies: 22
    • Views: 366
    11-03-2011, 12:49 PM Go to last post
  8. cegonsoft profile | Arrays in C# .net

    Arrays allow you to store a series of values that have the same data type. Each individual value in the array is accessed using one or more index...

    Started by bodakash‎, 09-21-2011 02:10 PM
    4 Pages
    1 2 3 ... 4
    • Replies: 39
    • Views: 1,028
    11-03-2011, 12:05 PM Go to last post
  9. cegonsoft.net | Advance Math in C# .net

    In the past, every language has had its own set of keywords for common math operations such as rounding and trigonometry. In .NET languages, many of...

    Started by MikeHenery9‎, 09-15-2011 09:50 AM
    2 Pages
    1 2
    • Replies: 15
    • Views: 365
    10-28-2011, 11:05 AM Go to last post
  10. cegonsoft profile | learn String Type in C# .net

    One of the best examples of how class members can replace built-in functions is found with strings. In the past, every language has defined its own...

    Started by bodakash‎, 09-21-2011 02:09 PM
    2 Pages
    1 2
    • Replies: 14
    • Views: 563
    10-21-2011, 11:43 AM Go to last post
  11. cegonsoft profile | Learn for each loop in C# .net

    C# also provides a foreach loop that allows you to loop through the items in a set of data. With a foreach loop, you don’t need to create an explicit...

    Started by bodakash‎, 09-21-2011 02:12 PM
    • Replies: 9
    • Views: 644
    10-11-2011, 12:58 PM Go to last post
  12. Email C#

    This tutorial will show you how to send email from your website using c#.net in plain text or HTML format. Below you will find all the functionality...

    Started by CWA‎, 02-24-2010 10:28 PM
    c#.net, e-mail, email, send e-mail, send email, send mail
    • Replies: 6
    • Views: 8,719
    09-14-2011, 05:56 PM Go to last post
  13. LINQ to Objects in C#.NET

    using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication8 { class order {...

    Started by MikeHenery9‎, 09-12-2011 12:02 PM
    • Replies: 0
    • Views: 207
    09-12-2011, 12:02 PM Go to last post
  14. Captcha in C#.NET

    This tutorial will show you how to setup a Captcha ("Completely Automated Public Turing test to tell Computers and Humans Apart") for your website’s...

    Started by CWA‎, 01-21-2010 05:43 PM
    • Replies: 6
    • Views: 15,356
    09-02-2011, 05:53 AM Go to last post
  15. ASP.NET forms authentication login using C#.NET

    I’ve noticed that there aren’t many tutorials out there that make setting up a member’s login easy for C#.NET. This tutorial will show you how to...

    Started by CWA‎, 01-31-2010 08:47 AM
    • Replies: 9
    • Views: 33,673
    08-04-2011, 09:02 AM Go to last post

+ Post New Thread

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts