Category Archives: c#

Sudoku resolver (my own algorithm)

This is my own algorithm to resolve a Sudoku 9 x 9 cells, this is the logic of the resolution:

first I have a fixed cells with some values , for example this;

Facebooktwitterredditpinterestlinkedinmail

Read More ...

Barcode Generator EAN128, EAN13, QR, DataMatrix ( dll / exe versions)

This is my new barcode generator ( image based ) to create EAN128, EAN13, QR, DataMatrix Barcodes.

You can use it with 2 versions, commnad line version (standalone executable )  or a  dll to use with your .NET projects ,

You can Download it from this link:

here are these videos showing both the operation of the dll and the executable utility:

 

Facebooktwitterredditpinterestlinkedinmail

Read More ...

Consuming a NAV (2015,2017,2018) / BC ODataV4 from C# or .NET

To Consume a ODataV4 form Visual Studio (+2017) you need to add this extenssions installed:

and the odata will be enabled:

Facebooktwitterredditpinterestlinkedinmail

Read More ...

Git Bash + Azure dev ops + Visual studio Code

This is a guide to use git Bash with Azure dev ops,

first we need to login at azure dev ops : https://azure.microsoft.com/en-us/services/devops/?nav=min

you can login from office 365 account, or sign in.

Facebooktwitterredditpinterestlinkedinmail

Read More ...

LINQ to XML Group by C# alternatives

The problem:
I have a xml variable Xdocument in C# like this:

I want to do a “group by” all the same records:

Facebooktwitterredditpinterestlinkedinmail

Read More ...

Categories

Subscribe to my Newsletter




By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close