Click here to Skip to main content
15,890,438 members
Everything / .NET / Portable .NET

Portable .NET

DotGNU

Great Reads

by tranthanhtu.vn
In "REST - Overview" article, I were introduced the basic rules in RESTful, Can you show me how to implement in WebApi?Ok, in this article, we will learn how to implement those rules in WebApi using C#.Where could I get sourcode was used in this article?Please checkout the code at https://github.com
by Hassan Alrehamy
JSON Deserialization in depth concept and Dictionary mapping. Special Thanks to Dr. Coral Walker
by AGD-H
Knit is a Visual Studio add-in tool that allows a developer to apply multi-step patterns to solution and assembly meta-data.
by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio

Latest Articles

by n.podbielski
This article is first part of the series of three. Next ones you can find here and here.. Code for all three articles, with new features and bug fixes is available on GitHub and as Nuget package.. Why not Reflection?. If you working with .
by Evaldas Jocys
JavaScript class library which partly replicates Microsoft .NET Framework structure and functionality.
by Dmitry Brant
A custom control for Windows Forms that looks like an electronic 7-segment LED display.
by tranthanhtu.vn
In "REST - Overview" article, I were introduced the basic rules in RESTful, Can you show me how to implement in WebApi?Ok, in this article, we will learn how to implement those rules in WebApi using C#.Where could I get sourcode was used in this article?Please checkout the code at https://github.com

All Articles

Sort by Updated

Portable .NET 

30 Dec 2007 by AGD-H
Knit is a Visual Studio add-in tool that allows a developer to apply multi-step patterns to solution and assembly meta-data.
20 Sep 2016 by Alen Toma
How to implement deep cloning using Reflection
5 Dec 2007 by Alexander Sher
This article may help you to understand how the CascadingDropDown works and how to work with it.
6 Dec 2007 by Ali Ozgur
Describes making of an external tools add-in using ProcessStartInfo and Process classes in System.Diagnostics
12 Jul 2011 by amitthk
Custom Membership and Role Providers, a website administration tool, and Role based access to individual files.
11 Dec 2007 by Andrew Friedl
Using the KudzuASp Template Engine for Classic ASP
28 Sep 2008 by AndrewSmith
A plunge into creating a fast, full text index, with advanced searching capabilites.
8 Jan 2007 by Anoop Pillai
This article is expected to (1) Introduce patterns to you in a simple, human readable way (2) Train you how to really identify and apply patterns (3) Demonstrate step by step methods to solve a design problem using patterns
9 Dec 2007 by Aqeel Khandwala
implementing multiple culture with master page
7 Dec 2007 by AshishT
Wrapper for common command line tools offered by Team Foundation Power Tools
28 Feb 2016 by Assil
Simple implementation for "Retry Design Pattern" and also "Circuit Breaker Design Pattern" and merging them together
4 Nov 2013 by BillWoodruff
In Visual Studio 2012 (I assume it's similar in VS 2010):1. in the Solution Explorer: open the 'References node.2. Context-click on 'References and select 'Add Reference3. in the Reference Manager window:a. open the 'Assemblies nodeb. click on 'Extensions4. Select...
6 Feb 2009 by BobJanova
A symmetric stream-based encryption method in C# based on a rolling cipher and mod-257 multiplications
27 Sep 2005 by Brian Hendrickson
How to setup and install the PHP issue tracker starter kit on a Linux server.
6 Mar 2011 by cdpace
Hi everyone,I have the following class:public class Test{ public string Name {get;set;} public List stringitems {get;set;} public List subclassitems {get;set;}}public class SubClass{ public string Value {get;set;};}And I want to pass this as a...
14 Feb 2005 by Chad Z. Hower aka Kudzu
Whether you are new to development, or coming from Visual Basic, C++, Java, or Delphi, managing forms in WinForms can be initially confusing. This is an article targeted at beginners in WinForms programming to demonstrate how to easily manage and work with forms in a WinForms application.
6 May 2005 by Chad Z. Hower aka Kudzu
Just moved to C#? Do you miss the for i = 1 to 50 syntax? Look no further, C# can do it too by extending it in a unique way.
31 Dec 2007 by Chris Wuestefeld
Getting lists sorted the way a human would expect to see them
21 Jul 2005 by d'herbe
A flexible, encapsulated way to implement a passive feedback mechanism.
8 Jan 2010 by daluu
Some libraries for making HTTP requests with session state persistence. Support for .NET, VBScript, JavaScript, C/C++, and Java.
14 May 2008 by daluu
GUI automation for the purpose of driving or controlling an application via its GUI
18 Mar 2010 by danhayes
How do I change my temp password
21 Feb 2005 by Daniel Turini
Design guidelines for exception handling in .NET which will help you to create more robust software
3 Mar 2010 by David Excoffier
Hello,you can easily build a test client for a PDA that works with Windows Mobile by using the sample codes available in SOA4D forge.Go to website: https://forge.soa4d.orgSOA4D is an open source project providing various open implementations of DPWS stack (in C, Java and OSGi...
23 Dec 2007 by David Saelman
A simple method to achieve interprocess communication between the .NET framework and MFC.
4 Dec 2007 by dilip23
New Ajax Navigation Docable Bar
15 Jun 2007 by dmihailescu
Take a snapshot of the main Window of any UI application
1 Aug 2017 by Dmitry Brant
A custom control for Windows Forms that looks like an electronic 7-segment LED display.
19 Jan 2012 by E L N I N O
You can accomplish this if you create a sub report for the list items and include it in your main report.Then handle the SubreportProcessing event and set the datasource for the subreport. Sample code below.ReportViewer1.LocalReport.SubreportProcessing += new...
5 Dec 2007 by Ekaterina Kostrioukova
The article shows how to update data in a DataGrid (DataView) control with AJAX.
7 Dec 2007 by Ekaterina Kostrioukova
An article on how to implement DataGrid
30 Dec 2007 by emadmraghib
a javascript module that grants developer to select variant parts or may be the whole page to make user can print preview it and print it.
10 Sep 2018 by Evaldas Jocys
JavaScript class library which partly replicates Microsoft .NET Framework structure and functionality.
23 Oct 2008 by Fabio Franco
An extended ComboBox that adds a ReadOnly property to it.
17 Dec 2012 by fadi_sayyed
WPF Compare two brushes IsEquals
13 Apr 2005 by Fábio Batista
A generic and type-safe way to encapsulate ASP.NET Session and ViewState variables.
27 Sep 2005 by Gelu Vac
If you ever thought creating a custom setup should be an easy task, here are the tips to break the ice.
2 Apr 2009 by Ghasem Nobari
By using this C# (.NET 2.0) method, you can easily upload your files to Rapidshare.com account
9 Mar 2006 by gogglin
Command line parsing with the use of delegates: the delegates support a common set of data types, with standard syntax validation.
18 May 2009 by gUrM33T
A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation
21 Dec 2007 by Guy Vider
A sample Visual Studio 2008 project that compares the performance of LINQ to simpler loops
28 Apr 2015 by Hassan Alrehamy
JSON Deserialization in depth concept and Dictionary mapping. Special Thanks to Dr. Coral Walker
18 Dec 2007 by Ilíon
This article describes a class which may be used to convert any Windows.Forms.Form into a docked Application Desktop Toolbar. That is, by use of the AppBar.ApplicationDesktopToolbar class, one's Toolbar applet may be either floating or docked to an edge of the Desktop.
13 Dec 2007 by Islam ElDemery
17 Dec 2007 by Ivan Krivyakov
Rhino Mocks version 3.3 can mock any MarshalByRefObject.
4 Nov 2013 by Jagadeeswaran Natarajan
I download OutLook Calander Project in Codeproject. While building appilcation the microsoft windows design dll has missing. only Microsoft.Windows.Automation and Microsoft.Windows.Controls there. I can't find the dll.So namespace RudiGrobler.Controls { ...
20 Jul 2007 by James S.F. Hsieh
A non-well-formed HTML parser and CSS Resolver builded by pure .NET C#
4 Jan 2008 by jdx256
Jibu is a high-level multithreading API for .NET 2.0 and above.
31 Dec 2007 by Jeffrey Sun
This is a simple example about using OpenGL in CSharp application.
24 Jun 2008 by Jimmy Zhang
Reveal XML processing issue #1 and explain why document-centric XML processing is the future.
11 Jun 2008 by Jimmy Zhang
Introduces a simple, efficient, human-readable XML index called VTD+XML.
13 Jun 2007 by jinfrics
This code will help you in creating a customized form interface
31 Dec 2007 by jkunken
In this article, we will describe how information generated on data acquisition devices connected to servers running Windows Server 2003 can be efficiently integrated into Microsoft Office SharePoint Server 2007 using Windows PowerShell.
18 Oct 2010 by John Paul Walker
28 Mar 2008 by Kam
An Arcball module using CsGL in C#.
11 Jan 2008 by Kam
Arcball module using Tao.OpenGL in C#.
31 Jan 2014 by Karthik_Mahalingam
Try thisselect @policyname=(select top 1 policyname from policy where policyid=@policyid ) select @ubaattributeid=(select top 1 ubaattributeid from usrbyattributes where ubauserid=@userId) select @ubaAttributeValue=(select top 1 ubaattributevalue from usrbyattributes where...
18 Dec 2007 by Keith Balaam
An article on writing a responsive multithreaded GUI, but not the Microsoft way
20 Dec 2007 by kesmellon
Merge some small print-screen maps to a big one
7 Feb 2008 by Laughing.John
How to easily override key processing in a form or user control
20 Oct 2005 by Lino Barreca
A simple DataGrid column for LinkLabels.
20 Mar 2014 by Lizandro Campbell
Using Visual C# 2008 to establish connection to a MySQL 5.1 database with MySQL Connector/NET 5.1.7
28 Feb 2022 by Luc Pattyn
Hi, SendMessage waits for a reply by the addressee, which is OK for most purposes; however it is the wrong choice for sending a "stop all activity" command, as the destination will obey and not reply, causing your sending app to hang forever. ...
15 Nov 2010 by Ludvik Jerabek
Read and write to INI files in VB.NET and VBScript
27 Feb 2022 by M Imran Ansari
Use the following code to file your NVarchar data column. The synonym for NVarchar is National Character Varying. While filtering data use 'N' at the start of data. SqlDataAdapter adp = new SqlDataAdapter("SELECT * FROM table1 WHERE [名前] LIKE...
1 Jan 2008 by malikusman
DCOM component replacement in .NET is .NET remoting
27 May 2005 by Marc Brooks
Simple C# code to convert an ADO.NET (System.Data) DataTable to an ADODB Recordset.
15 Dec 2007 by Marc Clifton
A debug build stopwatch useful for diagnostic timing.
15 Dec 2007 by Marc Clifton
A workaround for a bug I discovered with the async reader in the Process class.
15 Dec 2007 by Matthew Hazlett
More about the technology, but the demo app is ASP.NET
2 Oct 2007 by mc_kappa
Using this simple, yet elegant and powerful code, you can provide to your users efficient Office document merging; simply exploiting XML technology and basic string manipulation.
17 Nov 2007 by Mehran Ghanizadeh
A tiny portable webserver, called TinyWebServer, which can be used wherever IIS is not availabe.
17 Feb 2010 by Member 1773071
Hello Dr. Luiji,I have created a Web Server that implements DPWS. To do so I have used the toolkit provided by DPWS Core project. This server implements WS-Discovery and WS-Eventing.Now what I want to do is to create a client for a PDA that works with Windows Mobile 6.0. I would like to...
18 Feb 2010 by Member 1773071
Hello,I read an article titled "CurrencyConvertor: How to Use gSOAP and Webservices" (Divided in two parts) which was written byDr. Luiji, who is considered to be a member. Afterwards I accessed the authors profile and I decided to ask him this question. I thought the question would be...
27 Mar 2012 by Member 8039360
i create a method, using reflection to find property, in rdlc call the method and get the value...
21 Sep 2005 by micahbowerbank
Windows Mobile application to search MP3 music catalogue
8 Feb 2005 by mike-obrien
Synchronize the scrolling of multiple RichTextBoxes using the EM_GETSCROLLPOS and EM_SETSCROLLPOS messages.
22 Dec 2007 by Miles Gibson
Iron Speed Designer builds database, forms, and reporting applications for .NET – without hand-coding. Quickly create feature-complete custom applications that integrate Web pages, controls, data access, validation and security. Accelerate development and eliminate infrastructure programming.
21 Dec 2007 by MSDN_MCP
There are four ways of publishing an application using ClickOnce, which we are going to see the advantages and disadvantages of here.
4 Dec 2005 by Mubi | www.mrmubi.com
Creating a slide show program for Smartphone using .NET technology
27 Feb 2022 by n.deny
i want to search the data from column1 and column2, data on column1 is a name in japanese text in nvarchar were as column2 is in varchar format.i am trying to search from text box search in column2 fine but it doesnt work in column1 unless...
28 Feb 2022 by n.deny
i want to clicked the save button of another application from my c# application.if there is data in that application then save dialogbox will appear while in absence of data message box will appear.After i want to give the filename as date and...
25 Dec 2018 by n.podbielski
This article is first part of the series of three. Next ones you can find here and here.. Code for all three articles, with new features and bug fixes is available on GitHub and as Nuget package.. Why not Reflection?. If you working with .
6 Jul 2007 by nguyenthanhtungtinbk
This article shows you the advantage of PNG images with alpha-blending feature in creating animation and demonstates how to use PNG images in Framework.NET application by calling API
30 Nov 2006 by Nick Alexeev
This class is a thin MFC wrapper around Win32 API for reading/writing INI files.
25 Dec 2007 by Nilay Parikh
Exception handling with Ports in BizTalk
8 Apr 2007 by Nilesh Surve
This code will give you the diffrence between the two dates in days.Some time it is required in the program to get diff. between two dates.It is so small and very efficient code.
4 Mar 2015 by ninodago
Hi Jaga,for that specific project, did you try to comment the references to Microsoft.Windows.Design and ToolboxBrowsable attribute?I tried and it seems to work...ByeNino
11 Jun 2011 by Omar Al Zabir
Serve extensionless URL from IIS without using custom ISAPI handler or IIS 6.0 wildcard mapping
29 Dec 2007 by Omar Al Zabir
An extender that allows content to be dragged and dropped within columns and across columns. Allows column-wise content flow and reorganization.
16 May 2013 by Pasan Eeriyagama
26 Nov 2014 by Pascal Ganaye
In this article, I try to highlight some issues in the .NET Framework generic list and how to circumvent them
30 Dec 2007 by Paul Selormey
Learn how to write user manuals with the Sandcastle Help Compiler.
6 Oct 2010 by Pawel idzikowski
How to serialize binary data to IsolatedStorage in a Silverlight client when there is no BinaryFormatter in Silverlight? Why not with sharpSerializer? - An open source XML and binary serializer for .NET and Silverlight
3 Sep 2015 by Plislmerla
aaaaaaaaaaaaaaaaaaaaaa ssaaaaaaaaaaaaaaaaaaaaaa ssaaaaaaaaaaaaaaaaaaaaaa ssaaaaaaaaaaaaaaaaaaaaaa ssaaaaaaaaaaaaaaaaaaaaaa ssaaaaaaaaaaaaaaaaaaaaaa ssaaaaaaaaaaaaaaaaaaaaaa ssaaaaaaaaaaaaaaaaaaaaaa ssaaaaaaaaaaaaaaaaaaaaaa ssaaaaaaaaaaaaaaaaaaaaaa ssaaaaaaaaaaaaaaaaaaaaaa...
8 Sep 2014 by Pragmateek
"MCSD Certification Toolkit (Exam 70-483): Programming in C#” - book review