DotNetShoutout - Stories tagged with C#
2
Shouts

QueryStrings In Asp.Net 2.0 3.5

posted by amitjainamitjain 611 days, 14 hours, 2 minutes ago
Monday, September 19, 2011 7:49:51 PM GMT
Using QueryStrings in Asp.Net 2.0, 3.5 and 4.0 Several time in ASP.NET applications we need to transfer data or information provided by user from one aspx page to another. We can achieve this using several methods like Cookies,Session or Crosspage posting (more)
category: Web Dev | clicked: 0 | comment | | source: csharpdotnetfreak.blogspot.com
tags: ASP.Net 2.0, ASP.NET 3.5, C#, QueryString
5
Shouts

Windows 8: What's New? - Arik Poznanski's Blog

published 607 days, 18 hours, 29 minutes ago posted by arikarik 612 days, 12 hours, 23 minutes ago
Friday, September 23, 2011 3:22:14 PM GMT Sunday, September 18, 2011 9:28:21 PM GMT
Windows 8: What's New? Got back from Build conference. Since I expect many people will ask me "So, what's new?" and since the answer is rather complex, I figured I should try to write a post about it, so here goes…  General InformationWindows 7 sold (i.e. legal copies) over 450,000,000 copies since it was released. Windows 7 bypassed Windows XP in world usage. Windows 8 will be used primary for tablets and other touch-based devices. Windows 8 can run on Intel-based processors or ARM-based processors.... (more)
category: How To | clicked: 23 | 19 comments | | source: blogs.microsoft.co.il
tags: C#, C++, Windows 8, WinRT
3
Shouts

Using Parallel.Invoke

posted by BlackWaspBlackWasp 614 days, 11 hours, 2 minutes ago
Friday, September 16, 2011 10:49:54 PM GMT
The seventh part of the Parallel Programming in .NET tutorial starts a look at the options that the Task Parallel Library provides for task decomposition. This article describes the Parallel.Invoke method, which can execute several delegates in parallel. (more)
category: How To | clicked: 4 | comment | | source: www.blackwasp.co.uk
tags: .NET, C#, Parallelism
3
Shouts

C#/.NET Little Wonders: The String Remove() and Replace() Methods

posted by BlackRabbitCoderBlackRabbitCoder 615 days, 10 hours, 11 minutes ago
Thursday, September 15, 2011 11:41:02 PM GMT
When manipulating string data, many times you want to either remove parts of a String or replace characters in a String. You can do this yourself, of course, by building a new String while manually inspecting each char in turn, but this gets to be a bit expensive and is less maintainable. Instead, there are two methods in the String class, ready to use, that let you do this easily: Remove() and Replace(). (more)
category: Web Dev | clicked: 2 | comment | | source: www.blackrabbitcoder.net
tags: .NET, String, Little Wonders, C#, replace, remove, CSharp
3
Shouts

Windows 8 : Metro’s Grid Application – what, how and when ?

posted by jmix90jmix90 615 days, 15 hours, 33 minutes ago
Thursday, September 15, 2011 6:18:41 PM GMT
Windows 8 is here and Visual Studio 2011 comes with it hand in hand. As you may already have read/seen/watch, there is a new set of applications coming named as ‘metro’. Visual Studio 2011 then comes with templates for different types of applications: basic Application, Grid Application and Split Application. Each one helps you create application for windows 8 with the metro style. In this post we are going to explore in details a first type of application template: the Grid Application. (more)
category: UX | clicked: 47 | comment | | source: www.jonathanantoine.com
tags: C#, intro, Windows, metro, XAML, Windows8, presentation
3
Shouts

Dean Hume - MVC Data URI HTML Helper

posted by deanomachinodeanomachino 616 days, 1 hour, 49 minutes ago
Thursday, September 15, 2011 8:02:51 AM GMT
Coding Tips & TricksHomeAboutContactCV MVC Data URI HTML Helper Tweet I have recently been looking into web page performance and one of the things I came across is the Data URI scheme. When you reference an image in your HTML, the client needs to go and retrieve the image. This creates an HTTP request and adds to the time it takes for the page to load. What is the Data URI scheme - well, it is a URI scheme that provides a way to include data in-line in web pages as if they were externa... (more)
category: Web Dev | clicked: 10 | comment | | source: deanhume.com
tags: C#, Data Uri, MVC, ASP.NET
8
Shouts

Allow only Numerics using JQuery in ASP.Net | DevelopersCode

published 607 days, 18 hours, 29 minutes ago posted by taanu51taanu51 617 days, 6 hours, 59 minutes ago
Friday, September 23, 2011 3:22:14 PM GMT Wednesday, September 14, 2011 2:52:36 AM GMT
Hi friends...Today i am going to explain the topic "Allow only Numerics using JQuery in ASP.Net".Our Requirement is, we have textbox which must be allow only entering numerics(Numbers). There are many ways to implement this.But have a look at to implement this by using JQuery. For this you must include the Javascript Code in section of your Web Form. Head Section Body Section Example : Explaination: Assume that in your web form there is a textbox that can be accessed only the numerical value... (more)
category: Web Dev | clicked: 47 | 14 comments | | source: www.developerscode.com
tags: C#, ASP .NET, JavaScript, jQuery
3
Shouts

Development With Kinect .NET SDK (Part I) – Installation and Development Environment Setup « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 617 days, 12 hours, 53 minutes ago
Tuesday, September 13, 2011 8:58:36 PM GMT
The Kinect SDK is a developer toolkit for developing applications. This SDK provides a fantastic interface to interact with Kinect programmatically. The Kinect for Windows SDK beta includes drivers that interact with H/W provides a interface to inter... (more)
category: Architecture | clicked: 5 | 1 comment | | source: abhijitjana.net
tags: Kinect SDK, C#, kinect
3
Shouts

Writing a Custom ConfigurationSection to handle a Collection

published 618 days, 21 hours, 43 minutes ago posted by abhi2434abhi2434 619 days, 10 hours, 12 minutes ago
Monday, September 12, 2011 12:09:00 PM GMT Sunday, September 11, 2011 11:39:29 PM GMT
Configuration is one of the major thing that you need to keep in mind while building any application. Either its an Windows Forms application or a Web site, configuration file is always needed. We write all the configuration that are needed to be changed after it is being deployed in confugration files. It is an XML File which lists all the configuration blocks itself and also allows you to define your own custom configuration sections yourself. Today I am building my own custom configuration section and... (more)
category: Architecture | clicked: 23 | 1 comment | | source: www.abhisheksur.com
tags: .NET, C#, Configuration, Source code
7
Shouts

3 ways to Sort in Descending order via lambdas

published 616 days, 15 hours, 39 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 620 days, 19 hours, 2 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Saturday, September 10, 2011 2:49:28 PM GMT
3 ways to Sort in Descending order via lambdas In C# , one can sort the List of Objects using Lambdas easily . Until now , i found the LINQ Query to be more easy to sort but after using the Lamba expression , i feel that the lambda expression can also be used effectively to sort in descending order . For example , i use the below class for the datapublic class Movie { public string MovieName { get; set; } public string Actor { get; set; } } (more)
category: How To | clicked: 33 | 2 comments | | source: www.ginktage.com
tags: lambda, C#
4
Shouts

C#/.NET Little Wonders: The String Split() and Join() methods

published 621 days, 21 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 622 days, 9 hours, 24 minutes ago
Saturday, September 10, 2011 9:30:21 AM GMT Friday, September 09, 2011 12:27:32 AM GMT
This post continues a series of Little Wonders in the BCL String class. Yes, we all work with strings in .NET daily, so perhaps you already know most of these. However, there are a lot of little fun things that the String class can do that often get overlooked. Today we are going to look at a pair of String method families to Split() and Join() string data. (more)
category: Web Dev | clicked: 11 | comment | | source: www.blackrabbitcoder.net
tags: .NET, Split, String, join, C#, CSharp
3
Shouts

How to convert Octal Number to Decimal , HexaDecimal and Binary Number using C# ?

published 623 days, 2 hours, 40 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 624 days, 15 hours, 58 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Tuesday, September 06, 2011 5:53:05 PM GMT
How to convert Octal Number to Decimal , HexaDecimal and Binary Number using C# ? This is my third post of the series of the Number Converter for Windows Phone 7 sourcecode . In my previous posts i talked aboutNumber Converter for WP7 – How to convert Decimal Number to Binary , HexaDecimal and Octal Number using C# ?How to convert Binary Number to Decimal , HexaDecimal and Octal Number using C# ? In this blog post , i describe or share the code  that converts a Octal Number to Decimal , HexaDecimal and... (more)
category: How To | clicked: 8 | 5 comments | | source: www.ginktage.com
tags: C#, Windows Phone
7
Shouts

Steps to write a plugin based application with MEF

published 623 days, 2 hours, 40 minutes ago posted by kinj312kinj312 624 days, 23 hours, 29 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Tuesday, September 06, 2011 10:22:47 AM GMT
I have already written a blog on Managed Extensibility Framework few days ago, and you must wonder why I am writing again. Well actually today I have been creating an application that could be easily plugged into a host application. In this blog lets... (more)
category: Web Dev | clicked: 30 | 1 comment | | source: beyondrelational.com
tags: .NET, C#
5
Shouts

Create the Grouped DropDownList using JQuery in ASP.Net | DevelopersCode

posted by taanu51taanu51 625 days, 6 hours, 17 minutes ago
Tuesday, September 06, 2011 3:34:27 AM GMT
Hi friends... Today i am going to explain another JQuery trick For Asp.net developers.I hope the previous topic's on JQuery will helps you a lot..Now My topic is "Grouped Dropdownlist using JQuery in ASP.Net". Here you must add the jquery plugin to your web page.(jquery-1.6.2.js) Click here to Download the Jquery file Create a web form named as "GroupedDDL.aspx" GroupedDDL.aspx: In the Head section In the Body Section--Select One--AutomobileOther motor vehicleRental UnitsReal estatePetsCommerc... (more)
category: Web Dev | clicked: 29 | 1 comment | | source: www.developerscode.com
tags: C#, jQuery, Ajax, ASP.NET
5
Shouts

What is the use of “VAR” keyword in c#?

posted by dotnetfundadotnetfunda 625 days, 19 hours, 24 minutes ago
Monday, September 05, 2011 2:27:20 PM GMT
Var keyword is an implicit way of defining DataTypes. Implicit means indirect way of defining variable types. (more)
category: Web Dev | clicked: 5 | comment | | source: www.dotnetfunda.com
tags: C#
4
Shouts

Extending the ImageBox component to display the contents of a PDF file using C#

published 625 days, 3 hours, 25 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 626 days, 17 hours, 37 minutes ago
Tuesday, September 06, 2011 6:26:05 AM GMT Sunday, September 04, 2011 4:14:20 PM GMT
Article describing how to extend the ImageBox control to support displaying PDF files using the GhostScript API in a Windows Forms application. (more)
category: UX | clicked: 10 | 1 comment | | source: cyotek.com
tags: PDF, C#, WinForms, GhostScript
4
Shouts

Convert a PDF into a series of images using C# and GhostScript

published 623 days, 2 hours, 40 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 626 days, 17 hours, 55 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Sunday, September 04, 2011 3:56:33 PM GMT
Article which describes how to use C# and GhostScript to convert PDF files into raster images for displaying in an application without requiring a dedicated PDF reader. (more)
category: UX | clicked: 25 | 1 comment | | source: cyotek.com
tags: PDF, C#, WinForms, GhostScript
4
Shouts

Non-Virtual Interface Design Pattern

published 623 days, 2 hours, 40 minutes ago posted by BlackWaspBlackWasp 627 days, 15 hours, 45 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Saturday, September 03, 2011 6:06:40 PM GMT
The non-virtual interface pattern is a design pattern that controls how methods in a base class are overridden. Base classes include public, non-virtual members that may be called by clients and a set of overridable methods containing core functionality. (more)
category: How To | clicked: 30 | 1 comment | | source: www.blackwasp.co.uk
tags: C#, Design Patterns
4
Shouts

Google APIs Client Library for .NET Beta is now available for Download

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 628 days, 24 minutes ago
Saturday, September 03, 2011 9:27:58 AM GMT
Google APIs Client Library for .NET Beta is now available for Download Google has released its Google API’s Client Library for .NET Beta SDK which is now which is now available for download from Code.google.com Google APIs Client Library for .NET is a generic .NET runtime client for Google Services . The library supports OAuth1.0a and... (more)
category: How To | clicked: 9 | 1 comment | | source: www.ginktage.com
tags: Google, C#, Microsoft
4
Shouts

Making It More Functional

published 627 days, 23 hours, 31 minutes ago posted by KodefuGuruKodefuGuru 628 days, 18 hours, 16 minutes ago
Saturday, September 03, 2011 10:20:57 AM GMT Friday, September 02, 2011 3:35:43 PM GMT
Ted Neward goes through a code kata with several programming paradigms in the latest Working Programmer column. Being a coding polyglot is all the rage nowadays, and understanding multiple paradigms is essential to being a well-rounded developer. Ted goes through procedural style, modifies it to be object-oriented, demonstrates how to use meta and then dynamic programming. Finally, he makes it more functional. The proposed solution adds an aspect of functional programming, but it can be taken further... (more)
category: How To | clicked: 19 | 3 comments | | source: www.kodefuguru.com
tags: C#, functional, MSDN Magazine
Previous 1 2 3 4 5 6 7 8 9 10 ... 49 50 Next