Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

Joseph Guadagno

@Joseph Guadagno
About
Posts
36
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Shared Add-in Template for the Express Edition
    J Joseph Guadagno

    I do not believe that the Express Edition support Add-ins.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# csharp visual-studio question

  • RegEx help for a RegEx Newb
    J Joseph Guadagno

    I use http://regexlib.com/CheatSheet.aspx for Regular Expressions. There is also a "free" application to test .NET Regular Expressions http://www.sellsbrothers.com/tools/default.aspx#regexd.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# regex tutorial csharp help question

  • What is Threading ?
    J Joseph Guadagno

    There is a pretty good article on CodeProject that covers different Threading scenarios... http://www.codeproject.com/cs/threads/workqueuethreading.asp

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# question csharp com

  • Answer my comment
    J Joseph Guadagno
    1. I think you should read the forum guidelines. 2) I doubt you will get any response based on the subject.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# html xml tutorial question

  • How to hide the startup form
    J Joseph Guadagno

    There is a good article here on CodeProject at http://www.codeproject.com/csharp/prettygoodsplashscreen.asp on creating a splash screen. I have used it in past applications.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    Visual Basic help tutorial

  • print bar code - code 39
    J Joseph Guadagno

    There are numerous fonts that contain the 3 of 9 bars. WASP also has a barcode font and assembly in .NET. I would recommend searching Google for a solution that meets your needs.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    Visual Basic com help career

  • Alternative to Pegasus ImagXpress
    J Joseph Guadagno

    The Accusoft website. The pricing is, from what I remember, was around $1400 per developer and $8 per user for runtime royalities, plus annual maintenance.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# question

  • Plugin Frmaework in VS 2005 .NET
    J Joseph Guadagno

    Did you see my article on creating Plug-ins with .NET? It even has a sample application to test the plug-ins.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# csharp visual-studio database docker help

  • Alternative to Pegasus ImagXpress
    J Joseph Guadagno

    Most of the Image toolkits are expensive and have some form of runtime licenses or reporting requirements. I have used Accusoft controls in the past, from a development perspective it is easy to use and feature rich. Unfortunately, they have a runtime license fee as well as quarterly reporting requirements (At least last year).

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# question

  • Newbie VB.NET/Oracle question
    J Joseph Guadagno

    If you use the Oracle created OracleDataProvider for .NET (http://www.oracle.com/technology/tech/dotnet/index.html) there is a tutorial on using it with VB.NET at http://www.oracle.com/technology/obe/odt/getstarted/getstarted_vb.htm.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    .NET (Core and Framework) csharp database oracle help

  • Problem installing KB928366
    J Joseph Guadagno

    I have seen a few post on web regarding issues with getting a security update for .NET 1.1 SP1 - KB928366 to install correctly. I can not install it, as a result every reboot I get a Windows Update prompt to install it. Has anyone had this problem and rectified it. Thanks in advance.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    .NET (Core and Framework) csharp com security tools help

  • Need Suggestion for best Component Library for C#
    J Joseph Guadagno

    I would suggest since they are coming out of your personal funds you go with the DevExpress components. I know every once in a while they offer some of the components free, like their editor controls. DevExpress

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# csharp html database com question

  • Installation and automatic start for a service
    J Joseph Guadagno

    There is an article that explains this in detail at http://www.codeproject.com/install/sercviceinstallerext.asp.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# question help csharp workspace

  • writing to appconfig file
    J Joseph Guadagno

    In order to accomplish this, you will need to create a custom installer class. This can be a separate library or a class in your service. Within you installer class, you can write to the app.config after it is installed. Just a note, there are not a lot of articles on the subject.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# workspace sysadmin help question

  • windows service scheduler
    J Joseph Guadagno

    You can create a batch file with the following line net start _serviceName_ and schedule it to run when you want. Replace the serviceName with the name of the service. If you are not sure what the name of the service is you can run net start from the command line to get a list of services. You can also schedule net stop _serviceName_ to stop the service. As an alternative, I wrote a replacement for the Windows Scheduler application, that allows you to write your own .NET assemblies to schedule.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# csharp question career

  • .NET documentor
    J Joseph Guadagno

    Try NDoc or SandCastle.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# csharp tutorial

  • Scheduled command line application
    J Joseph Guadagno

    You can take a look at the Guadagno Task Scheduler, an article here on CodeProject. http://www.codeproject.com/useritems/Guadagno_Task_Scheduler.asp. This application is a pluggable Task Scheduler that lets you write your own task to schedule. It comes with a RunCommand plug-in that provides the scheduling for Command Line files.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    C# help question

  • Intellisense breaks on Enum in App_Code
    J Joseph Guadagno

    Did you try to rebuilt the project. I have noticed that sometimes Visual Studio's intellisense does not work when there are build errors.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    ASP.NET visual-studio question

  • Ajax.NET vs Atlas
    J Joseph Guadagno

    Ajax.NET and Atlas are two frameworks that utilize Ajax technologies. Some of the differences between the two are: Ajax.NET created, built and tested by one individual. Atlas, created by Microsoft. Ajax.NET is very low level, you need to create a lot of JavaScript files to benefit from it which gives you great flexibility. Atlas, has a number of prebuilt "controls" and objects with little to no JavaScript. I have created a presentation on AjaxPro.NET and a users guide at my website.

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    ASP.NET csharp asp-net visual-studio question

  • Setup and Deployment
    J Joseph Guadagno

    There is an article on MSDN that explains this in detail. http://msdn2.microsoft.com/en-us/library/49b92ztk(VS.80).aspx

    Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net

    Visual Studio database sysadmin question sql-server help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups