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!

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...

C# reminder of the day sealed

›
When the keyword "sealed" is applied to a class, the sealed modifier prevents other classes from inheriting from it. In the follow...

SharePoint 2013 --- I'm Back

›
Wow, back at developing in SharePoint, who knew... Well my new co-working SharePoint Kerry, gave me some insight on SharePoint Application ...
Thursday, October 26, 2017

AWS - Impressed

›
Setup a .NET Core Server in http://mmwebs-dev.us-east-1.elasticbeanstalk.com/ Try Amazon Music Unlimited 30-Day Free Trial
Monday, July 10, 2017

SQL Server Configuration Manager error: Cannot connect to WMI provider Permission Denied

›
1. Open CMD as Administrator 2. Change Directory to cd C:\Program Files (x86)\Microsoft SQL Server\110\Shared --- ENTER 3. mofcomp sqlmgm...
Wednesday, June 14, 2017

Perfmon how to resize counter frame at bottom of the window

›
Workaround: When Performance Monitor opens, one or more default counters are in the legend pane and only the first is visible. The legend p...

Father's Day this Sunday

›
Shop Amazon Devices: Echo Father's day deals starting at $39.99

Visual Studio 2017 Rocks

›
Just switched over to Visual Studio Professional 2017 and it rocks!!!
Monday, June 05, 2017

JavaScript Refresh Time

›
There are 7 basic types in JavaScript. number for numbers of any kind: integer or floating-point. string for strings. A string may have one...
Tuesday, April 11, 2017

How to catch an error and send via email and log to the server (aka simple text file not event log). (VB.NET)

›
Catch ex As Exception             'Log to exception table             Dim strError As String             strError = Now().ToString() ...
Thursday, February 23, 2017

Count Columns in Table in SQL Server

›
SELECT COUNT(COLUMN_NAME) FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_CATALOG = 'DbName' AND TABLE_SCHEMA = 'dbo' AND TAB...
Thursday, February 16, 2017

IIS App Pool Recycle Logs

›
If you need to view information about application pool recycle set a custom view in Windows Event Viewer. 1. Start Search Event Viewer 2...
Thursday, February 02, 2017

SQL Tips

›
http://sqlhints.com/2012/05/03/how-to-set-default-database-in-sql-server-mangement-studio-a-time-saving-tip/ Great new site I found above....
Monday, October 17, 2016

Regular Expressions

›
To match a string that contains  only  those characters (or an empty string), try "^[a-zA-Z0-9_]*$" This works for .NET regula...
Thursday, October 13, 2016

Page size calculation formula

›
Commit charge: 1. Run Performance Monitor (Perfmon) 2. Go to Data Collector Sets\User Defined 3. Right click on User Defined and sele...
Tuesday, September 06, 2016

DBA Secret KeyStroke by Jason "CPT SQL" Miller

›
ALT+F1 with Object Highlighted in SSMS all you ever wanted to know (aka Table Definition) and if your other developers never teach you this,...
‹
›
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.