12 Jun '12 - 12:08 by Herbrandson (updated)
How to use the DynamicMethod and ILGenerator classes to create dynamic code at runtime that outperforms Reflection.
yesterday by Shemeer NS (updated)
.NET Framework Cultures with Culture Specific Formats and Mapping with SQL Server Language. CultureInfo, DateFormat, Number Format, Currency Format, Percent Format, Infinity Format etc.
5 days ago by Niemand25 (updated)
A simple way to place any DataGridView inside a ComboBox.
5 days ago by saimm (new)
How to export SQL data to Excel using VB.NET
5 days ago by Razi Syed (updated)
Automatic UI Generator with two-way binding for ASP.NET Forms from an object using Code First Principals
7 May '13 - 9:43 by MohamedKamalPharm, MohamedSabryBakry, Omneya Hassanain (new)
Documented mortalities and morbidities related to drug interactions were addressed years ago in clinical informatics. This application uses VB.NET to detect and warn users about interactions. It has the advantage of "Localization", customization, and the ability to integrate with open-source CPOE.
4 May '13 - 10:02 by Torsten Tiedt (updated)
Enables filtering in standard DataGrid control.
4 May '13 - 4:34 by kburman6 (updated)
This article discusses the making of a search engine.
2 May '13 - 17:56 by Koray Dakan, PMP (updated)
DBMapper - A new ORM tool for vendor-neutral solutions
30 Apr '13 - 8:42 by Michael Rosqvist (updated)
If you want to measure something on the screen, here is a utility.
26 Apr '13 - 21:18 by Sebastien LEBRETON (updated)
Reflexil is an assembly editor and runs as a plug-in for Reflector or JustDecompile. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports "on-the-fly" C#/VB.NET code injection.
16 Jun '11 - 2:54 by MBigglesworth79 (updated)
How to use anonymous methods and lambdas to make our code more terse by reducing the amount of code we need to write.
6 May '13 - 9:41 by Ivan Krivyakov (new)
Deploying reports
2 May '13 - 7:08 by Pragmateek (updated)
[toc] Introduction Note to pedantic guys: yes Access is not a database engine, only the graphical front-end to Jet/ACE, but we’ll stand with this simplification. The sample application (Excel + VBA) and the SQL source code are available in this … Continue reading →
27 Apr '13 - 4:23 by Shivprasad koirala (updated)
When we create any object there are two parts to the object one is the content and the other is reference to that content.So for example if you create an object as shown in below code:-“.NET interview questions” is the content.“o” is the reference to that content.object o = ".NET Interview questions
7 Apr '13 - 8:55 by TaiseerJoudeh (new)
Boost UI rendering with client side templating.
3 Apr '13 - 14:42 by Chris Boss (new)
The key to future versions of BASIC is to first view them as a professional language.
25 Mar '13 - 9:50 by Kristofer Kallsbo (new)
I have decided what the Power of scripting script should do! If you move a share by moving it in windows explorer the share will stop work. If you move the folder with File System Object from vbscript the share will still be there but will be pointing at the old path that no longer [...]
23 Mar '13 - 14:52 by Kristofer Kallsbo (new)
Still not sure what the final script will do but I have to detect how the script is started and act accordingly.
4 Mar '13 - 9:25 by Pragmateek (new)
Interfacing VBA and .NET is a relatively straightforward process.
27 Feb '13 - 10:07 by Adam Zuckerman (updated)
How to find all child controls from a starting control or form.
25 Feb '13 - 23:03 by Adam Zuckerman (updated)
This code compares object types instead of the name for the object type.
13 Nov '11 - 20:31 by Patil Kishor (updated)
Backup & Restore of SQL Server database using VB.NET
7 May '13 - 11:52 by bhaskarareddy (updated)
This tip discusses how to manipulate a GridView cell in ASP.NET.
4 May '13 - 14:31 by lazicdusan9 (new)
Converting videos from YouTube to mp3
28 Apr '13 - 3:31 by Member 7809522 (new)
Easy Assembly Version reflecting SVN working revision
24 Apr '13 - 19:05 by drewman5150 (updated)
Simple jQuery ASP.NET Slideshow
23 Apr '13 - 9:56 by ManojRajan (updated)
This tutorial explains how to send mails with attachments
17 Apr '13 - 16:02 by charles henington (updated)
Convert an Image to grayscale without using unsafe code
5 Apr '13 - 13:35 by dapeacenforcement (updated)
Easy way to edit the right ListViewItem (Row/Column) after MouseDoubleClick.
5 Apr '13 - 10:08 by bEGI23 (updated)
Convert filesize (bytes) according to highest possible size scale (KB, MB, GB, TB, PB).
4 Apr '13 - 15:17 by psychohamster (updated)
This article will show you how to use the Sizable CheckBox control I have designed.
1 Apr '13 - 5:55 by vinodkumarnie (updated)
Show or hide controls through code behind or through JQuery