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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
357
120.5k
Syntax
Jul 5 2012 6:31 AM
Hi
Given the following statement:-
new WebClient().DownloadString("http://www.foo.com");
I require help in understand the syntax's
WebClient()
// This is a class but has a parenthesis as if it were a method.
.DownloadString("http://www.foo.com");
// This method is not Static OR an Extension method but is accessed with the dot notation as if it were Static or an Extension.
Regards
Steven
Reply
Answers (
4
)
using crystal report??
How to call static function from the non static function body