.Net
Securely connect to azure DB from c#?
Very noob in the Azure and c# space. A engineering “dev” in the company I work for is building an app based off c# on EntityFramework Core. It needs to connect out to an azure Read more…
Very noob in the Azure and c# space. A engineering “dev” in the company I work for is building an app based off c# on EntityFramework Core. It needs to connect out to an azure Read more…
A jQuery based responsive table solution for making your wide HTML tables mobile friendly. Demo Download source
I hear a lot of good about it, but some people question the use of the JIT compiler. Here is one of the post I am referring to. Any comments?I personally believe its better with Read more…
Hi! Id like to stress test LINQ queries and the performance of different collections. What kind of amount of mock data should i use and how to generate it? Its only out of being curios Read more…
An interesting idea, though I’d use a slightly different architecture. Instead of organizing by layers first, Id rather package by feature, and each feature will have separate folders for layers. Consider the folder structure in Read more…
Disclaimer: I’ve no experience when it comes to Reporting Services Thanks in advance Assuming you’re talking about SSRS this may be a solution. https://stackoverflow.com/questions/46745526/how-to-use-microsoft-reporting-services-with-net-core yea, we just call the HTTP SSRS web service from our Read more…
Mailchimp: Grow sales with Customer Journey Smarts Rachel Andrew introducing the fact that masonry layout is going to be a thing in native CSS via CSS grid layout. The thing with masonry is that we Read more…
Node.js – Core Debugger: It’s always a challenge when it comes to debug an application. The Asynchronous workflows of Node.js include an additional layer of intricacy to this difficult process. Even though some updates have Read more…
A Buffer is an area in memory (typically RAM) that is used to store binary data. Binary is a collection or a set of 0 and 1. Each number in binary, or each 0 and Read more…
Node.js – Error Handling: Errors are part of every programming language, and Node.js Environment is not an exception. There are many predefined errors in Node.js, including errors like SyntaxError, RangeError, and many more. The official documentation Read more…