Click here to Skip to main content
12,133,317 members (67,312 online)
post an article ask a question Search our articles

Set your site filter

 Latest Articles

Featured article
24-Jun-14 9:56am by Debabrata_Das (updated) 
In this article we will create a project to see how one-to-many relationship can be implemented in ASP.NET
14hrs ago by Arslan Elahi (updated) 
Get the Comma Separated Value of one or multiple columns from SQL table
16hrs ago by William Ivanski (updated) 
OmniDB is a new free web based multi technology database management tool. Website: http://www.omnidb.com.br
22hrs ago by markkang (updated) 
This tip describes how to generate insert SQL statement from the records in an existing table in SQL server database
yesterday by yuvalsol (updated) 
POCO generating application for SQL Server
yesterday by Akhil Mittal (updated) 
In this article we’ll learn on how to write unit tests for WebAPI controllers i.e. REST’s actual endpoints.
2 days ago by dale.newman (updated) 
Importing Excel & Delimited Files into a Junk Database
2 days ago by markkang (new) 
This is about how to hash your binary data that exceed the limit (8000bytes) of allowed input values of HASHBYTES in Sql server
3 days ago by István Smrtnik (updated) 
A Google fusion tables SQL front end for quick query hacks. Comes with code completion, syntax and error highlighting plus some extra commands like DROP TABLE. Antlr4 grammar included.
5 days ago by Eric Lapouge (updated) 
An other way to export data from a SQL-Server to use them to call a web service
3-Mar-16 23:06pm by Jameson Triplett (new) 
Log4j2.xml Tweaks

 Our Community

4Best web site design app? - The Weird and The Wonderful
4I wonder if her attitude has changed yet. ? - The Lounge
5WTF? - The Lounge
2That's My Boy - The Lounge
1Chasing developer productivity metrics - The Insider News
1Windows patch KB 3139929: When a security update is not a security update - The Insider News
Straw Poll
Will you run your.NET apps on Linux or MacOS X?
.NEt Core 1.0 runs natively on MacOS and Linux as well as Windows. Are you tempted to try non-Windows platforms?
  Results   1,192 votes

News Latest News

Thu 10 Mar 2016
Today we’re happy to announce a Developer Preview of the N release of Android!
Thu 10 Mar 2016
In this update we have some new features as well as bug fixes.
Thu 10 Mar 2016
A huge milestone has just been reached in the field of artificial intelligence: AlphaGo, a program developed by Google's DeepMind unit, has...
Thu 10 Mar 2016
In a frank Reddit AMA, Microsoft's founder reveals he may not be the supervillain that open source advocates have made him out to be.
Thu 10 Mar 2016
Packaged as an Atom Editor, the new Ionide IDE enables F# developers to code across platforms with Microsoft's popular functional language.

Discussions Latest Discussions

by Member 12381647
#include using namespace std;int st[100],top=-1;void push(int x){ st[++top] = x ;}void pop(){ if(top==-1) printf("Stack Overflow"); else printf("Delete = %d\n",st[top--]);}int main(){ push(10); push(100); push(-25); pop(); ...
by hasan hadi
HiI have problem in this code, the proplem how can know the port is buzy because now using delay for wait reading data from sender and after that reading this data from port, without this delay can't reading correct data private void Port_DataReceived(object sender,...
by Member 11220124
HI guys,I'm trying to add System.Collection.Generic Namespace to my project, but the problem is that I can't find that in my reference manager. What can I do for that. How can I add this namespaceWhat I have tried:I have tried searching the internet but their problem is resolved when...
by Mehak Naaz
Store procdureif(@Activity = 'All')select top 1 FullName,Email,Pasword,imgurl registration order by id descEndin UserDalpublic ListAll(ActivityMode a) { SqlConnection con = ConnectionDAL.SQL(); SqlCommand cmd = new SqlCommand(); ...
by Member 9331278
want to encrypt a passwords in the databases asp.net 2012What I have tried:String HashPassWrd = FormsAuthentication.HashPasswordForStoringInConfigFile(txtPassword.Text, "SHA1");

Top articles Latest Best Picks

by Akhil Mittal  4.91/5 (17 votes)
In this article we learn how to write unit tests for core business logic and primarily on basic CRUD operations.
by Akhil Mittal  5.00/5 (7 votes)
In this article we’ll learn on how to write unit tests for WebAPI controllers i.e. REST’s actual endpoints.
by syed shanu  4.88/5 (6 votes)
In this article, we will see in detail how to create a simple Student Master CRUD (Create/Read/Update and Delete) using ASP.NET 5, now called ASP.NET Core 1.0, using scaffolding.
by Emiliano Musso  5.00/5 (3 votes)
In this short article we will see how to create a SQL database using the services provided by Microsoft Azure cloud platform, and then connect to it via C # code, to perform the normal data insertion and retrieval operations
by Pavel Sinkevich  5.00/5 (2 votes)
How to programmatically change schema name in database project before deployment

Advertise | Privacy | Mobile
Web03 | 2.8.160304.1 | Last Updated 9 Mar 2016
Copyright © CodeProject, 1999-2016
All Rights Reserved. Terms of Service
Layout: fixed | fluid