Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
(Move to ...)
Event registration app with QR/Paypal
Home
▼
Thursday, September 25, 2014
What is Type Safe by code example?
Compile will throw error for following code:
String fooString = 1;
int fooInt = "bar";
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment