Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8994769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:30:17+00:00 2026-06-15T23:30:17+00:00

I have been struggling with this for some time, and I can’t even figure

  • 0

I have been struggling with this for some time, and I can’t even figure out where could I start with it.
I am trying to create a program that is going to generate a lot of random (I could call them serials).
Limit would be from letter A-Z on english uppercase alphabet and numbers from 0-9.

Something like website application at this page http://www.random.org/strings/

but

I would like it to create “all” combinations, none same, of letters and numbers, and save them to text file. I think there are around 200k+ combinations.

They would be 12 characters. Example:

  • T9T1P63WBYYZ
  • SCI1V7SAV9F5
  • 5OLN7UQS7MIE

I would like to create it in C# if it is possible, but I have no idea where should I even start.
I’m browsing google and similar projects for around a week, and I need it as university project.
If someone would help I would be very happy.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T23:30:18+00:00Added an answer on June 15, 2026 at 11:30 pm

    Hehe.. if you have the time!

    Asked yesterday, seen a great solution by L.B here:

    How to get all the possible 3 letter permutations?

    His simple solution, just change the alphabet:

    var alphabet = "abcdefghijklmnopqrstuvwxyz1234567890";
    
    var query = from a in alphabet
                from b in alphabet
                from c in alphabet
                from d in alphabet
                from e in alphabet
                from f in alphabet
                from g in alphabet
                from h in alphabet
                from i in alphabet
                from j in alphabet
                from k in alphabet
                from l in alphabet
    
                select "" + a + b + c + d + e + f + g + h + i + j + k + l;
    
    foreach (var item in query)
    {
        Console.WriteLine(item);
    }
    

    A more advanced answer might be the CartesianProduct

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been struggling with this for quite some time but i just can't figure
I have been struggling with this for some time, and can't seem to find
I have been struggling with this for quite some time having been accustomed to
Good Day, I have been struggling to get this right for quite some time
I have been struggling with this for some time now scanning the net for
I have been struggling with this for some time now. There have been many
I've been struggling with this for some time now and I just can't find
Hi iv been struggling with this error for some time and really cant figure
I've been struggling with this for some time and I'm hoping you guys can
Really been struggling with this one for some time now, i have many text

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.