C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
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
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijay Prativadi(6)
Arunava Bhattacharjee(1)
Rikam Palkar(1)
Mariusz Postol(1)
Emiliano Musso(1)
Rahat Yasir(1)
Shweta Lodha(1)
Prashant Nimbare(1)
Sandeep Singh Shekhawat(1)
Ajay (1)
Resources
No resource found
Difference between DataContext and ItemsSource in WPF/Silverlight
Jul 16, 2010.
In this article I will try to illustrate the difference between DataContext and ItemsSource property in Silverlight/WPF.
DataContext And Autowire In WPF
Jan 04, 2021.
There are 3 ways to bind the View with ViewModel. One way is to bind DataContext Property within a XAML, Second is to assign DataContext within Code-Behind and last using ViewModelLocator.
Programming in Practice - GUI - XAML - Description of the User Interface
Jul 09, 2024.
This article concerns selected issues related to the representation of process information in graphical form to develop a comprehensive User Interface. It presents XAML Domain-Specific Language as a description of the user interface.
Basic Outlines and Examples on MVVM Pattern
May 08, 2015.
This article explains some basic concepts about the MVVM pattern (Model View ViewModel).
MVVM, Simple Way You Can Think
Oct 25, 2014.
This article exlains MVVM in the simplest way you can think of.
Binding Source Objects in WPF
Feb 24, 2014.
This article will drive you through the various available bindings.
Inserting Data in the Database Using LINQ to SQL
Nov 03, 2013.
Using LINQ to SQL, insert data into databases effortlessly. Utilize LINQ query expressions, entity classes, and DataContext to map objects to database tables. Ensure proper error handling and concurrency control for robust data management.
Select Data With LINQ-to-SQL Via WCF Service
Feb 21, 2013.
This article demonstrates an interesting and very useful concept in LINQ-to-SQL.
CRUD With LINQDataSource
Feb 21, 2013.
This article demonstrates an interesting and very useful concept in LINQ.
Delete Data With LINQ-to-SQL Via WCF Service
Feb 21, 2013.
This article demonstrates an interesting and very useful concept in LINQ-to-SQL.
Update Data With LINQ-to-SQL Via WCF Service
Feb 21, 2013.
This article demonstrates an interesting and very useful concept in LINQ-to-SQL.
Create or Delete Database Via LINQ-to-SQL
Feb 20, 2013.
This working demonstrates one of interesting and most useful concept in LINQ-to-SQL.
Select Data With UDF Via LINQ-to-SQL
Feb 19, 2013.
This article demonstrates an interesting and very useful concept in LINQ-to-SQL classes.
Aggregate Functions in Linq To SQL
Dec 05, 2012.
In this article I am going to explain how to use aggregate functions in LINQ to SQL as well as in SQL Server.
Perform queries using LINQ in VB.NET
Nov 08, 2012.
In this article I will show you how to extract data from SQL Server using LINQ.