3846 2
How to Switch ORM in Repository Pattern (C# .NET MVC)?

I have been searching on it how to switch ORM using repository pattern, and i was not able to find "examples/sample codes" of it so i can study with that. 

I believe my search keywords were wrong (ex. How to switch from EF to ADO.NET using Repo pattern and etc), thats why I can not find an article that talks about it.

Lets say we implement repository pattern with Entity Framework.

Is it repo pattern tightly coupled in Entity Framework? or

Do I need to create another Data Access Layer that talks for ADO.NET/or DAPPER/ Nhibernate?(for example)

Thanks in Advance.

...
Type
Question
3819 2
Can anyone explain difference between a virtual and abstract function with example in C#?

Can anyone help me to understand the difference between virtual functions and abstract functions with the example in C#, I would like to understand it in easy languages as I am not able to get it reading books etc, so I can understand in which situation I should use which function(abstract/virtual)?

Thanks

...
Type
Question
3791 1
How we can open torrent files in C#

How we can open torrent files in C#

Is possible to open torrent file in C# Code like

https://www.seedr.cc/

...
Type
Question
3781 0
Convert EPOC (Unix) time stamp to Datetime and Vice-Versa in C#
In this article, I have showed a console application example to convert unix timestamp to datetime and datetime to unix time in C#.
Type
Article
3743 0
Add values in C# array (Multiple ways)
In this article, I have mentioned how we can push or add new values in an array using C# Code in a multiple ways.
Type
Article


3665 0
Convert string to char or char array in C#
In this article, I have mentioned how you can easily convert string to char array in C# using .ToCharArray() and Char.Parse using Console application example.
Type
Article
3519 0
Set Default Value to Property in C#
In this article, I have mentioned with an example to set default value to a class property in C#
Type
Article
3500 0
Foreach() vs Parallel.Foreach() in C#
In this article, I have mentioned difference between Foreach() and Parallel.Foreach() in C# with an example.
Type
Article
3451 0
Generate Random alphanumeric strings in C#
In this article, I have mentioned how we can generate random alphanumeric strings in C# using various possible methods.
Type
Article
3443 2
Course to learn about matrix (two dimensional array) in C# with exercises and solution

Hi,please someone can give me link to learn about matrix (two dimensional array) in C# with exercises and solution. Thanks in advance.

...
Type
Question

Page 18 of 24