jrusbatch / compilify

A web-based compiler for C# and VB.NET, powered by the Roslyn Project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestions for snippet examples.

jrusbatch opened this issue · comments

The site needs good example snippets to demonstrate its capabilities to new users. If you wrote a cool snippet, post a link to it here! Bonus points if it's documented!

A suggestion to this is to add a tab on each submitted snippet called "documentation". So snippets can be documented in a wiki-fasion. In the long run, if there are multiple classes on a submission, it can be nice with some domain specific documentation.

Just a thought.

Would it be possible to pull XML documents out of the code with Roslyn?

I don't see why not, but haven't tried it.

http://compilify.net/pm/5
My snippet is about a Generate Slug (including accent removing) for a given phrase.

@lmaran, it's been added. Thanks!

My example snippet - Simple string compression with regex - https://compilify.net/2m0/6

You have a mention in a comment on Codeproject (http://www.codeproject.com/Articles/583477/Csharp-Snippet-Sharing-with-Roslyn-and-SignalR?msg=4551506#xx4551506xx). Brian is doing similar app in windows azure challenge