Kiquenet

Results 50 issues of Kiquenet

When the mouse over the segment,put the label value in the center of Doughnut ?

Any support for Deploy in IIS7 - IIS 7.5 ?

Any full source code real application using dbhelpers with good patterns and practices ? code in production ? A question, Why not Dapper ? https://github.com/StackExchange/dapper-dot-net Stackoverflow sites uses Dapper. Thx

I use Windows 10 x64 to connect to Windows Server 2012. Using Remote Desktop (mstsc) is OK connected Using "Terminals" https://github.com/Terminals-Origin/Terminals for connect using RDP protocol, I get the following...

Where is the file fetch.umd.js ? not in source.zip in Releases. How-to use pollyfill without npm, only use script tag and js files.

I have this code, using Service Account: ` ``` string[] Scopes = { Google.Apis.Gmail.v1.GmailService.Scope.MailGoogleCom, Google.Apis.Gmail.v1. GmailService.Scope.GmailModify, Google.Apis.Gmail.v1.GmailService.Scope.GmailCompose, Google.Apis.Gmail.v1.GmailService.Scope.GmailSend }; ``` var pathSecrets = @".\ContactosProject-dcbe8450d418.json"; var serviceAccountEmail = "[email protected]"; var gmailSvc...

How-to Building dependency diagrams (Sql Server) using PSGraph - Graphviz ? https://www.reddit.com/r/SQLServer/comments/mdt8gu/blog_building_dependency_diagrams_using_graphviz/

For Fetch XML, xml construction by concatenating strings together, can be a real pain IMHO, is good a FluentAPI for CRM's FetchXML Maybe https://github.com/tofi9/MSCRM-FetchXml ``` csharp IOrganizationService organisationService = null;...