C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
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
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
2
Reply
What are the Anonymous object in c#?
Mohammad Irshad
7y
3.3k
3
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Basically anonymous object are used to call a method without a method name by using an delegate, before C# 3.0 delegate is used to call by declaring an method name, anonymous is introduced in C# 3.0 to call a delegate or event. And it is related to lambda expression used in linq. For more clear understanding you can visit below link https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/statements-expressions-operators/anonymous-functions
mukul agrawal
7y
2
var d=db.tablename.where(x=>x.name=="dsd");=> labmda expression Is Anonymous object in c# We can use in delegate also.
Ketan Shinde
7y
0
How to avoid multiple REST calls in MVC for late data binding in the grid?
How to avoid multiple REST calls in MVC for late data binding in the grid?
Message