Robert Dannelly Jr - Passionate Software Engineer Blog - Dannelly Solutions

This blog shares my journey as a software engineer, along with personal reviews and life experiences I’ve gained along the way. “I have not failed. I've just found 10,000 ways that won't work.” — Thomas Edison. If you enjoy my content, please support it by clicking on ads (free for you, big help for me!) or by buying me a coffee on Ko-fi. Thank you!

Thursday, May 09, 2019

How to clear SharePoint People Picker suggestion cache

›
How to clear SharePoint People Picker suggestion cache If you have been SharePoint Site owner long enough, you would have definitely ...
1 comment:
Wednesday, May 01, 2019

GitHub --set-upstream

›
git push --set-upstream https://github.com/moojjoo/PlunkerNGClick.git master git pull git commit -m 'Another commit' git push
Wednesday, March 20, 2019

Nice AdSearch by LanID to populate a form

›
$('#Domain_ID').focusout(function () {     $.ajax({         type: 'GET',         url: 'https://localhost:44364/api/v1...
Wednesday, February 27, 2019

SQL RAISEERROR and Log the error

›
Put all SQL Stored Procedures in BEGIN TRY > BEGIN TRANSACTION > IF  ELSE blocks and use the following as a TEMPLATE Create an outpu...
Tuesday, February 26, 2019

PowerShell output to table and text file

›
Get-SPUser -Web "https://subdomain.domain.com" | format-table -autosize > e:\spusers.txt https://docs.microsoft.com/en-us/pow...
2 comments:
Monday, January 07, 2019

RoboCopy

›
Robocopy command can be used to move data from one folder to another. example: Go to cmd Robocopy "C:\\SourceDir" "C:\\Des...

Azure Cost Learning from Experience after Free Trial Expires

›
Well, today I logged into my Bank account and I have I nice debit of "MSFT AZURE", although I thought I was very careful to turn o...
Wednesday, December 19, 2018

Microsoft Word Navigation Pane (Keep It Open - TOC)

›
To get to the Microsoft Word Navigation click ctrl+f then select navigation pane and leave it open while working on a very long document.   ...
Friday, November 02, 2018

JavaScript Execution

›
1) Global Memory 2) Global Execution 3) Call Stack Tatoo it on my arm. Be a JavaScript Master mind --- JavaScript is Single Threaded. fun...
Monday, October 08, 2018

How to delete or clear authentication, cache, and cookies

›
Instead of trying to hunt down cookies to delete or clear cache for images, authentication, etc. etc. Simply use a Chrome Incognito or Edge...
Tuesday, October 02, 2018

.NET Core 500 Exception how to see your errors

›
If you are developing using .Net Core be sure to set the final Configure to the following and be sure to use your keyboard short cut alt+ent...
Tuesday, July 17, 2018

Windows 7 cannot delete folder

›
I ran into an issue from an import for Favorites and I could not delete the folder. The following YouTube Video helped me resolve the probl...
Wednesday, May 23, 2018

ID4014: A SecurityTokenHandler is not registered to read security token error

›
Getting the following error (Figure 1): Server Error in '/' Application. ID4014: A SecurityTokenHandler is not registered to ...
Friday, May 18, 2018

AADSTS70001: Application with identifier

›
Getting the following error (Figure 1): Figure 1 Here are some facts: Azure Active Directory ID (Figure 2): Figure 2 ...
Friday, May 04, 2018

PowerShell 5.0

›
I have been having lots of trouble with using PowerShell with Azure.  In order to get it running I finally came across the following site fo...
Tuesday, April 17, 2018

IIS Restart to read registry settings

›
Using NET STOP and NET START commands to force IIS services to re-read the registry Cont...
Friday, March 16, 2018

SQL Connection Validation

›
SQL Server 2014 SQL Server 2014 SP2 Installed SQL Server 2014 Arpit, Rick and Robert are SQL Server Admins Installed SQLServer...
Friday, February 16, 2018

The maximum length of an email address 254

›
The maximum length of an email address is 254 characters. Every email address is composed of two parts. The local part that comes before ...
Thursday, February 01, 2018

SharePoint 2013 Development from local workstation

›
A great co-worker showed our team the following NUGET package that allows you to work directly from your work station instead of needing a f...
Friday, December 22, 2017

Merry Christmas to All!

›
Friday before Christmas 2017, wanted to let all my readers know I wish them a very Merry Christmas and hope Santa brings them there wish lis...
‹
›
Home
View web version

About Me

My photo
Moojjoo
Software engineer with background in technology development and engineering. Drives innovative solutions and leads Agile teams to surpass business objectives and meet the evolving needs of product owners. Looking to support a company using expertise, combined with the utilization of AI GitHub Copilot to contribute to the advancement of cutting-edge technologies ther and overall organizational success. Experience with security and architectural design for enterprise JAVA and .NET applications. Strong communicator who easily explains technology solutions to stakeholders.
View my complete profile
Powered by Blogger.