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!

Wednesday, September 17, 2014

pragmatic - Word of the day

›
prag·mat·ic pragˈmatik/ adjective dealing with things sensibly and realistically in a way that is based on practical rather t...

SSL Chrome

›
SSL certificate technology is always improving to stay ahead of hackers. We regularly update to the most current and effective standards. W...
Wednesday, May 28, 2014

Determine .NET Version - Shared by Walt Daniels

›
Run this from a Command prompt (not a powershell prompt) … it takes a minute, be patient. wmic /namespace:\\root\cimv2 path win32_prod...
Friday, May 09, 2014

jQuery Lightbulb

›
If you want to learn jQuery, which is a hot tech skill these days head over to www.codecademy.com The following statement had the light bu...
Wednesday, March 26, 2014

Reset Visual Studio Windows if Windows Start opening in different panes

›
Windows:  ALT + W, R  Menu:   Window | Reset Window Layout  Command:  Window.ResetWindowLayout  Versions:  2005, 2008, 2010, 2012, 2013 
Monday, March 10, 2014

LINQ Queries OR SQL checking Nothing or Null Values

›
You need to check if it's  Nothing  first and use the  AndAlso  keyword to stop it from evaluating the latter statement. Also, when chec...
Tuesday, March 04, 2014

Stored Proc Place holder to be filled later example

›
SELECT Field1, Field2, Field3, ' ' AS FieldName, FROM tbl_name WHERE field = @param Later fill this with the data you need...
Wednesday, February 05, 2014

TFS MSBuild Workflow Toolbox

›
Do you still have the Team Foundation Build Activities tab?  If not, you probably deleted it.  To get it back, you can right-click on the t...
Monday, January 06, 2014

LAWS OF PROJECT MANAGEMENT

›
1. No major project is ever installed on time, within budget, or with the same staff that started it. Yours will not be the first. 2. Pr...
Monday, December 30, 2013

Family, Friends and fellow Developers

›
Merry Christmas and Happy New Year.  Hope everyone is prosperous and joyful in the coming 2014 year. In 2013 we have have lost and gained Fa...
Friday, December 20, 2013

ie8 textarea or textbox multiline cursor jumping

›
IE8 has a known bug (per  connect.microsoft.com ) where typing or pasting text into a TEXTAREA element will cause the textarea to scroll by...
Friday, December 13, 2013

HTML 4.01 Features Removed

›
Removed Elements The following HTML 4.01 elements are removed from HTML5: <acronym> <applet> <basefont> <big...

New Cool site for Browser Compatibility

›
http://caniuse.com/

Hour of Code

›
http://code.org/   --- It is a history maker.

HTML5 --- Been using HTML since HTML and HTML 4.01 and decided to take training on www.w3schools.com

›
Looks like it will be a good course. The HTML5 <!DOCTYPE> In HTML5 there is only one <!doctype> declaration, and it is ve...
Monday, December 09, 2013

Populate Drop Down List for ASP.NET Web Control

›
try             {                 using (SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["connString...
Thursday, December 05, 2013

SQL Server RAISERROR

›
RAISERROR('SQL Does not like the data',16,1)  Break down of the RAISERROR For the most part, the same exception ranges apply: exce...
Monday, December 02, 2013

Label -vs- Literal - Stack Trace

›
The main difference is that  Literal  controls just render out text, but  Label  controls surround it with <span>  tags (Unless you u...

T-SQL WHERE statement for NULL Values

›
SELECT * FROM table WHERE Field IS NULL
Friday, November 08, 2013

Using HibernatingRhinosProfiler with Console Application

›
1) Add Reference to - C:\Program Files (x86)\EntityFramework.Profiler\HibernatingRhinos.Profiler.Appender.dll 2) Add to Main(string[] a...
‹
›
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.