Dillie-O

9,249
reputation
455 views

Registered User

name Dillie-O
member for 1 year
seen 2 days ago
website
location Prescott, AZ
age 31
Software Engineer for Yavapai County Government.

Projects:
CCG Toolkit: Your favorite CCG. Your favorite tools. 'nuff said.
Hacksaw: A Log4net Viewing Tool

Also around the net on via twitter: @DillieO
2d
comment University course selection
[shameless plug] Oddly enough, I blogged about this idea today: dillieodigital.net/blog/post/…
2d
answered University course selection
2d
comment Looking for ideas on storage of data on local disk
+1 for SQLite I've used it in numerous scenarios now and it is simply awesome.
Dec
6
awarded  Mortarboard
Nov
23
accepted Connection pooling in asp.net
Nov
19
comment How do I customize the auto commenting text in Visual Studio?
Just by means of an update, GhostDoc 2.5 fully supports commenting in VB.NET. I simply went to the GhostDoc Options and added my history tag (with a variable to put in the current date) and I was all set.
Nov
19
comment Unable to write a file to the server
Can you supply the code? It may be there is an issue initializing the file stream, or a failure to close the file stream in your code that works when the worker process closes out on your local machine, but never reaches that point on the hosted server.
Nov
18
comment ASP.NET 2.0 or 3.5?
And just as an added odd note, the next version of .Net is going to be .Net 4, not 4.0. Also of note is that version 4 is an upgrade to the CLR, so you'll see a new value in the drop down list of 4.
Nov
14
awarded  Popular Question
Nov
10
comment Source control in new projects
Plus if you get hit by a bus or something, the developer that needs to pick up where you left off has a complete copy of what you've been working on. Otherwise they have to hack into your workstation and attempt to update all the changes after a week delay. Been there, done that, not fun (note: person not hit by bus).
Nov
5
answered sql script to creat a new database
Nov
4
answered How should I post/process 100 checkboxes? HTML+C#/ASP.NET
Nov
3
comment Restoring state of a form in C# when application starts
Just by means of comment, the code in the post is in VB.net, but it is easy enough to convert to C#.
Nov
3
answered Restoring state of a form in C# when application starts
Nov
3
comment How do you end an Application from a Web Method within a Web Service?
No, all that will do is flush any of the current user's credentials involved with connecting to the web service in question. It will not stop the service (others could be connected and have different session data) nor will it kill any processes you had attached.
Oct
30
accepted Export Crystal Report to CSV Format
Oct
26
awarded  Popular Question
Oct
25
awarded  Popular Question
Oct
22
comment Why do my aspx pages never load when I point my 2.0 application to a remote SQL server?
When you say the "my app never loads" do you mean that the start page is never displayed and the processing indicator on the web page keeps spinning, or you get a blank page, or you get a basic looking page with no data on it, or something else?
Oct
19
answered Retrieving the Windows username from a logged-in machine through an intranet application.
Oct
19
answered Mysterious postback issues with javascript (asp.net)
Oct
16
answered How can I modify the entire ASP.NET page content right before it’s output?
Oct
16
comment What options are there for a quick embedded DB in .NET?
Just as an added caveat for the SQLite wrapper, it supports LINQ.
Oct
16
accepted Crystal Reports in ASP.NET3.5
Oct
15
answered Crystal Reports in ASP.NET3.5
Oct
15
answered Is it wrong to have DB Server installed in the CI Server
Oct
12
comment Best language for web programming
Ooof, too subjective in my book. There's plenty of modern languages out there that will do exactly what you're looking for (.Net, Java, Python, Ruby, etc.) Find the one that works best with what your shop knows (or can learn) and can continue to support.
Oct
11
accepted What is the recommended method to Validate an ASP.net Control with an existing method?
Oct
9
comment What is the recommended method to Validate an ASP.net Control with an existing method?
Not really. Even if you have validators on the page, a page submission will still occur whether or not they come back as valid or not. Typically the validators will trigger on their own, especially if the client side scripts are generated, and simply set their state to true or false depending on if they are valid or not. It is up to you to determine whether or not to process the validator data.
Oct
9
accepted Deploying a Pre Compiled Web Site Project
Oct
8
answered What is the recommended method to Validate an ASP.net Control with an existing method?
Oct
8
answered Export Crystal Report to CSV Format
Sep
30
comment XAML Coding Guidelines
+1 for finding the WPF Disciples link. I follow a couple of their blogs and they really seem to be on the forefront of WPF development.
Sep
29
answered Solution with over 100 projects takes over five minutes to build
Sep
28
revised How to stick a footer to bottom in css?
added 2 characters in body
Sep
28
comment How to stick a footer to bottom in css?
:: Looks at answer:: Look at that, it filtered out the tag. Updated the answer. Does that make sense?
Sep
28
answered How to stick a footer to bottom in css?
Sep
24
comment How to setup Forms Authentication with WindowsIdentity and SQL Server Integrated Security
Good question. I'm not sure at the moment. I want to say yes, but need to go talk to our Ops guys on that one.
Sep
24
comment How to setup Forms Authentication with WindowsIdentity and SQL Server Integrated Security
When I call GetUserRoles, the connection string is configured to use SSPI, which I'm assuming means it will take the impersonated credentials of the WindowsIdentity logged in, which for some reason comes back as just c07884 without the domain, is there a way to update the "name" associated with the login?
Sep
24
comment How to setup Forms Authentication with WindowsIdentity and SQL Server Integrated Security
The problem I've run into with the WindowsIdentity.Groups is that the groups are local to the database server, and not to the domain name as a whole. Will Groups be able to pull memberships off of individual servers and not domain wide?
Sep
24
comment How to setup Forms Authentication with WindowsIdentity and SQL Server Integrated Security
Close, but I need to have an authorization token so that I can connect to the database, as well as save part of the ticket for the user's web session.
Sep
24
asked How to setup Forms Authentication with WindowsIdentity and SQL Server Integrated Security
Sep
23
comment How to pass a property from an ASP.Net page to a user control
If your MyProperty variable isn't a standard int/string/etc. you may need to do the actual setting in your code behind file on page load as opposed to doing it "inline."
Sep
23
comment What, if any, documentation should be written before quitting a job?
I guess my "long" answer would be to do a document just like this. To some degree you aren't committed to providing everything if it hasn't been done already, but by the fact that you're asking indicates you're a quality developer who wants to make sure the project continues to succeed and having something like this goes a long way.
Sep
23
answered What, if any, documentation should be written before quitting a job?
Sep
23
awarded  Notable Question
Sep
22
answered ASP.NET MVC & ASP.NET AJAX Toolkit AutoCompleteExtender
Sep
21
accepted 2005 web service that I cannot consume in 3.5 app
Sep
21
answered 2005 web service that I cannot consume in 3.5 app
Sep
18
accepted Render HTML as an Image