Click here to Skip to main content
Page 1 of 46,568
Page Size: 10 · 25 · 50


License filtered by: The Code Project Open License (CPOL) [x]
Question 14 May 2013   license: CPOL
Hi,Is it possible have a variable with the same name that can either be a string or an object that contains a string?For example:public mynameobj{ value: string { get; set; }}public string myName { get; set; }public mynameobj myName { get; set; } // overload somehow,...
Question 14 May 2013   license: CPOL
What do PostgreSQL users use to build reports? Is Spotfire TIBCO Software a good package for PostgreSQL?
Answer 14 May 2013   license: CPOL
Yes indeed, the code throws me an exception:Troubleshooting Exceptions: System.Data.SqlClient.SqlExceptionIn the line:WorkflowInstance instance = workflowRuntime.CreateWorkflow(typeof(WorkflowConsoleApplication4.Workflow1));>>>Could not find stored procedure...
Answer 14 May 2013   license: CPOL
After reading for a while and searching in numerous forums, I finally found my mistake.The field i was selecting in my own DataBase was not an "int", it was a smallint.I had to useConsole.WriteLine(lecteur.GetSqlInt16(0));I found the list of the data types at...
Question 14 May 2013   license: CPOL
Hello everyone.Regarding to my project I have some special task. For instance I have a .cs file MyClass.csnamespace ConsoleApplication{ class MyClass { public int ExecuteExampleLogic(int a,int b) { return a + b; } }}I have to...
Article 14 May 2013   license: CPOL
Library for extracting configuration settings from custom configuration file is provided.
C#.NETDevIntermediate
Question 14 May 2013   license: CPOL
Hi :)I've been trying to work on a project for my little company.I bought a book to learn and test how SQL works with C# and everything.Working with the database they provide in the book worked just fine.But now, when I try to make my own database following their instructions,...
Answer 14 May 2013   license: CPOL
I'm not sure that i understand you well, but... check this:DECLARE @tabA TABLE(Mid INT, orgID INT)INSERT INTO @tabA (Mid, orgID)VALUES(1, 1)INSERT INTO @tabA (Mid, orgID)VALUES(2, 2)INSERT INTO @tabA (Mid, orgID)VALUES(3, 2)INSERT INTO @tabA (Mid, orgID)VALUES(4,...
Answer 14 May 2013   license: CPOL
In all probability, you don't.AFAIK, the only version of windows that works on an ARM based processor is RT - and there is no guarantee that it will work.Start here:...
Answer 14 May 2013   license: CPOL
To change connection of Entity Framework dynamically, you will have to pass connection string to the constructor of DataContext class as below. string connection = "YourConnectionString";DataContext myDataContext = new DataContext(connection);Quote:And how can I get tho login information...

Page 1 of 46,568
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid