Quantcast
Channel: GranadaCoder C# Tidbits
Browsing all 15 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Sql Server Data to a Jet Database

Ok.  This is another "not rocket science" blog.But if/when you need it, it is good to know the syntax. Basically, this will run a tsql query and dump the data into a jet database.  ("access database"...

View Article



Image may be NSFW.
Clik here to view.

SVN (Subversion) case sensitivity issue with Linux (RedHat) SVN Server and...

I had a weird subversion (svn) issue today. Here are some clues (for future googlers). "svn: Can’t open file" ".svn\tmp\text-base" "svn-base" "The system cannot find the file specified".svn: Can’t open...

View Article

Image may be NSFW.
Clik here to view.

Rule of 5 : Better machines for Developers

I have just invented the "Rule of 5" when it comes to justifying a computer upgrade for a developer. 5 compiles an hour (when you’re actually developing code (like you love to do) and not in some...

View Article

Image may be NSFW.
Clik here to view.

CruiseControl.NET / header.xsl / and DiskSpace

I had a nice situation today.After a code check-in to SVN, CruiseControl.NET reported an error. The culprit?? No more disk space. The error is seen below.  "Out of space" isn’t mentioned, thus why I...

View Article

Image may be NSFW.
Clik here to view.

RANT : Hard Coded Security Roles

:::::::::::sigh::::::::::::: If I come across one more hard coded security roles brownfield application, I think I’m gonna throw my chair out the window. Today, I came across an application that does...

View Article


Image may be NSFW.
Clik here to view.

Bug in Documentation : Microsoft Access Database Engine 2010 Redistributable

Microsoft Access Database Engine 2010 Redistributable http://www.microsoft.com/downloads/en/details.aspx?familyid=C06B8369-60DD-4B64-A44B-84B371EDE16D&displaylang=en There is a bug in the...

View Article

Image may be NSFW.
Clik here to view.

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

View Article

Image may be NSFW.
Clik here to view.

Create a COM+ Application with Powershell

$comAdmin = New-Object -comobject COMAdmin.COMAdminCatalog $apps = $comAdmin.GetCollection(“Applications”) $apps.Populate(); $newComPackageName = “MyFirstCOMPackage” $appExistCheckApp = $apps |...

View Article


Image may be NSFW.
Clik here to view.

How to find References in a C# Project File (.csproj) using LINQ (Xml)

I was asked to “Generate a report of all our c# projects and their dependencies. :< So instead of going through 333+ csprojs manually, it was time to write a helper routine to look through the...

View Article


Image may be NSFW.
Clik here to view.

Custom MSBuild Task and capturing Command Line Output

I recently had a need to “capture the output” of a command line tool, but within a MSBuild Custom Task (context). While I know there are “msbuild’ish” ways to accomplish the below example (getting a...

View Article

Image may be NSFW.
Clik here to view.

Service Bus and Custom Self Signed Certificates with a High...

Wow.  I had an adventure with certificates with an On Premise Service Bus installation.  At first, I was using the “Auto Generate” option.  However, I ran into an issue where I uninstalled Service Bus...

View Article

Image may be NSFW.
Clik here to view.

ActionConditionFailed. “The execution of template action ‘Condition’ is...

I’ve been jumping into the Azure Logic Apps world. On an Http Request Trigger (the Logic App one, not the Function app one), I wanted to reject the request if I received bad json. Not only did I want...

View Article

Scrum Team Names / Agile Team Names Ideas

I did some searches for “best scrum team names” and was a little disappointed.  Here is a (growing?) list. About 1/3 are internet-copied. 2/3 of them are “originals” ***. *** But as U2/Bono/Paul Hewson...

View Article


The SDK ‘Microsoft.NET.Sdk.Publish’ specified could not be found.

I got a weird error today…trying to build my azure function.   \.nuget\packages\microsoft.net.sdk.functions\1.0.2\build\netstandard1.0\Microsoft.NET.Sdk.Functions.Publish.props(13,11): error MSB4236:...

View Article

Visual Studio Crashing because Temp Folder issue

Today I was getting an error when running Visual Studio. <entry> <record>180</record> <time>2018/02/06 14:46:47.096</time> <type>Error</type>...

View Article

Browsing all 15 articles
Browse latest View live




Latest Images