DotNetShoutout - Stories tagged with C#
3
Shouts

Display Monthly sales information in graph using Aspnet | DevelopersCode

published 681 days, 11 hours, 48 minutes ago posted by taanu51taanu51 681 days, 22 hours, 45 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 9:02:57 AM GMT
Hi friends In this article i would like to explain "How to display monthly information in graph with the help of ms chart control in Aspnet" First,open the sql server 2008 Next select the NewQuery and check the following query SELECT month(DateTime) AS [Month] as Date, COUNT(sales) AS count FROM Products WITH (NOLOCK) WHERE DateTime BETWEEN @fromDate AND @todate GROUP BY month(DateTime) ORDER BY month(DateTime) Next,click on the execute button then it will display the data in hourly wise of the... (more)
category: Web Dev | clicked: 27 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, XML, SqlServer 2008, ASP .NET, SQLServer, C# .NET, datasource
3
Shouts

How to add a MS Chart Control to Toolbox in dotnet | DevelopersCode

published 681 days, 11 hours, 48 minutes ago posted by taanu51taanu51 681 days, 22 hours, 45 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 9:02:25 AM GMT
Hi Friends so many friends and my readers asked me to explain the procedure of adding the MS chart control to toolbox.Here i am going to explain the procedure of adding the MS chart control First,We have to download the MS Chart exe file  For Download click here After the downloading the file,install the file into your system Next,open the program files folder which is located in C drive Next ,open the MS chart control folder,in that we have assemblies folder Next,open the fold... (more)
category: Web Dev | clicked: 9 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, XML, SqlServer 2008, ASP .NET, SQLServer, C# .NET, datasource
3
Shouts

Add Xml Datasource to gridview DropDown list | DevelopersCode

published 681 days, 11 hours, 48 minutes ago posted by taanu51taanu51 681 days, 22 hours, 47 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 9:00:46 AM GMT
HI friends ,In this article i would like to explain "how to bind XML Datasource to Dropdown list" just follow the steps clearly First we need to create a XML file to store the data.suppose you would like to store contries data in xml file and bind that data to Dropdown list Step 1:Add new Xml file to your existing Aspnet project Step 2:copy the following code in to XML file   Step 3:save the file with countries.xml Step 4:now open the page which contains Gridview Step 5: Now add the following... (more)
category: Web Dev | clicked: 10 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, XML, SqlServer 2008, ASP .NET, SQLServer, C# .NET, datasource
3
Shouts

How to Send a Mail Using Aspnet with C# | DevelopersCode

published 681 days, 11 hours, 48 minutes ago posted by taanu51taanu51 681 days, 22 hours, 48 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 8:59:35 AM GMT
Hi Friends, In this article i would like to explain the procedure of Sending a mail in Aspnet with c#.I am already explained the procedure of sending a mail with multiple attchaments.Now ,In this article i am going to exaplin only sending a mail in a particular format using Aspnet and C# Just Follow the steps First,open the Default.aspx page Next,ADD some controls from Your Toolbox.that is,Add three Textboxes(one for From Address,another for TO Address and Third one for Bodyof the message) Next,Add... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, Email, ASP .NET, SQLServer, C# .NET, SMTP
3
Shouts

Simple Way to Integrate Facebook login button in Aspnet | DevelopersCode

published 681 days, 11 hours, 48 minutes ago posted by taanu51taanu51 682 days, 3 hours, 10 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 4:37:21 AM GMT
Hi friends In this article i would like to explain the integration of facebook login button in your aspnet websiteFirst,we have to create a application for this click here Next,Enter the Your Application Name ex: MyApplication Next,Enter the url or if your are using local host just write your local host like this http://localhost:2908/ in the url TextBox. Next,Click on the CreateApplication button then immediately it displays your application like this ... (more)
category: Web Dev | clicked: 54 | 2 comments | | source: www.developerscode.com
tags: Facebook, C#, c sharp, login, ASP .NET, C# .NET
3
Shouts

Step by step procedure to create dynamic pie Chart using Dynamic Controls | DevelopersCode

published 681 days, 11 hours, 48 minutes ago posted by taanu51taanu51 682 days, 3 hours, 14 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 4:33:21 AM GMT
Hi friends ,In my previous tutorial i am already explained about the creation of dynamic controls ,now i am going to explain the creation of dynamic charts with dynamic controls.just follow the stepsstep 1: First download the MS Chart control from this below linkAfter downloading the file, Unzip the file and save the file in your local system step 2: open the visual studio 2008 and select one new aspnet website and change the name as Dynamicpiechart and press ok step 3: Next,Right click o... (more)
category: Web Dev | clicked: 8 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, SqlServer 2008, chart, ASP .NET, Chart Control, C# .NET
7
Shouts

Compare Collections in C#

posted by kinj312kinj312 685 days, 1 hour, 7 minutes ago
Friday, August 05, 2011 6:40:44 AM GMT
Often we need to check if the items in the collections are same or not. It comes into action very often during unit testing. Here we will see three ways of doing so Entity Class (Player Entity) namespace ConsoleApplication1 { public class Players { public... (more)
category: Web Dev | clicked: 7 | comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
2
Shouts

C#/.NET Little Wonders and Little Pitfalls at the St. Louis Day of .NET

published 682 days, 11 hours, 8 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 685 days, 4 hours, 34 minutes ago
Sunday, August 07, 2011 8:39:59 PM GMT Friday, August 05, 2011 3:13:42 AM GMT
I'll be presenting my C#/.NET Little Wonders and Little Pitfalls presentations at the St. Louis Day of .NET Conference this weekend in St. Louis. These are the two presentations I will be presenting. (more)
category: Web Dev | clicked: 12 | 1 comment | | source: blackrabbitcoder.net
tags: .NET, Little Wonders, C#, Little Pitfalls
5
Shouts

Display Events in Calendars from database in Aspnet | DevelopersCode|A Technology Blog For .Net and Android Developers

posted by taanu51taanu51 685 days, 22 hours, 54 minutes ago
Thursday, August 04, 2011 8:53:35 AM GMT
Hi friends,In this article i am going to explain the procedure of display evens in calendar from database in aspnet.Here we need to create two forms ,one for adding events in the form and another one for displaying that events in the calendar and gridview.so lets start how to do this First,we need to create a Entry form where we are going to enter the events For this,Select a new Web form and change the name as per your requirment.Here i am using the default name as Default.aspx NextAdd t... (more)
category: Web Dev | clicked: 30 | comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, Control, ASPNETMVC, SqlServer 2008, ASP .NET, Database, Calendar, C# .NET, aspnetajax
3
Shouts

Using Face API in C#

published 685 days, 11 hours, 25 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 687 days, 13 hours, 26 minutes ago
Thursday, August 04, 2011 8:23:15 PM GMT Tuesday, August 02, 2011 6:21:27 PM GMT
Using Face API in C# Face.com provides an face recognition API that offers the developers and publishers to automatically detect and recognise faces in photos using robust , free REST API . (more)
category: How To | clicked: 58 | 4 comments | | source: www.ginktage.com
tags: C#, face detection
3
Shouts

Generate thousand of request

published 685 days, 11 hours, 25 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 687 days, 14 hours, 54 minutes ago
Thursday, August 04, 2011 8:23:15 PM GMT Tuesday, August 02, 2011 4:53:25 PM GMT
Lastly I was working on the project where I have to designed web page which is exposing some set of the functions and which is get consume by some external application like java and flex. It's worked fine and providing the output I want. But now I want to perform the load test, so for that I want to generate thousand of request which consume the page and show me how it works. But the problem is how to generate the request because I don't have that many people who can make request at given time. ... (more)
category: How To | clicked: 23 | 3 comments | | source: pranayamr.blogspot.com
tags: C#
2
Shouts

DataTypes in C#

published 689 days, 11 hours, 56 minutes ago posted by dotnetfundadotnetfunda 689 days, 21 hours, 41 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Sunday, July 31, 2011 10:06:19 AM GMT
In this Article we are going to learn about Data Types in C# (more)
category: Web Dev | clicked: 9 | comment | | source: www.dotnetfunda.com
tags: C#
3
Shouts

Internals of Dependency Property in WPF

posted by abhi2434abhi2434 690 days, 7 hours, 30 minutes ago
Sunday, July 31, 2011 12:17:49 AM GMT
WPF introduces new property system to us. Every WPF objects that is inherited from DependencyObject inherently supports Dependency property containers within it. That means you can define your own dependency property in your code which can take part in some of the interesting features of WPF like Binding, Styles, Triggers, Animation, Property Inheritence etc. Today I will concentrate on how Dependency Property system is actually built and what are the benefits we get instead of using CLR property system.... (more)
category: How To | clicked: 15 | comment | | source: www.abhisheksur.com
tags: C#, Dependency Property, WPF, internals
3
Shouts

Difference between Object, Dynamic and Var

posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 691 days, 12 hours, 7 minutes ago
Friday, July 29, 2011 7:40:52 PM GMT
In this post I am going to write the points about the three type of the variable Object, Var and Dynamic. Most of the developer not able to get what is difference between this three kind of variable. ObjectDynamicVarCan able to store any kind of value, because object is the base class of all type in .net framework.Can able to store any type of the variable, similar to old VB language variable.Can able to store any type of value but it require to initialize at the time of declaration. Compiler has lit... (more)
category: How To | clicked: 5 | comment | | source: pranayamr.blogspot.com
tags: C#
5
Shouts

The C# using statement and suppressed exceptions compared to Java 7 try…with by Alex van Beek

published 689 days, 11 hours, 56 minutes ago posted by alexbalexb 691 days, 22 hours, 12 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Friday, July 29, 2011 9:35:28 AM GMT
Yesterday Java SE 7 was released. Last night I had the opportunity to play with some of it’s new features, including Java 7’s new “resource management” syntax. Of course, we have had this feature in C# for quite some time, but I was actually curious to see whether the Java people learned from the C# implementation and thus implemented it in a better way. Much to my surprise ;), they did. Let me elaborate…… (more)
category: How To | clicked: 73 | comment | | source: blogs.infosupport.com
tags: C#, Automatic Resource Management, Using, ARM, Java
3
Shouts

C#/.NET Little Pitfalls: Default Parameters are Compile-Time Substitutions

published 689 days, 11 hours, 56 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 692 days, 8 hours, 16 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Thursday, July 28, 2011 11:31:26 PM GMT
Default parameters have been around forever both in C++ and in VB. When Java was introduced, however, they were eschewed as being a problematic source of potential code-safety issues. Having been bitten by default parameters before in less strongly-typed languages, I can understand this to an extent. But in many ways this forced us to write heavier code (using overloads) where a default parameter would have been easier to maintain. Java seemed to throw out the baby with the bathwater, just in my opi... (more)
category: Web Dev | clicked: 15 | comment | | source: www.blackrabbitcoder.net
tags: .NET, C#, CSharp, Little Pitfalls, Default Parameters
4
Shouts

Handle Exception Carefully

published 691 days, 14 hours, 38 minutes ago posted by kinj312kinj312 693 days, 1 hour, 12 minutes ago
Friday, July 29, 2011 5:09:28 PM GMT Thursday, July 28, 2011 6:36:00 AM GMT
Handle Exception carefully means I am not going to discuss some rocket science about exception handling but I am going to discuss not to shadow the exception in your program. Not going to discuss more I am starting my example class Program { static void... (more)
category: Web Dev | clicked: 12 | comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
7
Shouts

Windows Azure Table Storage in detail

published 693 days, 9 hours, 58 minutes ago posted by dharadhara 694 days, 48 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Wednesday, July 27, 2011 6:59:54 AM GMT
Windows Azure table storage provides two kind of storage 1) SQL Azure and other one is 2) Table,queue,blob and other storage like drives etc. In this blog post I am going to explain Table storage in details. What is Windows Azure Table Storage: Windows... (more)
category: Web Dev | clicked: 16 | comment | | source: beyondrelational.com
tags: C#, SQL Azure, ASP.NET
2
Shouts

Converting a .doc file to .txt file using CSharp.NET - DotNetLogix

posted by DotNetLogixDotNetLogix 694 days, 1 hour, 22 minutes ago
Wednesday, July 27, 2011 6:25:55 AM GMT
This article is all about converting a .doc file to .txt file or in other format. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetlogix.com
tags: C#
3
Shouts

How to cook a loop

posted by slo2olsslo2ols 694 days, 21 hours, 4 minutes ago
Tuesday, July 26, 2011 10:43:30 AM GMT
With coming of Linq we rarely write loops. Actually, the most part of data fetching tasks, those earlier was done by loops, today could be simply done by Linq-to-Objects. Nevertheless, the loops are widely used for different scenarios and a developer should try to write a good loop. This post was written for beginners, but I hope that experienced developers will find in it something useful. (more)
category: How To | clicked: 4 | comment | | source: osmirnov.net
tags: C#, Indexer, Linq, Loop, enumerator
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 ... 49 50 Next