Click here to Skip to main content
15,881,413 members

Articles by Mark Pelf (Articles: 38, Tip/Tricks: 6)

Articles: 38, Tip/Tricks: 6

RSS Feed

Average article rating: 4.83

Database Development
25 May 2023   Updated: 25 May 2023   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 3,271     Bookmarked: 5   Downloaded: 23
Please Sign up or sign in to vote.
Tutorial on EF7 – Database First approach using Command Line (CLI)
25 May 2023   Updated: 25 May 2023   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 9,253     Bookmarked: 10   Downloaded: 80
Please Sign up or sign in to vote.
Tutorial on EF7 – Database First approach using GUI tools EFCorePowerTools
1 Jun 2023   Updated: 1 Jun 2023   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 7,184     Bookmarked: 12   Downloaded: 72
Please Sign up or sign in to vote.
Tutorial on EF7 – Code First approach using Command Line (CLI)
8 Jun 2023   Updated: 8 Jun 2023   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 5,281     Bookmarked: 7   Downloaded: 36
Please Sign up or sign in to vote.
Showing problems with limited accuracy of SqlServer data type “datetime” in .NET7 EF7 environment
DevOps
30 Jun 2023   Updated: 30 Jun 2023   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 11,543     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
Using .gitignore is not a good solution for every use case. There are alternatives.
3 Jul 2023   Updated: 3 Jul 2023   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 4,283     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
We show how to add to SourceTree custom menus to manage “skip-worktree” option
9 Jul 2023   Updated: 9 Jul 2023   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 5,201     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Using Git “skip-worktree” option can create problems with Git Pull
Git
1 Aug 2022   Updated: 1 Aug 2022   Rating: 4.47/5    Votes: 7   Popularity: 3.77
Licence: CPOL    Views: 12,251     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
We are giving an overview of 6 free Git GUI clients
3 Aug 2022   Updated: 5 Aug 2022   Rating: 5.00/5    Votes: 9   Popularity: 4.77
Licence: CPOL    Views: 17,340     Bookmarked: 14   Downloaded: 0
Please Sign up or sign in to vote.
Comparison of Git functionality of Visual Studio 2022 to some other Git Gui clients
15 Aug 2022   Updated: 15 Aug 2022   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 11,542     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
How to create a single Git repository that contains multiple VS solutions
Testing
12 Jun 2022   Updated: 14 Jun 2022   Rating: 5.00/5    Votes: 27   Popularity: 7.07
Licence: MIT    Views: 22,061     Bookmarked: 40   Downloaded: 0
Please Sign up or sign in to vote.
We are giving an overview of 7 free Regex tools to test and develop Regex expressions
General Programming
File
10 Mar 2023   Updated: 10 Mar 2023   Rating: 5.00/5    Votes: 11   Popularity: 5.00
Licence: CPOL    Views: 8,542     Bookmarked: 19   Downloaded: 0
Please Sign up or sign in to vote.
Beginner’s tutorial on PE format, with illustrations
10 Mar 2023   Updated: 10 Mar 2023   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 4,650     Bookmarked: 13   Downloaded: 0
Please Sign up or sign in to vote.
Beginner’s tutorial on PE format applied to .NET assemblies
Programming Languages
C#
28 Feb 2022   Updated: 28 Feb 2022   Rating: 5.00/5    Votes: 10   Popularity: 5.00
Licence: MIT    Views: 17,100     Bookmarked: 26   Downloaded: 496
Please Sign up or sign in to vote.
Tutorial article describing Visitor Pattern in C#
2 Mar 2022   Updated: 5 Mar 2022   Rating: 5.00/5    Votes: 24   Popularity: 6.90
Licence: MIT    Views: 21,225     Bookmarked: 24   Downloaded: 145
Please Sign up or sign in to vote.
Tutorial article on Fluent Interface Pattern in C#
9 Mar 2022   Updated: 11 Mar 2022   Rating: 4.89/5    Votes: 12   Popularity: 5.09
Licence: MIT    Views: 25,492     Bookmarked: 19   Downloaded: 190
Please Sign up or sign in to vote.
Discussion on proper method to check for null-value and raise Event in C#
31 Mar 2022   Updated: 1 Apr 2022   Rating: 4.55/5    Votes: 9   Popularity: 4.34
Licence: MIT    Views: 9,554     Bookmarked: 16   Downloaded: 99
Please Sign up or sign in to vote.
Tutorial on Decorator Pattern in C#, showing 3 versions in C#
14 Apr 2022   Updated: 26 Apr 2022   Rating: 4.93/5    Votes: 35   Popularity: 7.61
Licence: MIT    Views: 25,200     Bookmarked: 18   Downloaded: 0
Please Sign up or sign in to vote.
Discussion about problems with Garbage Collector and possible alternative solutions
9 May 2022   Updated: 9 May 2022   Rating: 5.00/5    Votes: 13   Popularity: 5.57
Licence: MIT    Views: 14,532     Bookmarked: 31   Downloaded: 195
Please Sign up or sign in to vote.
In this article, we build a practical reusable Logging Proxy in C#
12 Jul 2022   Updated: 13 Jul 2022   Rating: 5.00/5    Votes: 12   Popularity: 5.40
Licence: CPOL    Views: 29,143     Bookmarked: 16   Downloaded: 130
Please Sign up or sign in to vote.
Beginner’s tutorial on Service Locator Pattern with examples
1 Jun 2022   Updated: 9 Aug 2022   Rating: 4.91/5    Votes: 34   Popularity: 7.45
Licence: MIT    Views: 43,999     Bookmarked: 87   Downloaded: 382
Please Sign up or sign in to vote.
We explain DI Pattern, DIP, IoC, DI Container
7 Mar 2022   Updated: 11 Sep 2022   Rating: 5.00/5    Votes: 12   Popularity: 5.21
Licence: MIT    Views: 18,181     Bookmarked: 45   Downloaded: 256
Please Sign up or sign in to vote.
Tutorial article on Observer pattern in C#
11 Sep 2022   Updated: 11 Sep 2022   Rating: 5.00/5    Votes: 27   Popularity: 7.07
Licence: CPOL    Views: 39,652     Bookmarked: 66   Downloaded: 467
Please Sign up or sign in to vote.
Tutorial article on Asynchronous Events invocation in C#
6 Feb 2023   Updated: 6 Feb 2023   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 10,111     Bookmarked: 8   Downloaded: 39
Please Sign up or sign in to vote.
Basic tutorial on Immutable Object Pattern along with C# examples
6 Feb 2023   Updated: 6 Feb 2023   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 10,883     Bookmarked: 7   Downloaded: 27
Please Sign up or sign in to vote.
Some issues related to Immutable Object and “defense copy”
7 Feb 2023   Updated: 7 Feb 2023   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 11,885     Bookmarked: 17   Downloaded: 65
Please Sign up or sign in to vote.
Beginner’s tutorial on VO and DTO Patterns with examples
7 Feb 2023   Updated: 7 Feb 2023   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 13,330     Bookmarked: 12   Downloaded: 64
Please Sign up or sign in to vote.
Beginner’s tutorial on C#11 Records with examples
4 Sep 2023   Updated: 4 Sep 2023   Rating: 4.92/5    Votes: 29   Popularity: 7.20
Licence: CPOL    Views: 20,415     Bookmarked: 21   Downloaded: 104
Please Sign up or sign in to vote.
Tutorial on “Function closures” in C# language
1 Apr 2024   Updated: 1 Apr 2024   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 3,620     Bookmarked: 6   Downloaded: 27
Please Sign up or sign in to vote.
Overview of new changes to EF8 – support for Row SQL returning Non-entities.
Javascript
1 Oct 2023   Updated: 1 Oct 2023   Rating: 4.44/5    Votes: 7   Popularity: 3.75
Licence: CPOL    Views: 3,240     Bookmarked: 6   Downloaded: 28
Please Sign up or sign in to vote.
Tutorial on “Function closures” in JavaScript language
1 Nov 2023   Updated: 1 Nov 2023   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 2,741     Bookmarked: 3   Downloaded: 22
Please Sign up or sign in to vote.
Tutorial on “Prototypal Inheritance” in JavaScript language
13 Nov 2023   Updated: 13 Nov 2023   Rating: 5.00/5    Votes: 8   Popularity: 4.52
Licence: CPOL    Views: 3,490     Bookmarked: 6   Downloaded: 32
Please Sign up or sign in to vote.
Tutorial on “Events Bubbling” in JavaScript language
MSIL
28 Feb 2023   Updated: 2 Mar 2023   Rating: 4.96/5    Votes: 36   Popularity: 7.66
Licence: CPOL    Views: 54,972     Bookmarked: 53   Downloaded: 0
Please Sign up or sign in to vote.
Overview of 5 free .NET Decompilers
Web Development
ASP.NET
6 Mar 2024   Updated: 6 Mar 2024   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 8,530     Bookmarked: 12   Downloaded: 93
Please Sign up or sign in to vote.
A practical guide to build a multi-language ASP.NET 8 MVC application
13 Mar 2024   Updated: 13 Mar 2024   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 1,690     Bookmarked: 3   Downloaded: 21
Please Sign up or sign in to vote.
How to build a multi-language ASP.NET 8 MVC application
15 Mar 2024   Updated: 15 Mar 2024   Rating: 4.00/5    Votes: 2   Popularity: 1.20
Licence: CPOL    Views: 3,920     Bookmarked: 3   Downloaded: 31
Please Sign up or sign in to vote.
A practical guide to build a multi-language ASP.NET 8 MVC application
21 Mar 2024   Updated: 21 Mar 2024   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 3,640     Bookmarked: 10   Downloaded: 21
Please Sign up or sign in to vote.
A practical guide to building a multi-language ASP.NET 8 MVC application
CSS
1 Feb 2024   Updated: 1 Feb 2024   Rating: 1.65/5    Votes: 5   Popularity: 1.15
Licence: CPOL    Views: 2,360     Bookmarked: 4   Downloaded: 30
Please Sign up or sign in to vote.
Custom Breadcrumbs (CSS) for Bootstrap 5 framework

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.83

DevOps
Git
11 Aug 2022   Updated: 11 Aug 2022   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 5,250     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
An overview and comments on a new feature of VS2022, v17.3.0, Git Line staging
12 Aug 2022   Updated: 12 Aug 2022   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 4,244     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Git push to GitHub or Bitbucket from 3rd party GUI client results in "Authentication Failed"
12 Aug 2022   Updated: 14 Aug 2022   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,007     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
We are showing how to overcome Git errors and merge unrelated histories
Entity Framework
6 Jun 2023   Updated: 6 Jun 2023   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 7,112     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Fix for adding new DB tables does not work in VS 2022, ver. 17.6.2, EF6 (Classic)
General Programming
Exceptions
15 Jul 2022   Updated: 15 Jul 2022   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 4,051     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
We explain how to debug and get more information on the generic Exception “Failed to enable constraints.”
intellisense
5 Feb 2024   Updated: 5 Feb 2024   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 1,690     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
VS 2022 extensions can interfere with the IntelliSense Hover functionality.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer
Serbia Serbia
Mark Pelf is the pen name of just another Software Engineer from Belgrade, Serbia.
My Blog https://markpelf.com/