Archives / 2009 / September

  • How to: Write your own Visual Studio Code Snippets

    Monday, September 21, 2009

    Just to go with the formality flow, let's first define a snippet. According to wikipedia, a Code Snippet is a programming term for a small region of re-usable source code or text. Ordinarily, these are formally-defined operative units to incorporate into larger programming modules. Snippets are often used to clarify the meaning of an otherwise "cluttered" function, or to minimize the use of repeated code that is common to other functions.

    Visual studio allows us to add our own code snippets for reuse of common block codes in current or further projects. Custom code snippets can be adhered to the ones bundled with the IDE. These can be created and edited with the text editor of your preference. Snippets are handled as XML files, which follow a XML Schema from Microsoft. This schema contains the definition of mandatory elements and attributes for the snippet to work.

    Read more about this blog post. »
  • Oxite: Meets TinyMCE

    Wednesday, September 16, 2009

    This is the first of a series of blog posts I'll be doing about Oxite, a simple blog engine written using ASP .NET MVC. Which happens to be the one I'm using to administrate and maintain my blog. On my first post I stated that I intended modify the blogging engine and complete it my way. I already created a list of features, that I'd like to see in it in order to get things going.

    So, according to ME, the first "missing" feature in Oxite, is a wysiwyg. I know it can be integrated with live writer, but c'mon a blog engine shouldn't rely on third party applications, even though integration with those it's a nice feature.

    Read more about this blog post. »
    Filed under | 2 comments »
  • World.Hello()

    Tuesday, September 08, 2009
    Woa! I'm nervous!!!! This is my first blog post. The intention of this blog is to provide technical insight on day to day web development tasks, based on my work related experience and also some of my personal projects/challenges. Personally I'm not biased when it comes to programming tools/languages (ok, maybe this is a lie :), but I got to admit I have a strong bond with C#, Visual Studio and the .NET framework itself. Therefore learning and sharing stuff about how to achieve things with those are going to be the main focus of my blog posts.
    Read more about this blog post. »
    Filed under | 10 comments »

Post Ranking