COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About Generation
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Muhammad Aqib Shehzad (2)
Debadatta Mishra (2)
Matthew Cochran (2)
Mike Gold (2)
Niladri Biswas (2)
mercy_gp (2)
Mohammad Irshad (1)
Prasad Kambhammettu (1)
Nirav Daraniya (1)
Emiliano Musso (1)
Mahsa Hassankashi (1)
Praveen (1)
Jignesh Trivedi (1)
Ajay Yadav (1)
Pankaj Singh (1)
Rajeev Ranjan (1)
Santosh Gadge (1)
Abhishek Kumar Ravi (1)
Brij Mishra (1)
Shweta Lodha (1)
Sourav Kayal (1)
Stan Gershengoren (1)
Harish 0 (1)
Rajesh Pillai (1)
Lajapathy Arun (1)
Shirsendu Nandi (1)
Vikas Mishra (1)
Vamshi Krishna (1)
Biswa Pujarini Mohapatra (1)
Naren Chejara (1)
Dave Richter (1)
Mahesh Chand (1)
Bilal hawaja (1)
Neophytos Christodoulides (1)
Krishnan LN (1)
Shashi Jeevan M P (1)
Related resources for Generation
No resource found
Dynamic Menu Generation With Web API And Angular
1/25/2018 5:58:56 PM.
In this article, we are going to implement a dynamic menu with the help of ASP.NET Web API and Angular. We will create the login page that has two login type. Admin and User. Admin login will lead to
Different Formats In Report Generation Using JSReport Server
6/23/2017 12:38:39 PM.
The JSReport Server supports different types of formats in report generation like pdf, xlsx, html, text, html to xlsx etc. In previous article the report was generated in PDF format.
Convert HTML String To PDF Via iTextSharp Library And Download
4/15/2016 11:32:00 AM.
In this article, we will see how to convert HTML strings to PDF by using a third party PDF generation library.
Convert HTML String To PDF Via iTextSharp Library And Send As An Email Attachment
4/14/2016 12:23:38 PM.
In this article, we will see how to convert HTML string to PDF by using third party PDF generation library.
Ticket Generation Using C# in .NET
7/16/2015 1:14:40 PM.
In this article you will learn how to generate and print a ticket using C# and how the ticket is actually displayed.
Genetic Algorithm For Icon Generation in Visual Basic
4/16/2015 10:08:30 PM.
This article provides some of the basics of genetic algorithms, including what they are, what they're good for, why we call them "genetic", and so on. This provides both theory and sample implementations in Visual Basic .NET.
Automatic Table Generation in Any Database by NHibernate ORM and CodeDom
3/28/2015 2:40:33 PM.
This article describes how to allow users to build a database automatically from an application via two technologies, code generation (CodeDOM) and NHibernate (Fluent) that let us make a backend regardless of the type of database and without involving complicated concepts.
Monitoring the Activities of Garbage Collection in .NET Using CLR Profiler
1/5/2015 8:57:38 PM.
In this article we learn about garbage collection and it's generations as well as how we can monitor it using the CLR Profiler.
Garbage Collection In Depth
1/5/2015 2:11:26 PM.
This article looks at Garbage Collection in depth.
Native Image Generation in Managed Code
11/1/2014 12:45:34 PM.
This article explains how to write and execute high-performance .NET managed code by employing the Native Image Generator utility as well as some of its disadvantages and recommended scenario guidelines for its use.
Image Upload and View on SQL Server in ASP.Net With Automatic ID Generation
10/16/2014 2:35:00 PM.
This article helps you to upload your images to an ASP.NET website and store all the details regarding the image in a SQL Server database.
Getting Started With ASP.Net Web API 2: Day 6
10/13/2014 1:20:45 PM.
We will learn Scaffolding in Web API 2 in this article. Scaffolding is a Text Template Transformation and Toolkit (T4) based code generation framework for ASP.NET.
Generation of CAPTCHA Image Using Generic Handler for Login Page
7/19/2014 12:38:01 AM.
This article explains how to create a CAPTCHA image using a generic handler.
QR Code Generation App in Windows Phone
6/14/2014 2:17:06 PM.
We are implementing QR Codes in a Windows Phone 8 App.
Understanding Generations in Garbage Collection Process - Garbage Collection Part-5
6/7/2014 9:28:03 AM.
This is fifth and last part in the series of Garbage Collection process. In this video, I have discussed on Generations in the Garbage Collector and how it is used to optimize the performance of Garbage Collector
Performance Analysis For String and StringBuilder
2/25/2014 3:04:43 PM.
This article will give you an overview of when and how to use the String and StringBuilder classes with proper statistical data using the CLR Profiler.
Generation of XML, XSD, DTD With Java
9/9/2013 1:19:51 PM.
In this article I will present how to generate various XML, XSD or DTD files using Java.
Demystify garbage collection: Part 6: Understand concept of generation
8/25/2013 11:40:19 PM.
In today’s article we will understand the concept of generation more closely.
Overview of XML and JSON Generation From Java Object
8/19/2013 11:39:08 AM.
This article provides you brief view of generating xml and json from the java object.
How to generate unique integer IDs across multiple systems
10/13/2012 5:52:17 AM.
This article show to generate unique integers across environments. Generally repeating IDs in different environments are not a problem, but once in a while you need to migrate something from dev to staging, or from staging to production.
Report Generation in .NET
9/30/2012 2:57:07 AM.
Report generation is an integral part of enterprise application development. Choosing the right kind of report generation strategy decides the success of the application in terms of cost and performance. The white paper discusses some of the key factors that need to be considered when architecting reporting systems in .NET and C#.
Functional Programming with C#: Dynamic List Generation
9/29/2012 8:53:22 AM.
This article covers how to use functions as the basis for generating lists given some initial seed values. This technique is useful for constructing different types of numeric series, calculating growth and decay, and also useful for searching algorithms.
Getting friendly with jQuery (A beginners guide + added auto TOC generation + text entry limit)
5/13/2012 8:07:00 AM.
jQuery is a javascript library with rich API to manipulate DOM, event handling, animation and ajax interactions. The following are the essential features of jQuery that makes it so appealing for client side scripting.
Random isn't Really Random -- C# Random Number Generation
5/13/2012 3:18:06 AM.
This article covers overriding the System.Random object in order to produce better random numbers. The project file contains a library of eight commonly used random number generating algorithms, the best of which is the Mersenne Twister algorithm.
Dynamic Generation of RadioButton at Runtime Using Silverlight 4 C#
4/12/2012 5:15:10 PM.
In this article we are going to learn how to create radio buttons at runtime and also we learn how to set events at runtime.
Modifying or Adding the Default Code Generation/Scaffolding Templates in ASP.NET MVC3 Using T4 Code Generation
1/31/2012 11:42:25 PM.
In this article I will describe how to modify existing code or adding our own custom code generation for a scaffolding column for generating a Controller class and view in ASP.NET MVC3 using T4 Code Generation.
Describing the Life Cycle of Servlet
12/14/2011 12:04:16 AM.
The Life Cycle of a Servlet involves creating an instance of the Servlet, associating the Servlet with initialization information, dispatching request to the servlet instance and finally destroying the servlet instance.
RDLC Report Generation using Dataset
11/7/2011 10:23:40 PM.
In the following Step-By-Step Guide we're going to create a local report (RDLC file) for ASP.Net 2010.
Next Generation of HTML - HTML5
8/16/2011 4:56:56 AM.
In this article you will see Brief description of HTML5.
Dynamic generation of a Check Box List
1/17/2011 11:35:33 AM.
In this article you will learn how to use dynamic generation of a CheckBoxList in C#.
Using NVelocity and WithClass to Generate C# Code
9/23/2010 12:39:35 AM.
NVelocity is a powerful template engine for rendering text. When NVelocity is used in conjunction with a UML tool such as WithClass, you can generate code from diagrams you create with the tool. This article steps you through generating C# classes using the NVelocity engine inside of WithClass.
Random Number Generation and Windows Forms Encryption via C# Parallel Programming
9/7/2010 11:59:02 PM.
An article that describes Encryption and Random Number Generation in C# TPL Parallel code.
GDI+: The Next-Generation Graphics Interface
10/8/2009 2:48:23 AM.
In this article I will give you introduction about GDI+.
Generating Random Number in the Array
5/25/2009 1:57:57 AM.
This article shows how to generate random number in an array using C#.
Creating server controls at runtime using HTTP modules
4/6/2009 1:56:29 AM.
This article is all about generating dynamic ASP.Net server controls using HTTP modules.
Creating server controls at runtime using HTTP modules
4/6/2009 1:56:29 AM.
This article is all about generating dynamic ASP.Net server controls using HTTP modules.
Choosing a technology for your data access tier
4/4/2009 1:40:15 PM.
What are the criteria that software architects and developers should consider when choosing a technology to build their database access tier?
Dynamic Code Generation and Code Compilation
2/3/2006 4:44:04 AM.
This is a simple application for generating the code dynamically and compiling it dynamically.
Dynamic Code Generation and Code Compilation
2/3/2006 4:44:04 AM.
This is a simple application for generating the code dynamically and compiling it dynamically.
Using Crystal Reports 9 in Windows Application
1/18/2006 6:32:13 AM.
This article shows an application for storing the data using Microsoft Access and generating report using Crystal reports.
Implementing a Genetic Algorithms in C# and .NET
12/29/2005 12:22:54 AM.
One of the more interesting developments that has come out of the Artificial Intelligence world is the invention of Genetic Algorithms.
Public Key Token Generation Algorithm
12/16/2005 5:32:55 AM.
The PublicKeyTokenGenerator class and a small utility that generates Public Key Token from the Public Key using that class.