Dataset Viewer
Auto-converted to Parquet Duplicate
doc_id
stringlengths
11
17
source
stringclasses
7 values
text
stringlengths
21
28.2k
so_q_000000
stackoverflow_stacksample_questions
SQLStatement.execute() - multiple queries in one statement. I've written a database generation script in SQL and want to execute it in my Adobe AIR application: Create Table tRole ( roleID integer Primary Key ,roleName varchar(40) ); Create Table tFile ( fileID integer Primary Key ,fileName varchar(50) ,fileDescription...
so_q_000001
stackoverflow_stacksample_questions
Good branching and merging tutorials for TortoiseSVN?. Are there any really good tutorials explaining branching and merging with Apache Subversion? All the better if it's specific to TortoiseSVN client.
so_q_000002
stackoverflow_stacksample_questions
ASP.NET Site Maps. Has anyone got experience creating SQL-based ASP.NET site-map providers? I've got the default XML file web.sitemap working properly with my Menu and SiteMapPath controls, but I'll need a way for the users of my site to create and modify pages dynamically. I need to tie page viewing permissions into t...
so_q_000003
stackoverflow_stacksample_questions
Function for creating color wheels. This is something I've pseudo-solved many times and never quite found a solution. That's stuck with me. The problem is to come up with a way to generate N colors, that are as distinguishable as possible where N is a parameter.
so_q_000004
stackoverflow_stacksample_questions
Adding scripting functionality to .NET applications. I have a little game written in C#. It uses a database as back-end. It's a trading card game , and I wanted to implement the function of the cards as a script. What I mean is that I essentially have an interface, ICard , which a card class implements ( public class C...
so_q_000005
stackoverflow_stacksample_questions
Should I use nested classes in this case?. I am working on a collection of classes used for video playback and recording. I have one main class which acts like the public interface, with methods like play() , stop() , pause() , record() etc... Then I have workhorse classes which do the video decoding and video encoding...
so_q_000006
stackoverflow_stacksample_questions
Homegrown consumption of web services. I've been writing a few web services for a .net app, now I'm ready to consume them. I've seen numerous examples where there is homegrown code for consuming the service as opposed to using the auto generated methods Visual Studio creates when adding the web reference. Is there some...
so_q_000007
stackoverflow_stacksample_questions
Deploying SQL Server Databases from Test to Live. I wonder how you guys manage deployment of a database between 2 SQL Servers, specifically SQL Server 2005. Now, there is a development and a live one. As this should be part of a buildscript (standard windows batch, even do with current complexity of those scripts, i mi...
so_q_000008
stackoverflow_stacksample_questions
Automatically update version number. I would like the version property of my application to be incremented for each build but I'm not sure on how to enable this functionality in Visual Studio (2005/2008). I have tried to specify the AssemblyVersion as 1.0.* but it doesn't get me exactly what I want. I'm also using a se...
so_q_000009
stackoverflow_stacksample_questions
Visual Studio Setup Project - Per User Registry Settings. I'm trying to maintain a Setup Project in Visual Studio 2003 (yes, it's a legacy application). The problem we have at the moment is that we need to write registry entries to HKCU for every user on the computer. They need to be in the HKCU rather than HKLM becaus...
so_q_000010
stackoverflow_stacksample_questions
How do I connect to a database and loop over a recordset in C#?. What's the simplest way to connect and query a database for a set of records in C#?
so_q_000011
stackoverflow_stacksample_questions
How to get the value of built, encoded ViewState?. I need to grab the base64-encoded representation of the ViewState. Obviously this would not be available until fairly late in the request lifecycle, which is OK. For example, if the output of the page includes: I need a way on the server side to get the value "/wEPDwUJ...
so_q_000012
stackoverflow_stacksample_questions
How do I delete a file which is locked by another process in C#?. I'm looking for a way to delete a file which is locked by another process using C#. I suspect the method must be able to find which process is locking the file (perhaps by tracking the handles, although I'm not sure how to do this in C#) then close that ...
so_q_000013
stackoverflow_stacksample_questions
Process size on UNIX. What is the correct way to get the process size on Solaris, HP-UX and AIX ? Should we use top or ps -o vsz or something else?
so_q_000014
stackoverflow_stacksample_questions
Use SVN Revision to label build in CCNET. I am using CCNET on a sample project with SVN as my source control. CCNET is configured to create a build on every check in. CCNET uses MSBuild to build the source code. I would like to use the latest revision number to generate AssemblyInfo.cs while compiling. How can I retrie...
so_q_000015
stackoverflow_stacksample_questions
How to make subdomain user accounts in a webapp. I am looking to allow users to control of subdomain of an app I am toying with, much like Basecamp where it is customusername.seework.com . What is required on the DNS end to allow these to be created dynamically and be available instantly. And how do you recommend deali...
so_q_000016
stackoverflow_stacksample_questions
Is nAnt still supported and suitable for .net 3.5/VS2008?. I am using MSBuild to build my stuff. I want to use CruiseControl.net as by Build Server. Now, CCNET refers nAnt a lot, but it looks as if ccnet can do most of the stuff nant could do through the project configuration and msbuild. Also, nAnt seems a bit unsuppo...
so_q_000017
stackoverflow_stacksample_questions
Is Windows Server 2008 "Server Core" appropriate for a SQL Server instance?. I'm setting up a dedicated SQL Server 2005 box on Windows Server 2008 this week, and would like to pare it down to be as barebones as possible while still being fully functional. To that end, the "Server Core" option sounds appealing, but I'm ...
so_q_000018
stackoverflow_stacksample_questions
What is the best way to copy a database?. I always create a new empty database, after that backup and restore of the existing database into it, but is this really the best way? As it seems very error prone and over complicated for me.
so_q_000019
stackoverflow_stacksample_questions
Can I logically reorder columns in a table?. If I'm adding a column to a table in Microsoft SQL Server, can I control where the column is displayed logically in queries? I don't want to mess with the physical layout of columns on disk, but I would like to logically group columns together when possible so that tools lik...
so_q_000020
stackoverflow_stacksample_questions
.NET Unit Testing packages?. Getting back into a bit more .NET after a few-years of not using it full-time, and wondering what the good unit testing packages are these days. I'm familiar with NUnit (a few years ago), and have played briefly around with IronRuby, with the goal of getting something like rspec going, but ...
so_q_000021
stackoverflow_stacksample_questions
Federated (Synced) Subversion servers?. Is it possible to create "federated" Subversion servers? As in one server at location A and another at location B that sync up their local versions of the repository automatically. That way when someone at either location interacts with the repository they are accessing their res...
so_q_000022
stackoverflow_stacksample_questions
What language do you use for PostgreSQL triggers and stored procedures?. PostgreSQL is interesting in that it supports several languages for writing stored procedures. Which one do you use, and why?
so_q_000023
stackoverflow_stacksample_questions
Convert HashBytes to VarChar. I want to get the MD5 Hash of a string value in SQL Server 2005. I do this with the following command: SELECT HashBytes('MD5', 'HelloWorld') However, this returns a VarBinary instead of a VarChar value. If I attempt to convert 0x68E109F0F40CA72A15E05CC22786F8E6 into a VarChar I get há ðô§*...
so_q_000024
stackoverflow_stacksample_questions
Datatable vs Dataset. I currently use a DataTable to get results from a database which I can use in my code. However, many example on the web show using a DataSet instead and accessing the table(s) through the collections method. Is there any advantage, performance wise or otherwise, of using DataSets or DataTables as ...
so_q_000025
stackoverflow_stacksample_questions
How do I traverse a collection in classic ASP?. I want to be able to do: For Each thing In things End For CLASSIC ASP - NOT .NET!
so_q_000026
stackoverflow_stacksample_questions
How do you disable browser Autocomplete on web form field / input tag?. How do you disable autocomplete in the major browsers for a specific input (or form field )?
so_q_000027
stackoverflow_stacksample_questions
Good STL-like library for C. What are good libraries for C with datastructures like vectors, deques, stacks, hashmaps, treemaps, sets, etc.? Plain C, please, and platform-independent.
so_q_000028
stackoverflow_stacksample_questions
What are effective options for embedding video in an ASP.NET web site?. A quick glance at the present-day internet would seem to indicate that Adobe Flash is the obvious choice for embedding video in a web page. Is this accurate, or are they other effective choices? Does the choice of ASP.NET as a platform influence th...
so_q_000029
stackoverflow_stacksample_questions
What are your favorite Powershell Cmdlets?. I just found /n softwares free Powershell NetCmdlets, and after playing with them I love the functionality they bring to the command line. So it raises the question what are your favorite Cmdlets, and how do you use them?
so_q_000030
stackoverflow_stacksample_questions
Data verifications in Getter/Setter or elsewhere?. I'm wondering if it's a good idea to make verifications in getters and setters , or elsewhere in the code. This might surprise you be when it comes to optimizations and speeding up the code, I think you should not make verifications in getters and setters, but in the c...
so_q_000031
stackoverflow_stacksample_questions
Global Exception Handling for winforms control. When working on ASP.NET 1.1 projects I always used the Global.asax to catch all errors. I'm looking for a similar way to catch all exceptions in a Windows Forms user control, which ends up being a hosted IE control. What is the proper way to go about doing something like ...
so_q_000032
stackoverflow_stacksample_questions
Converting ARBG to RGB with alpha blending. Let's say that we have an ARGB color: Color argb = Color.FromARGB(127, 69, 12, 255); //Light Urple. When this is painted on top of an existing color, the colors will blend. So when it is blended with white, the resulting color is Color.FromARGB(255, 162, 133, 255); The soluti...
so_q_000033
stackoverflow_stacksample_questions
Paging SQL Server 2005 Results. How do I page results in SQL Server 2005? I tried it in SQL Server 2000, but there was no reliable way to do this. I'm now wondering if SQL Server 2005 has any built in method? What I mean by paging is, for example, if I list users by their username, I want to be able to only return the ...
so_q_000034
stackoverflow_stacksample_questions
MySQL/Apache Error in PHP MySQL query. I am getting the following error: Access denied for user 'apache'@'localhost' (using password: NO) When using the following code: Delete Story "; if (mysql_num_rows($result) > 0) { while($row = mysql_fetch_row($result)){ echo ' '.$row[1].' Delete '; echo ' '.$row[2].' '; } } else ...
so_q_000035
stackoverflow_stacksample_questions
My website got hacked... What should I do?. My dad called me today and said people going to his website were getting 168 viruses trying to download to their computers. He isn't technical at all, and built the whole thing with a WYSIWYG editor. I popped his site open and viewed the source, and there was a line of Javasc...
so_q_000036
stackoverflow_stacksample_questions
How to set up unit testing for Visual Studio C++. I'm having trouble figuring out how to get the testing framework set up and usable in Visual Studio 2008 for C++ presumably with the built-in unit testing suite. Any links or tutorials would be appreciated.
so_q_000037
stackoverflow_stacksample_questions
Anyone soloing using fogbugz?. Is there anyone working solo and using fogbugz out there? I'm interested in personal experience/overhead versus paper. I am involved in several projects and get pretty hammered with lots of details to keep track of... Any experience welcome. (Yes I know Mr. Joel is on the stackoverflow te...
so_q_000038
stackoverflow_stacksample_questions
How do you pack a visual studio c++ project for release?. I'm wondering how to make a release build that includes all necessary dll files into the .exe so the program can be run on a non-development machine without it having to install the microsoft redistributable on the target machine. Without doing this you get the ...
so_q_000039
stackoverflow_stacksample_questions
Peak detection of measured signal. We use a data acquisition card to take readings from a device that increases its signal to a peak and then falls back to near the original value. To find the peak value we currently search the array for the highest reading and use the index to determine the timing of the peak value wh...
so_q_000040
stackoverflow_stacksample_questions
How do you get leading wildcard full-text searches to work in SQL Server?. Note: I am using SQL's Full-text search capabilities, CONTAINS clauses and all - the * is the wildcard in full-text, % is for LIKE clauses only. I've read in several places now that "leading wildcard" searches (e.g. using "*overflow" to match "s...
so_q_000041
stackoverflow_stacksample_questions
How do I Transform Sql Columns into Rows?. I have a very simple problem which requires a very quick and simple solution in SQL Server 2005. I have a table with x Columns. I want to be able to select one row from the table and then transform the columns into rows. TableA Column1, Column2, Column3 SQL Statement to ruturn...
so_q_000042
stackoverflow_stacksample_questions
What does the term "BODMAS" mean?. What is BODMAS and why is it useful in programming?
so_q_000043
stackoverflow_stacksample_questions
How do I run Rake tasks within a Ruby script?. I have a Rakefile with a Rake task that I would normally call from the command line: rake blog:post Title I'd like to write a Ruby script that calls that Rake task multiple times, but the only solution I see is shelling out using `` (backticks) or system . What's the right...
so_q_000044
stackoverflow_stacksample_questions
Is there a WMI Redistributable Package?. I've been working on a project that accesses the WMI to get information about the software installed on a user's machine. We've been querying Win32_Product only to find that it doesn't exist in 64-bit versions of Windows because it's an "optional component" . I know there are a ...
so_q_000045
stackoverflow_stacksample_questions
What code analysis tools do you use for your Java projects?. What code analysis tools do you use on your Java projects? I am interested in all kinds static code analysis tools (FindBugs, PMD, and any others) code coverage tools (Cobertura, Emma, and any others) any other instrumentation-based tools anything else, if I'...
so_q_000046
stackoverflow_stacksample_questions
What program can I use to generate diagrams of SQL view/table structure?. I've been tasked with redesigning part of a ms-sql database structure which currently involves a lot of views, some of which contain joins to other views. Anyway, I wonder if anyone here could recommend a utility to automatically generate diagram...
so_q_000047
stackoverflow_stacksample_questions
How to learn ADO.NET. I need to learn ADO.NET to build applications based on MS Office. I have read a good deal about ADO.NET in the MSDN Library, but everything seems rather messy to me. What are the basics one must figure out when using ADO.NET? I think a few key words will suffice to let me organize my learning.
so_q_000048
stackoverflow_stacksample_questions
The Difference Between a DataGrid and a GridView in ASP.NET?. I've been doing ASP.NET development for a little while now, and I've used both the GridView and the DataGrid controls before for various things, but I never could find a really good reason to use one or the other. I'd like to know: What is the difference bet...
so_q_000049
stackoverflow_stacksample_questions
ASP.Net 2.0 Application without Business Logic Layer?. Is it "acceptable" to have an ASP.Net 2.0 application without the BLL (Business Logic Layer) as the following? SQL Server Data Storage & Stored Procedures Data Link Layer (Strongly Typed Table Adapters) connecting to Stored Procs Presentation Layer ASPX Pages with ...
so_q_000050
stackoverflow_stacksample_questions
How to easily consume a web service from PHP. Is there available any tool for PHP which can be used to generate code for consuming a web service based on its WSDL ? Something comparable to clicking "Add Web Reference" in Visual Studio or the Eclipse plugin which does the same thing for Java.
so_q_000051
stackoverflow_stacksample_questions
How can I create Prototype Methods (like JavaScript) in C#.Net?. How is it possible to make prototype methods in C#.Net? In JavaScript, I can do the following to create a trim method for the string object: String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g,""); } How can I go about doing this in C#.N...
so_q_000052
stackoverflow_stacksample_questions
How can I Java webstart multiple, dependent, native libraries?. Example: I have two shared objects (same should apply to .dlls). The first shared object is from a third-party library, we'll call it libA.so. I have wrapped some of this with JNI and created my own library, libB.so. Now libB depends on libA. When webstart...
so_q_000053
stackoverflow_stacksample_questions
DVCS Choices - What's good for Windows?. So I want to get a project on a distributed version control system, such as mercurial, git, or bazaar. The catch is that I need the Windows support to be good, i.e. no instructions that start off with "install cygwin...". Now I've heard that git's Windows support is decent these...
so_q_000054
stackoverflow_stacksample_questions
C# and Arrow Keys. I am new to C# and am doing some work in an existing application. I have a DirectX viewport that has components in it that I want to be able to position using arrow keys. Currently I am overriding ProcessCmdKey and catching arrow input and send an OnKeyPress event. This works, but I want to be able t...
so_q_000055
stackoverflow_stacksample_questions
Authoritative source on XML-sig. We have a question with regards to XML-sig and need detail about the optional elements as well as some of the canonicalization and transform stuff. We're writing a spec for a very small XML-syntax payload that will go into the metadata of media files and it needs to by cryptographically...
so_q_000056
stackoverflow_stacksample_questions
Why is this regular expression faster?. I'm writing a Telnet client of sorts in C# and part of what I have to parse are ANSI/VT100 escape sequences, specifically, just those used for colour and formatting (detailed here ). One method I have is one to find all the codes and remove them, so I can render the text without ...
so_q_000057
stackoverflow_stacksample_questions
Is a "Confirm Email" input good practice when user changes email address?. My organization has a form to allow users to update their email address with us. It's suggested that we have two input boxes for email: the second as an email confirmation. I always copy/paste my email address when faced with the confirmation. I...
so_q_000058
stackoverflow_stacksample_questions
How to reference to multiple version assembly. I'm developing a Sharepoint application and use .NET AjaxControlToolkit library, we are adding a custom aspx page to the Sharepoint. Sharepoint 2007 run in quirks mode so I've made some modification to the AJAX library to make it behave like it normally should. The problem...
so_q_000059
stackoverflow_stacksample_questions
SQL Server Management Studio alternatives to browse/edit tables and run queries. I was wondering if there are any alternatives to Microsoft's SQL Server Management Studio? Not there's anything wrong with SSMS, but sometimes it just seem too big an application where all I want todo is browse/edit tables and run queries.
so_q_000060
stackoverflow_stacksample_questions
What is the best way to wrap time around the work day?. I have a situation where I want to add hours to a date and have the new date wrap around the work-day. I cobbled up a function to determine this new date, but want to make sure that I'm not forgetting anything. The hours to be added is called "delay". It could eas...
so_q_000061
stackoverflow_stacksample_questions
Telligent's Community Server. The company I work for is wanting to add blog functionality to our website and they were looking to spend an awful amount of money to have some crap being built on top of a CMS they purchased (sitecore). I pointed them to Telligent's Community Server and we had a sales like meeting today t...
so_q_000062
stackoverflow_stacksample_questions
Tables with no Primary Key. I have several tables whose only unique data is a uniqueidentifier (a Guid) column. Because guids are non-sequential (and they're client-side generated so I can't use newsequentialid()), I have made a non-primary, non-clustered index on this ID field rather than giving the tables a clustered...
so_q_000063
stackoverflow_stacksample_questions
MVC Preview 4 - No route in the route table matches the supplied values. I have a route that I am calling through a RedirectToRoute like this: return this.RedirectToRoute("Super-SuperRoute", new { year = selectedYear }); I have also tried: return this.RedirectToRoute("Super-SuperRoute", new { controller = "Super", acti...
so_q_000064
stackoverflow_stacksample_questions
Are there any negative reasons to use an N-Tier solution?. I'm pretty new to my company (2 weeks) and we're starting a new platform for our system using .NET 3.5 Team Foundation from DotNetNuke. Our "architect" is suggesting we use one class project. Of course, I chime back with a "3-tier" architecture (Business, Data,...
so_q_000065
stackoverflow_stacksample_questions
What to use for login ID?. We are in the early design stages of a major rewrite of our product. Right now our customers are mostly businesses. We manage accounts. User names for an account are each on their own namespace but it means that we can't move assets between servers. We want to move to a single namespace. But ...
so_q_000066
stackoverflow_stacksample_questions
Normalizing a Table with Low Integrity. I've been handed a table with about 18000 rows. Each record describes the location of one customer. The issue is, that when the person created the table, they did not add a field for "Company Name", only "Location Name," and one company can have many locations. For example, here ...
so_q_000067
stackoverflow_stacksample_questions
Repair SVN Checksum. I'm using subclipse in Flex Builder 3, and recently received this error when trying to commit: svn: Checksum mismatch for '/Users/redacted/Documents/Flex Builder 3/path/to/my/file.mxml'; expected: 'f8cb275de72776657406154dd3c10348', actual: 'null' I worked around it by: Committing all the other cha...
so_q_000068
stackoverflow_stacksample_questions
E-mail Notifications. In a .net system I'm building, there is a need for automated e-mail notifications. These should be editable by an admin. What's the easiest way to do this? SQL table and WYSIWIG for editing? The queue is a great idea. I've been throwing around that type of process for awhile with my old company.
so_q_000069
stackoverflow_stacksample_questions
Multiple foreign keys?. I've got a table that is supposed to track days and costs for shipping product from one vendor to another. We (brilliantly :p) stored both the shipping vendors (FedEx, UPS) with the product handling vendors (Think... Dunder Mifflin) in a "VENDOR" table. So, I have three columns in my SHIPPING_DE...
so_q_000070
stackoverflow_stacksample_questions
How to programmatically iterate datagrid rows?. I'm suddenly back to WinForms, after years of web development, and am having trouble with something that should be simple. I have an ArrayList of business objects bound to a Windows Forms DataGrid . I'd like the user to be able to edit the cells, and when finished, press ...
so_q_000071
stackoverflow_stacksample_questions
.NET 3.5 Redistributable -- 200 MB? Other options?. I've been using a lot of new .NET 3.5 features in the work that I've been doing, lately. The application that I'm building is intended for distribution among consumers who will probably not have the latest version (or perhaps any version ) of the .NET framework on the...
so_q_000072
stackoverflow_stacksample_questions
Where should I put my log file for an asp.net application?. I have a ASP.NET application that we've written our own logging module for. My question is, where is the standard place to write a log file to? I.e. the website will be running as the anonymous user identity (e.g. IUSR on IIS7) and I need a place where I know ...
so_q_000073
stackoverflow_stacksample_questions
How to wait for thread complete before continuing?. I have some code for starting a thread on the .NET CF 2.0: ThreadStart tStart = new ThreadStart(MyMethod); Thread t = new Thread(tStart); t.Start(); If I call this inside a loop the items complete out of order. How do introduce a wait after t.Start() , so that the wor...
so_q_000074
stackoverflow_stacksample_questions
Animation in .NET. What is a good way to perform animation using .NET? I would prefer not to use Flash if possible, so am looking for suggestions of ways which will work to implement different types of animation on a new site I am producing. The new site is for a magician, so I want to provide animated buttons (Cards t...
so_q_000075
stackoverflow_stacksample_questions
Setting up Continuous Integration with SVN. What tools would you recommend for setting up CI for build and deployment of multiple websites built on DotNetNuke using SVN for source control? We are currently looking at configuring Cruise Control to work with NAnt, NUnit, NCover and Trac as a test case. What other combina...
so_q_000076
stackoverflow_stacksample_questions
How do I setup Public-Key Authentication?. How do I setup Public-Key Authentication for SSH?
so_q_000077
stackoverflow_stacksample_questions
What do you use to Unit-Test your Web UI?. The company I'm currently working for is using Selenium for Uniting-Testing our User Interface. What do you use to Unit-Test your Web UI and how effective do you find it?
so_q_000078
stackoverflow_stacksample_questions
RSS feeds from Gallery2. After a couple hours fighting with the Gallery2 RSS module and getting only the message, "no feeds have yet been defined", I gave up. Based on a Google search for "no feeds have yet been defined" , this is a pretty common problem. Do you have any tips and/or tricks for getting the Gallery2 RSS ...
so_q_000079
stackoverflow_stacksample_questions
Some kind of task manager for JavaScript in Firefox 3?. Recently I have been having issues with Firefox 3 on Ubuntu Hardy Heron. I will click on a link and it will hang for a while. I don't know if its a bug in Firefox 3 or a page running too much client side JavaScript, but I would like to try and debug it a bit. So, ...
so_q_000080
stackoverflow_stacksample_questions
Packaging Java apps for the Windows/Linux desktop. I am writing an application in Java for the desktop using the Eclipse SWT library for GUI rendering. I think SWT helps Java get over the biggest hurdle for acceptance on the desktop: namely providing a Java application with a consistent, responsive interface that looks...
so_q_000081
stackoverflow_stacksample_questions
How do you open a file in C++?. I want to open a file for reading, the C++ way. I need to be able to do it for: text files, which would involve some sort of read line function. binary files, which would provide a way to read raw data into a char* buffer.
so_q_000082
stackoverflow_stacksample_questions
How important is W3C XHTML/CSS validation when finalizing work?. Even though I always strive for complete validation these days, I often wonder if it's a waste of time. If the code runs and it looks the same in all browsers (I use browsershots.org to verify) then do I need to take it any further or am I just being over...
so_q_000083
stackoverflow_stacksample_questions
Printing from a .NET Service. I am working on a project right now that involves receiving a message from another application, formatting the contents of that message, and sending it to a printer. Technology of choice is C# windows service. The output could be called a report, I suppose, but a reporting engine is not ne...
so_q_000084
stackoverflow_stacksample_questions
Beginners Guide to LINQ. During the beta of Stack Overflow, I have seen quite a few questions about LINQ SQL but know nothing about it... it sounds very interesting. What is LINQ and how do I get started? Links guides or documentation a bonus :) PS: I am a long time C# developer who daily uses Datatables and Parameteri...
so_q_000085
stackoverflow_stacksample_questions
Suggestions for Adding Plugin Capability?. Is there a general procedure for programming extensibility capability into your code? I am wondering what the general procedure is for adding extension-type capability to a system you are writing so that functionality can be extended through some kind of plugin API rather than...
so_q_000086
stackoverflow_stacksample_questions
Ant build scripts, antcall, dependencies, etc. I have a build script and as part of that script it copies a jar file to a directory, for ease lets call it the utils jar. the utils jar is built by another build script sitting in another directory. What im trying to do have my build script run the utils build script so t...
so_q_000087
stackoverflow_stacksample_questions
Best implementation for Key Value Pair Data Structure?. So I've been poking around with C# a bit lately, and all the Generic Collections have me a little confused. Say I wanted to represent a data structure where the head of a tree was a key value pair, and then there is one optional list of key value pairs below that ...
so_q_000088
stackoverflow_stacksample_questions
Not showing Dialog when opening file in Acrobat Pro using Applescript. When opening Adobe Acrobat Pro, whether it be through Applescript or finder, the introductory dialog is shown. Is there a way to not show this dialog without already having checked the "Don't Show Again" option when opening a document using Applescr...
so_q_000089
stackoverflow_stacksample_questions
Get list of domains on the network. Using the Windows API, how can I get a list of domains on my network?
so_q_000090
stackoverflow_stacksample_questions
VMWare Server Under Linux Secondary NIC connection. With VMWare Server running under Linux (Debain), I would like to have the following setup: 1st: NIC being used by many of the images running under VMWare, as well as being used by the Linux OS 2nd: NIC being used by only 1 image and to be unused by the Linux OS (as it...
so_q_000091
stackoverflow_stacksample_questions
SharePoint WSS 3.0 Integration with Mac OSX (either Safari or Firefox). We have a SharePoint WSS site and some of our users on on the Mac OSX platform. Are there any tips or tricks to get a similar experience to Windows with document shares and calendars on the Mac? Edit: Browsing a SharePoint WSS site on a Mac, whethe...
so_q_000092
stackoverflow_stacksample_questions
Accessing iSight programatically?. Is it possible to access the iSight camera on a macbook programatically? By this I mean I would like to be able to just grab still frames from the iSight camera on command and then do something with them. If so, is it only accessible using objective c, or could other languages be used...
so_q_000093
stackoverflow_stacksample_questions
Interfaces on different logic layers. Say you have an application divided into 3-tiers: GUI, business logic, and data access. In your business logic layer you have described your business objects: getters, setters, accessors, and so on... you get the idea. The interface to the business logic layer guarantees safe usage...
so_q_000094
stackoverflow_stacksample_questions
How do you pass a function as a parameter in C?. I want to create a function that performs a function passed by parameter on a set of data. How do you pass a function as a parameter in C?
so_q_000095
stackoverflow_stacksample_questions
What libraries do I need to link my mixed-mode application to?. I'm integrating .NET support into our C++ application. It's an old-school MFC application, with 1 extra file compiled with the "/clr" option that references a CWinFormsControl. I'm not allowed to remove the linker flag "/NODEFAULTLIB". (We have our own bui...
so_q_000096
stackoverflow_stacksample_questions
Lisp/Scheme interpreter without Emacs?. I've been wanting to teach myself Lisp for a while. However, all the interpreters of which I've heard involve some flavor of emacs. Are there any command line interpreters, such that I could type this into the command line: lispinterpret sourcefile.lisp just like I can run perl o...
so_q_000097
stackoverflow_stacksample_questions
How can I reverse the ON bits in a byte?. I was reading Joel's book where he was suggesting as interview question: Write a program to reverse the "ON" bits in a given byte. I only can think of a solution using C. Asking here so you can show me how to do in a Non C way (if possible)
so_q_000098
stackoverflow_stacksample_questions
How to return a page of results from SQL?. Many applications have grids that display data from a database table one page at a time. Many of them also let the user pick the number of records per page, sort by any column, and navigate back and forth through the results. What's a good algorithm to implement this pattern w...
so_q_000099
stackoverflow_stacksample_questions
Checking for string contents? string Length Vs Empty String. Which is more efficient for the compiler and the best practice for checking whether a string is blank? Checking whether the length of the string == 0 Checking whether the string is empty (strVar == "") Also, does the answer depend on language?
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
14