Stories recently tagged with 'Extensions'

Persistent Storage In Visual Studio 2010 Extensions(kilsek.com)

submitted by kilsekdddkilsekddd(15) 4 months, 4 days ago

TLDR: Use an instance of IServiceProvider gotten from your Package to gain access to a SettingsManager, which grants access to a WritableSettingsStore that you can easily wrap to store data in the DPAPI protected area of your users' registry. read more...

add a comment |category: |Views: 4

tags: another

Search Keyword Highlighter BlogEngine.NET v1.3 Extension(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

In my previous blog, I used the se_hilite.js file from Scott Yang to hightlight the search keywords people used to search for my site when they are referred to my site via the search engines. This is functionality that I want to maintain, and I couldn't find an existing extension. So, I decided to write one. This is a really simple extension, and a neat feature to have. read more...

add a comment |category: |Views: 5

tags: another

Definitive List of BlogEngine.Net Extensions(tumelty.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years ago

Currently there are over 40 extensions listed and I'll be adding to these as I find them. If you spot one that isn't on the list, send me a mail, or leave a comment below and I'll add it on. read more...

2 comments |category: |Views: 5

tags: another

Visual Studio for Gamers: World of Warcraft AddOn Studio(codeplex.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 1 month ago

"AddOn Studio for World of Warcraft is an open-source development tool aimed to bring the Visual Studio experience to building World of Warcraft addons. This is the first release of the project and we have lots more ideas around how we can better improve addon development in the future." read more...

1 comment |category: |Views: 34

tags: another

Extending the string object in c#(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 1 month ago

Four methods to extend your string, ToCamel(), Capitalize(), CapitalizeAll() and ToPascal(). read more...

add a comment |category: |Views: 309

tags: another

Introduction to ASP.NET Dynamic Data: (download.microsoft.com)

submitted by whoisvaibhavwhoisvaibhav(1000) 4 years, 1 month ago

Learn how the ASP.NET 3.5 Extensions Preview enables rapid data driven site development with ASP.NET Dynamic Data and its rich scaffolding framework. read more...

1 comment |category: |Views: 17

tags: another

Sample + Notes on using the Parallel Extensions Library(blog.bluecog.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 2 months ago

Recently Microsoft released the Parallel Extensions Library to aid developers in building solutions that leverage multi-core machines that are becoming the norm. This post provides a sample solution that highlights the benefits of running parallel code but also highlights some warnings about why this library is not a silver bullet. read more...

add a comment |category: |Views: 25

tags: another

How to Enable MS Ajax Extensions v1.0 on an existing site(codebetter.com)

submitted by DevTheoDevTheo(495) 5 years ago

Jay Kimble updates his popular Ajax How to read more...

add a comment |category: |Views: 13

tags: another