C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Gold(5)
Nipun Tomar(2)
John Charles Olamendy(2)
sujith.krish (2)
John O Donnell(2)
Henil Patel(1)
Shiv Sharma(1)
Habibur Rahaman(1)
Amit Tiwari(1)
Mahesh Chand(1)
C# Curator(1)
Bhala (1)
Moses Soliman(1)
Anubhav Bansal(1)
vanyoe (1)
Michael Gold(1)
Mike Gold(1)
Resources
No resource found
How to Search More Than 2000 Records in PowerApps Combo Box
Apr 03, 2026.
Overcome the 2000-record limit in PowerApps Combo Boxes! This guide provides a simple trick to efficiently search large datasets and ensure all records are searchable. Improve PowerApps search functionality!
Increasing Item Limit in Power Apps: A Step-by-Step Guide up to 2000
Mar 12, 2024.
In this article, we will learn to Unlock the full potential of Power Apps by increasing the item limit to 2000 with our comprehensive step-by-step guide. Learn how to efficiently manage data sources, optimize performance, and adhere to best practices for app development.
The Journey Of SharePoint From 2000 To 2020
Mar 18, 2020.
In this article, I will highlight the various key points of SharePoint each version from the year 2000 to 2020.
Differences Among SQL Server 2000, 2005 and 2008
Aug 09, 2013.
This article explains the main differences among SQL Server 2000, 2005 and 2008.
Connection Strings for SQL Server 2000
Dec 20, 2010.
Microsoft SQL Server 2000 is an application used to create computer databases for the Microsoft Windows family of server operating systems. Microsoft SQL Server provides an environment used to generate databases that can be accessed from workstations, the Internet, or other media such as a personal digital assistant (PDA).
Using NVelocity and WithClass to Generate C# Code
Sep 22, 2010.
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.
Creating a Guest Book in ASP.NET
Jan 29, 2010.
In this article I will explain Creating a Guest Book in ASP.NET.
.NET and the .NET Framework
Nov 03, 2009.
In this article I will explain about .NET, .NET Framework and other technologies related to .NET.
Migrating from ASP.NET 1.0/SQL Server 2000 to ASP.NET 2.0/SQL Server 2005
May 28, 2008.
The article provides details of various steps followed by author in upgrading ASP.Net 1.1 application to ASP.Net 2.0 and SQL Server 2000 to SQL Server 2005
Strategies to Implement a Multi-Criteria Filtering
Mar 06, 2008.
This article provides you different ways to implement a multi-criteria filtering.
Triggers and Active Databases
Aug 30, 2007.
This article is intended to illustrate how to use triggers in databases systems to enforce business rules and react to events in database applications thus supporting the Active databases principles.
Full Text Search on SQL 2000
Jul 30, 2007.
This article shows some steps to enable Full Text Search on SQL 2000.
ASP.NET Caching: SQL Cache Dependency With SQL Server 2000
Jan 30, 2006.
SQL cache dependencies are one of the most wonderful new features in ASP.NET 2.0, the ability to automatically invalidate a cached data object (such as a DataSet or Custom Data Type) when the related data is modified in the database. This feature is supported in both SQL Server 2005 and in SQL Server 2000, although the underlying plumbing is quite different.
Membership Service
Aug 08, 2005.
With every new version are added a bunch of new functionality which eases the development of web applications and keeps up to the required security measures to make the applications less susceptible to external threat.
Microsoft Application Center 2000 - An Introduction
Mar 17, 2004.
Application Center 2000 is Microsoft's deployment and management tool for high-availability Web applications built on the Microsoft Windows 2000 operating system. Application Center 2000 makes managing groups of servers as simple as managing a single computer.
Host Integration Server 2000 : An Overview
Feb 24, 2004.
This white paper highlights some of the features offered by Microsoft's Host Integration Server 2000. This white paper also gives an overview of key benefits and features in Host Integration Server 2000.
Code Generator for Basic Stamp II Microcontroller
Oct 15, 2003.
The Basic II Stamp is programmed by the language its named after, Basic. The language is a combination of Basic syntax and built in key words that control the Basic Stamp II chip.
Using Generic Algorithms to Layout Circuit Boards
Apr 07, 2003.
This article tells you how to use a Genetic Algorithm to optimally layout parts on a circuit board so they have the shortest connections between them.
MAPI Explorer in .NET
Sep 24, 2002.
This code presents a simple MAPI explorer. You could read a mail messages from Exchange 2000 server using MAPI.
Form Designer in C# and .NET
Sep 02, 2002.
The FormMaker.NET Application has an undo feature for removing controls you just placed on the form and a fine tuning placement mechanism for positioning the control through the arrow keys.
Changing User Information using Active Directory
Aug 14, 2002.
If your company is one of the lucky? Ones to implement Windows 2000 Active Directory you may have been looking for a way to populate it with data. Perhaps adding people’s details from a file directly into the active directory.
Gene Expression Programming (GEP) in C# and .NET
Apr 11, 2002.
Gene Expression programming (GEP) is a subset of Genetic Algorithms, except it uses genomes whose strings of numbers represent symbols. The string of symbols can further represent equations, grammars, or logical mappings.
Poorman's Installation program in C# and .NET
Apr 08, 2002.
Installation programs can be quite expensive these days. Although programs such as Wise and InstallShield have fantastic features and are fairly comprehensive, sometimes you just want to do the easy installation of copying and pasting files into a directory and perhaps placing a shortcut in the start menu.
Active Directory Sample I
Aug 23, 2001.
This sample shows how to access Active Directory information in a Windows 2000 domain.
Eater Game in C#
Jul 31, 2001.
This is a simple game written in C# in which the user moves a packman like player around the form and gobbles up red dots. The object is to get all the dots in as quick a time as you can.