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, May 08, 2013

Logging Exception to a text file when catch(Exception e)

›
catch  ( Exception  e)             {                  StringBuilder  sb2 =  new   StringBuilder ();                 sb2.Append( "Excep...
Friday, May 03, 2013

What does Dim stand for and what is the history --- Thank you Stack Trace

›
Dim originally (in BASIC) stood for Dimension, as it was used to define the dimensions of an array. (The original implementation of BASI...
Friday, April 26, 2013

Kill Task in XP

›
taskkill /pid /F Force to kill aspwp.exe and then delete all C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files Then re...

›
When you work in distributed environment you probably use remote desktop session as you primary method of sql server machines administration...

Demystify SQL Debugging with with Visual Studio

›
Here is what I did to fix this issue "FINALLY" http://www.asp.net/data-access/tutorials/debugging-stored-procedures-vb #1...
Wednesday, April 24, 2013

Try Catch VB.NET and C#

›
Try + Enter blows out exception method for vb.net Try tab tab tab C# for Exception method Provided by Daniel Bivens

Opacity on Images for Web Development

›
CSS Style --          input[type="image"].disabled  {          /*   Required for IE 5, 6, 7   */          /*   ...or something...
Thursday, April 11, 2013

Code Academy - Good Stuff

›
HTTP Status Codes A successful request to the server results in a  response , which is the message the server sends back to you, the cl...
Wednesday, April 10, 2013

Keyboard shortcuts

›
Instructions Select one word by placing your cursor at one end of the word. Hold down the "Ctrl" key and the "Shift"...
Wednesday, April 03, 2013

Walt's Words of Wisdom - "Entity Framework"

›
To know: If you ware working with Entity Framework be sure to know the following...  Thank you Sir Walt. 1. If you are developing for 4....
Tuesday, March 26, 2013

Youtube good to know yellow line

›
When the red line reaches the yellow line, it means you can press the play button and continue your video without any pauses for buffering.
Friday, March 22, 2013

METHOD Overload Vs Overriding.

›
By   PavanPareta ,   15 Nov 2006 Introduction Q:  Method Overloading ? Ans: Method overloading means having two or more me...
Tuesday, March 19, 2013

Visual Studio Keyboard shortcuts

›

Using Statement to get 1 Scalar Value back from SQL

›
Public   Function AddProductCategory( _ ByVal newName As   String , ByVal connString As   String ) As   Integer   Dim newProdID A...
Monday, March 18, 2013

Working with Toolbox DataSources

›
Current contract I am working a lot with legacy code and find myself going over a pattern to ensure the additions I add remain in-line with ...
Friday, March 15, 2013

SQLDataSource or ObjectDataSource

›
My experience with the DataSource Toolbox items (I try to stay away from them), but as a developer you always have to maintain another devel...
Wednesday, March 13, 2013

SQL Server sp_who2 how to order

›
--sp_who2 DROP TABLE #sp_who2 CREATE TABLE #sp_who2 (SPID INT, Status VARCHAR(1000) NULL, Login SYSNAME NULL, HostName SYSNAME...

ADO.NET Get Data to populate DataTable

›
#Region "Select Concern Status Values"         Public Function SelectProvConcernStatus() As DataTable             Dim dt As...
Tuesday, March 12, 2013

T-SQL Library - Check if Column Exists Alter Table

›
Composing T-SQL to run over and over to check into source control for column change.... IF NOT EXISTS( SELECT * FROM INFORMATION_SCHEMA.C...
Friday, March 08, 2013

TFS 2010 Build Automation - Issue with Solution with external project in another Source Control Folder

›
Issue. Backgroud on TFS Structure: > ***** Top level project (***** for security purpose) --- Development ---XX ---XXirec...
‹
›
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.