TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
About Type-safe
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
G Gnana Arun Ganesh (1)
Satendra Singh Bhati (1)
Vikram Chaudhary (1)
Sandeep Singh Shekhawat (1)
Pradeep Shet (1)
Matthew Cochran (1)
Sukesh Marla (1)
Praveen Kumar (1)
Kamlesh Panchal (1)
Related resources for Type-safe
No resource found
C# and its Features
1/12/2022 9:25:32 AM.
C# is a modern, type safe programming language, object oriented language that enables programmers to quickly and easily build solutions for the Microsoft .NET platform.
Enum in Switch Case in Java
9/23/2019 4:05:29 AM.
In this article you will learn about the enum and switch case in Java and also how enum can be used in switch case.
Type Safety in .NET
7/5/2019 11:17:45 PM.
C# language is a type safe language. This article explains how C# type safety and how .NET helps write safe code.
An Example of Generics Using C# in ASP.Net
3/6/2019 12:06:10 AM.
This article explains how generics are useful over non-generics and explains how to reuse code using generics.
Delegates in C# - Part 1
1/26/2015 11:45:45 PM.
This article explains what delegates in C# are, how to use them and provides a real-life sample use of them.
C# Generic Identity Map -- Creating an Object Pool for Multiple Object Types
9/30/2012 1:55:51 AM.
This article demonstrates a technique through which we can have a type-safe pool object that holds references to many different types of objects.
ASP.NET Sessions and OOPS
8/21/2012 12:23:50 PM.
In this article we will understand how to make asp.net session objects Type Safe and override safe.
Delegates and Events in C#
11/25/2009 1:00:02 AM.
In this article I will explain about Delegates and Events in C#.
What the heck is Generics?
12/19/2005 12:26:59 AM.
This article provides the use of Generics and scenarios in which it will be useful.