Click here to Skip to main content
15,880,967 members
Everything / Extension

Extension

extension

Great Reads

by NavnathKale
Lightweight and simple
by Mykola Tarasyuk
An approach to call built-in Visual Studio commands from within Visual Studio extensions
by Stefan Timovski
Tutorial on how to start developing SSMS extensions
by Just Perfection
In this article, you will learn about the GNOME Shell extension basics, schema, gettext and more.

Latest Articles

by BillWoodruff
Create collections of #n sized elements from arrays, lists, and string
by Sergey Alexandrovich Kryukov
This is just a funny Visual Studio Code extension, but… what can happen if somebody will try to use it seriously?
by HenkAlles
Show Simple Log - see the article by Jochen Scharr - in the browser with a nice layout
by Mykola Tarasyuk
An approach to call built-in Visual Studio commands from within Visual Studio extensions

All Articles

Sort by Score

Extension 

19 Feb 2021 by Mykola Tarasyuk
An approach to call built-in Visual Studio commands from within Visual Studio extensions
21 Feb 2021 by HenkAlles
Show Simple Log - see the article by Jochen Scharr - in the browser with a nice layout
7 Jun 2012 by AmitGajjar
An efficient extended search API to search from a text file.
17 Oct 2013 by Javier Tirado Pampín
This article talks about how to solve the filter problem in Telerik MVC Extensions control suite
16 Sep 2016 by axuno
Take this ready-to-use VBA module for MS-Outlook, that lets you export all mail messages selected in the current Outlook email browser to the file system.
1 Nov 2011 by Daniel Lo Nigro
As far as I know, the "UpdateModel" method is designed to do this. Something like this should work, but I haven't tested it:public ActionResult Edit(Entity entity){ var entityInDbSet = _context.Set.SingleOrDefault(x => x.Id == entity.Id); UpdateModel(entityInDbSet); ...
25 Dec 2011 by Kabwla.Phone
Determine visibility in complex (or composite) form
23 May 2014 by Jaume González
Easy seralization by adding extension methods to generic class
24 Oct 2011 by George Danila
An Extension Method that might help you copy over the values from one object to another, provided they are of the same type.
25 Dec 2011 by Kabwla.Phone
Set visibility in complex (or composite) form.
1 Mar 2019 by DaveAuld
A couple of useful extensions for VSCode to help manage your TODOs FIXMEs, etc.
8 May 2015 by _Noctis_
This will allow you to integrate your linqpad code easily to Visual Studio
30 May 2012 by Ahsan Murshed
This article gives ideas to developers to increase development time productivity using the free Visual Studio 2010 extensions.
9 Mar 2017 by TheGreatAndPowerfulOz
How to recursively select all descendants using an extension method
12 Sep 2013 by #realJSOP
One approach to find a specific exception type inside the containing exception
7 Jul 2013 by Amit_Mittal
An easy way to bind XAML with properties defined in code behind
21 Jan 2015 by MahendraChawhan
Extension method for Generic Collection to DataTable
5 Mar 2017 by DotNetSteve
Creating an extension class for View Models to save public properties using Generics and Delegates, replacing a reflection implementation
7 Aug 2012 by Sympletech
A little guide to introduce you how to create a JQuery Extension Method
3 Nov 2015 by #realJSOP
This is an alternative for "Compareing Two Complex objects of same class"
3 Dec 2011 by User-Rock
Silverlight user control validation display techniques
22 Dec 2010 by jfriedman
In my opinion, creating the new interface seems to be an unnecessary part of this article...Extensions Methods for IEnumerable is the topic of the said article…which is provided by the existing system.Building a new interface which is not part of the native system is not actually...
22 May 2014 by Jaume González
How to make sessions easy to use by extending .NET object class
14 Apr 2016 by veen_rp
This message will self destruct in 5 seconds...
11 Mar 2014 by Jaume González
To inherit an Entity Framework class, to extend it, bind to data and unmap it from DBContext.
26 Aug 2016 by Awesome Dev
How to bypass the strict System.Version parse mechanics using a C# extension
22 May 2012 by Andreas Gieriet
How Linq extension methods benefit from interfaces inheriting from interfaces
3 Apr 2012 by Mikhail-T
Tutorial on how to create simple extension that converts view model propety name to string
15 Oct 2021 by BillWoodruff
Create collections of #n sized elements from arrays, lists, and string
21 Dec 2010 by Karthik. A
This tip gives a few extension methods that could be helpful and also provides a few tips about extension methods
2 May 2012 by Amjad Abu Saa
An easy way to make a custom file type and associate it to your C# application
18 Dec 2015 by dynamichael
Use extension methods, Encoding, and BitConverter to read and write native types on an IO.Stream object
10 Jul 2012 by RCoate
Using Extension Methods to validate string, integer, datetime, and bool values.