Toggle navigation
ProgrammerGuide.Net
Go!
Choose a Topic
.Net Framework
.Net Interview Questions
Android Programming
AngularJS
AngularJS Interview Questions
ASP.NET
ASP.NET MVC
ASP.NET MVC Interview Questions
ASP.NET Web API
Azure
BizTalk
C#
Career Practices
Design Patterns
Entity Framework
Facebook Programming
Google Webmaster
HTTP
iOS
iOS Interview Questions
JavaScript
Job Descriptions
jQuery
Knockoutjs
LINQ
LINQ Interview Question
MongoDB
Object Oriented Programming
Personality Development
Project Management
SEO
SignalR
SignalR Interview Questions
Social Media Marketing
Software Practices
Source Control
SQL Server
SQL Server Interview Questions
Tips And Tricks
UML
Video Tutorials
Visual Studio.Net
WCF
WCF Interview Questions
Web API Interview Questions
Web Tools
Windows Phone
XSLT
How To Restrict Types In C# Generics? | C# Generic Interview Question
.Net Interview Questions
Generic type can be restricted by using the “WHERE” keyword. For instance below is a “GenericList” which will only take type of “Customer.
public class GenericList<T> where T : Customer
{
}
Previous Page
Home Page
Next Page
Popular Tutorials
Creating Cookie in ASP.NET MVC Action | Handling Cookies in ASP.NET MVC | Set Cookie Expiry in ASP.NET MVC | ASP.NET MVC Tutorial
Generating Multiline TextBox or TextArea with @Html.EditorFor in ASP.NET MVC
Generating Unique Token in C# | Generating Unique Token that Expires after 24 Hours in C# | C# Tutorial
Drag & Drop File Upload In ASP.NET MVC Using dropzone js with Fallback Browser Support | ASP.NET MVC Tutorial
Loading PartialView Via JQuery In ASP.NET MVC | Returning PartialView From ASP.NET MVC Action | ASP.NET MVC Tutorial
How To Enable Role Manager Feature In ASP.NET MVC? | ASP.NET MVC Interview Question
How To Add CSS Class And Custom Property in Html.TextBoxFor? | ASP.NET MVC | RAZOR
Send and Receive SMS and MMS Messages Using Android 4.4 SMS API | Android Video Tutorial
How to Get Browser Agent from ASP.NET Web API Controller? | ASP.NET Web API Tutorial
How to Override the Common Route Prefix? | ASP.Net MVC Interview Question
.Net Framework
.Net Interview Questions
Android Programming
AngularJS
AngularJS Interview Questions
ASP.NET
ASP.NET MVC
ASP.NET MVC Interview Questions
ASP.NET Web API
Azure
BizTalk
C#
Career Practices
Design Patterns
Entity Framework
Facebook Programming
Google Webmaster
HTTP
iOS
iOS Interview Questions
JavaScript
Job Descriptions
jQuery
Knockoutjs
LINQ
LINQ Interview Question
MongoDB
Object Oriented Programming
Personality Development
Project Management
SEO
SignalR
SignalR Interview Questions
Social Media Marketing
Software Practices
Source Control
SQL Server
SQL Server Interview Questions
Tips And Tricks
UML
Video Tutorials
Visual Studio.Net
WCF
WCF Interview Questions
Web API Interview Questions
Web Tools
Windows Phone
XSLT