<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>dotnet thoughts</title>
	
	<link>http://www.dotnetthoughts.net</link>
	<description>a dotnet developer's technical blog</description>
	<lastBuildDate>Fri, 25 May 2012 10:45:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/dotnetthoughts" /><feedburner:info uri="dotnetthoughts" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>dotnetthoughts</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to use Stored procedure in Entity Framework Code First</title>
		<link>http://feedproxy.google.com/~r/dotnetthoughts/~3/3dcGMMrEUH0/</link>
		<comments>http://www.dotnetthoughts.net/2012/05/25/how-to-use-stored-procedure-in-entity-framework-code-first/#comments</comments>
		<pubDate>Fri, 25 May 2012 10:45:43 +0000</pubDate>
		<dc:creator>Anuraj P</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[.Net 4.0]]></category>
		<category><![CDATA[EF Code First]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[C#.Net]]></category>
		<category><![CDATA[Entity Framework Code First]]></category>
		<category><![CDATA[Entity Framewrok]]></category>
		<category><![CDATA[Stored Procedure]]></category>

		<guid isPermaLink="false">http://www.dotnetthoughts.net/?p=2586</guid>
		<description><![CDATA[Another EF Code First post. Long back I post about how to use Stored Procedure in Entity Framework. (You can find it here). This post is about how to use stored procedure in Entity Framework Code First. Here is my &#8230; <a href="http://www.dotnetthoughts.net/2012/05/25/how-to-use-stored-procedure-in-entity-framework-code-first/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Another EF Code First post. Long back I post about how to use Stored Procedure in Entity Framework. (You can find it <a href="http://www.dotnetthoughts.net/2010/07/08/how-to-use-stored-procedures-in-entity-framework/">here</a>). This post is about how to use stored procedure in Entity Framework Code First.</p>
<p>Here is my stored procedure.</p>
<pre class="brush: sql; title: ; notranslate">
ALTER PROCEDURE dbo.GetUsersByRoleId(@RoleId int)
AS
SELECT * FROM Users WHERE RoleId = @RoleId
</pre>
<p>And here is code snippet which will help to execute this Stored procedure.</p>
<pre class="brush: csharp; title: ; notranslate">
public IQueryable&lt;User&gt; GetUsersByRoleId(int roleId)
{
    var parameter = new SqlParameter(&quot;RoleId&quot;, SqlDbType.Int) { Value = roleId };
    return _timeSheetDataContext.Users.SqlQuery(&quot;GetUsersByRoleId @RoleId&quot;,
        new[] { parameter }).AsQueryable();
}
</pre>
<p>You need to create the SqlParameter to use Parameter in stored procedure, otherwise you may get some mapping exception.</p>
<p>Happy Programming <img src='http://www.dotnetthoughts.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.dotnetthoughts.net/2010/07/08/how-to-use-stored-procedures-in-entity-framework/" title="Permanent link to How to use Stored Procedures in Entity Framework">How to use Stored Procedures in Entity Framework</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2012/05/25/how-to-populate-data-in-entity-framework-code-first-on-database-creation/" title="Permanent link to How to Populate data in Entity Framework code first on database creation">How to Populate data in Entity Framework code first on database creation</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2012/01/01/introduction-to-code-first-development-with-entity-framework/" title="Permanent link to Introduction to Code First development with Entity Framework">Introduction to Code First development with Entity Framework</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2010/11/25/raven-db-introduction/" title="Permanent link to Raven DB &#8211; Introduction">Raven DB &#8211; Introduction</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2012/01/12/how-to-queue-a-new-build-using-tfs-api/" title="Permanent link to How to queue a new build using TFS API">How to queue a new build using TFS API</a>  </li>
</ol></div>
<p><a href="http://feedads.g.doubleclick.net/~a/Qqsjxk_q_u4ncEUjY_2Ta6o8ULg/0/da"><img src="http://feedads.g.doubleclick.net/~a/Qqsjxk_q_u4ncEUjY_2Ta6o8ULg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Qqsjxk_q_u4ncEUjY_2Ta6o8ULg/1/da"><img src="http://feedads.g.doubleclick.net/~a/Qqsjxk_q_u4ncEUjY_2Ta6o8ULg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/dotnetthoughts/~4/3dcGMMrEUH0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dotnetthoughts.net/2012/05/25/how-to-use-stored-procedure-in-entity-framework-code-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.dotnetthoughts.net/2012/05/25/how-to-use-stored-procedure-in-entity-framework-code-first/</feedburner:origLink></item>
		<item>
		<title>How to Populate data in Entity Framework code first on database creation</title>
		<link>http://feedproxy.google.com/~r/dotnetthoughts/~3/BfdFdupmiqI/</link>
		<comments>http://www.dotnetthoughts.net/2012/05/25/how-to-populate-data-in-entity-framework-code-first-on-database-creation/#comments</comments>
		<pubDate>Fri, 25 May 2012 08:28:10 +0000</pubDate>
		<dc:creator>Anuraj P</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[.Net 4.0]]></category>
		<category><![CDATA[C#.Net]]></category>
		<category><![CDATA[Entity Framework Code First]]></category>
		<category><![CDATA[Entity Framewrok]]></category>

		<guid isPermaLink="false">http://www.dotnetthoughts.net/?p=2577</guid>
		<description><![CDATA[Yesterday I got chance to work on an ASP.Net MVC application, in which I was planned to use Entity Framework Code First as Model. But I found one issue with that approach, few of the tables, like Roles, Users etc, &#8230; <a href="http://www.dotnetthoughts.net/2012/05/25/how-to-populate-data-in-entity-framework-code-first-on-database-creation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I got chance to work on an ASP.Net MVC application, in which I was planned to use Entity Framework Code First as Model. But I found one issue with that approach, few of the tables, like Roles, Users etc, which may need to pre-populate data, instead of creating in runtime. After a few search I found a way using your own DbInitializer. Here is the sample snippet which will populate the data in Role table while creating the Database.</p>
<pre class="brush: csharp; title: ; notranslate">
//Role class
public class Role
{
    [Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)]
    public int RoleId { get; set; }

    public string RoleName { get; set; }
}

//Here is the Context class.
public class MyDataContext : DbContext
{
    public DbSet&lt;Role&gt; Roles { get; set; }
}
</pre>
<p>And here is the actual implementation of the custom DbInitializer</p>
<pre class="brush: csharp; title: ; notranslate">
public class MyDataContextInitializer
: DropCreateDatabaseIfModelChanges&lt;MyDataContext&gt;
{
    protected override void Seed(MyDataContext context)
    {
        var adminRole = new Role {RoleName = &quot;Administrator&quot;};
        var userRole = new Role { RoleName = &quot;User&quot; };
        context.Roles.Add(adminRole);
        context.Roles.Add(userRole);
        base.Seed(context);
    }
}
</pre>
<p>Here is the output after running my application.</p>
<figure id="attachment_2579" aria-labelledby="figcaption_attachment_2579" class="wp-caption aligncenter" style="width: 285px"><img src="http://www.dotnetthoughts.net/wp-content/uploads/2012/05/role_table_data.png" alt="Table data populated using Seed method in EF Code First." title="Table data populated using Seed method in EF Code First." width="275" height="139" class="size-full wp-image-2579" /><figcaption id="figcaption_attachment_2579" class="wp-caption-text">Table data populated using Seed method in EF Code First.</figcaption></figure>
<p><strong>How it works</strong></p>
<p>The Database Initializer has an internal method, Seed, which it calls whenever it is creating a database. The internal Seed method has no code, but it’s virtual, which means you can override it and supply your own logic. The key to overriding Seed is that you will have access to the DbContext instance and in the method, you can populate the context with data. Seed will pass that context back to the class that is performing the initialization and it, in turn will call SaveChanges, pushing that data into the newly created database. In order to access all of this logic, you must create a class which inherits from the initialization strategy that you want to use. Since the application is using DropCreateDatabaseIfModelChanges, we can inherit from that, then override its Seed method.</p>
<p>Happy Programming <img src='http://www.dotnetthoughts.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.dotnetthoughts.net/2012/01/01/introduction-to-code-first-development-with-entity-framework/" title="Permanent link to Introduction to Code First development with Entity Framework">Introduction to Code First development with Entity Framework</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2010/07/08/how-to-use-stored-procedures-in-entity-framework/" title="Permanent link to How to use Stored Procedures in Entity Framework">How to use Stored Procedures in Entity Framework</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2010/11/25/raven-db-introduction/" title="Permanent link to Raven DB &#8211; Introduction">Raven DB &#8211; Introduction</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2012/05/25/how-to-use-stored-procedure-in-entity-framework-code-first/" title="Permanent link to How to use Stored procedure in Entity Framework Code First">How to use Stored procedure in Entity Framework Code First</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2009/10/20/treeview-population-without-recursive-function/" title="Permanent link to TreeView Population without recursive function">TreeView Population without recursive function</a>  </li>
</ol></div>
<p><a href="http://feedads.g.doubleclick.net/~a/2BpGLpdxlQ9occqNd1am2D-EVSs/0/da"><img src="http://feedads.g.doubleclick.net/~a/2BpGLpdxlQ9occqNd1am2D-EVSs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2BpGLpdxlQ9occqNd1am2D-EVSs/1/da"><img src="http://feedads.g.doubleclick.net/~a/2BpGLpdxlQ9occqNd1am2D-EVSs/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/dotnetthoughts/~4/BfdFdupmiqI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dotnetthoughts.net/2012/05/25/how-to-populate-data-in-entity-framework-code-first-on-database-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.dotnetthoughts.net/2012/05/25/how-to-populate-data-in-entity-framework-code-first-on-database-creation/</feedburner:origLink></item>
		<item>
		<title>How to Self hosting WCF Data Service</title>
		<link>http://feedproxy.google.com/~r/dotnetthoughts/~3/M6kSieyeBKI/</link>
		<comments>http://www.dotnetthoughts.net/2012/05/23/how-to-self-hosting-wcf-data-service/#comments</comments>
		<pubDate>Wed, 23 May 2012 14:08:13 +0000</pubDate>
		<dc:creator>Anuraj P</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[.Net 4.0]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[ADO.NET Data Services]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[OData]]></category>
		<category><![CDATA[WCF Data Services]]></category>
		<category><![CDATA[WCF REST]]></category>

		<guid isPermaLink="false">http://www.dotnetthoughts.net/?p=2564</guid>
		<description><![CDATA[WCF Data Services (formerly known as &#8220;ADO.NET Data Services&#8221;) is a component of the .NET Framework that enables you to create services that use the Open Data Protocol (OData) to expose and consume data over the Web or intranet by &#8230; <a href="http://www.dotnetthoughts.net/2012/05/23/how-to-self-hosting-wcf-data-service/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WCF Data Services (formerly known as &#8220;ADO.NET Data Services&#8221;) is a component of the .NET Framework that enables you to create services that use the Open Data Protocol (OData) to expose and consume data over the Web or intranet by using the semantics of representational state transfer (REST). OData exposes data as resources that are addressable by URIs. Data is accessed and changed by using standard HTTP verbs of GET, PUT, POST, and DELETE. OData uses the entity-relationship conventions of the Entity Data Model to expose resources as sets of entities that are related by associations. &#8211; From MSDN. Last few days I got chance to explore WCF DataServices, but most of the code I found was using IIS for hosting. Here is some sample code which helps to host OData using self hosting. I am using a Console Application to host the WCF Data Service.</p>
<pre class="brush: csharp; title: ; notranslate">
class Program
{
    static void Main(string[] args)
    {
        var baseAddress = new Uri(&quot;http://localhost:8080/&quot;);
        var host = new DataServiceHost(typeof(DataContextService),
            new[] { baseAddress });
        host.Open();
        Console.WriteLine(&quot;Service started. Press  to exit&quot;);
        Console.WriteLine(&quot;Listening in following endpoints&quot;);
        host.Description.Endpoints.
            ToList().ForEach(endpoint =&gt;
                Console.WriteLine(endpoint.Address));
        Console.ReadKey();
        host.Close();
    }
}

[ServiceBehavior(IncludeExceptionDetailInFaults = true)]
public class DataContextService : DataService
{
    public static void InitializeService(DataServiceConfiguration config)
    {
        config.DataServiceBehavior.MaxProtocolVersion =
            DataServiceProtocolVersion.V2;
        config.SetEntitySetAccessRule(&quot;*&quot;, EntitySetRights.All);
        config.UseVerboseErrors = true;
    }
}
</pre>
<p>This code requires following references</p>
<ul>
<li>System.Data.Services</li>
<li>System.Data.Services.Client</li>
<li>System.ServiceModel</li>
<li>System.ServiceModel.Web</li>
</ul>
<p>Here is my screen shot of console application.</p>
<figure id="attachment_2568" aria-labelledby="figcaption_attachment_2568" class="wp-caption aligncenter" style="width: 678px"><img class="size-full wp-image-2568" title="Console application - Self hosting WCF Data service" src="http://www.dotnetthoughts.net/wp-content/uploads/2012/05/consolewindow.png" alt="Console application - Self hosting WCF Data service" width="668" height="331" /><figcaption id="figcaption_attachment_2568" class="wp-caption-text">Console application - Self hosting WCF Data service</figcaption></figure>
<p>And here is the sample output while navigating to the url using IE.</p>
<figure id="attachment_2567" aria-labelledby="figcaption_attachment_2567" class="wp-caption aligncenter" style="width: 736px"><img class="size-full wp-image-2567" title="Accessing self hosted WCF Data service using IE" src="http://www.dotnetthoughts.net/wp-content/uploads/2012/05/browser_output.png" alt="Accessing self hosted WCF Data service using IE" width="726" height="327" /><figcaption id="figcaption_attachment_2567" class="wp-caption-text">Accessing self hosted WCF Data service using IE</figcaption></figure>
<p>You need to turn off the Feed read view to see this output in IE.</p>
<p>You need to run the Application as Administrator, otherwise you may not able to create the host instance.</p>
<p>Next post(s) I will try to cover accessing and updating data from client side.</p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.dotnetthoughts.net/2011/12/26/how-to-configure-a-wcf-service-to-use-port-sharing/" title="Permanent link to How to configure a WCF service to use Port Sharing">How to configure a WCF service to use Port Sharing</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2011/04/01/how-to-post-data-to-restful-wcf-service/" title="Permanent link to How to post data to RESTful WCF service">How to post data to RESTful WCF service</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2011/03/20/how-to-create-restful-wcf-services/" title="Permanent link to How to create RESTful WCF services">How to create RESTful WCF services</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2011/06/24/wcf-callbacks-%e2%80%93-a-quick-introduction/" title="Permanent link to WCF Callbacks – A quick introduction">WCF Callbacks – A quick introduction</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2010/12/08/wcf-test-client/" title="Permanent link to WCF Test Client">WCF Test Client</a>  </li>
</ol></div>
<p><a href="http://feedads.g.doubleclick.net/~a/3f6wWE0mgCaeB6VoFep3HI6pzk4/0/da"><img src="http://feedads.g.doubleclick.net/~a/3f6wWE0mgCaeB6VoFep3HI6pzk4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3f6wWE0mgCaeB6VoFep3HI6pzk4/1/da"><img src="http://feedads.g.doubleclick.net/~a/3f6wWE0mgCaeB6VoFep3HI6pzk4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/dotnetthoughts/~4/M6kSieyeBKI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dotnetthoughts.net/2012/05/23/how-to-self-hosting-wcf-data-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.dotnetthoughts.net/2012/05/23/how-to-self-hosting-wcf-data-service/</feedburner:origLink></item>
		<item>
		<title>How to open XAML documents in code view on VS 2010</title>
		<link>http://feedproxy.google.com/~r/dotnetthoughts/~3/S0ss0QCKcTk/</link>
		<comments>http://www.dotnetthoughts.net/2012/05/14/how-to-open-xaml-documents-in-code-view-on-vs-2010/#comments</comments>
		<pubDate>Mon, 14 May 2012 12:25:24 +0000</pubDate>
		<dc:creator>Anuraj P</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://www.dotnetthoughts.net/?p=2549</guid>
		<description><![CDATA[When opening a XAML document in Visual Studio, it opens in split view by default. This might become little annoying when you have a large XAML document, because all the content needs to be rendered before you can get some &#8230; <a href="http://www.dotnetthoughts.net/2012/05/14/how-to-open-xaml-documents-in-code-view-on-vs-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When opening a XAML document in Visual Studio, it opens in split view by default. This might become little annoying when you have a large XAML document, because all the content needs to be rendered before you can get some work done.</p>
<p>You can fix this issue by modifying Visual Studio settings</p>
<ul>
<li>Go to Tools, Options.</li>
<li>Under Text Editor open the XAML section and select Miscellaneous.</li>
<li>Under Default View check the Always open documents in full XAML view box</li>
<li>Click OK to Apply</li>
</ul>
<figure id="attachment_2551" aria-labelledby="figcaption_attachment_2551" class="wp-caption aligncenter" style="width: 654px"><img src="http://www.dotnetthoughts.net/wp-content/uploads/2012/05/openincodeview.png" alt="Always open documents in full XAML view" title="Always open documents in full XAML view" width="644" height="375" class="size-full wp-image-2551" /><figcaption id="figcaption_attachment_2551" class="wp-caption-text">Always open documents in full XAML view</figcaption></figure>
<p>Happy Programming <img src='http://www.dotnetthoughts.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="betterrelated none"><p>No related content found.</p></div>
<p><a href="http://feedads.g.doubleclick.net/~a/ALeoSgyOhOHXxOfMSz5UXksI68o/0/da"><img src="http://feedads.g.doubleclick.net/~a/ALeoSgyOhOHXxOfMSz5UXksI68o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ALeoSgyOhOHXxOfMSz5UXksI68o/1/da"><img src="http://feedads.g.doubleclick.net/~a/ALeoSgyOhOHXxOfMSz5UXksI68o/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/dotnetthoughts/~4/S0ss0QCKcTk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dotnetthoughts.net/2012/05/14/how-to-open-xaml-documents-in-code-view-on-vs-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.dotnetthoughts.net/2012/05/14/how-to-open-xaml-documents-in-code-view-on-vs-2010/</feedburner:origLink></item>
		<item>
		<title>K-MUG DevCon 2012 – 19th May 2012 – Trivandrum</title>
		<link>http://feedproxy.google.com/~r/dotnetthoughts/~3/eeGof04z2dk/</link>
		<comments>http://www.dotnetthoughts.net/2012/05/02/k-mug-devcon-2012-19th-may-2012-trivandrum/#comments</comments>
		<pubDate>Wed, 02 May 2012 07:06:02 +0000</pubDate>
		<dc:creator>Anuraj P</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[User Group Activities]]></category>
		<category><![CDATA[Contest]]></category>
		<category><![CDATA[DevCon]]></category>
		<category><![CDATA[DevCon 2012]]></category>
		<category><![CDATA[K-MUG Idea Challenge]]></category>
		<category><![CDATA[Kerala Microsoft Users Group]]></category>
		<category><![CDATA[Microsoft Users Group]]></category>

		<guid isPermaLink="false">http://www.dotnetthoughts.net/?p=2541</guid>
		<description><![CDATA[The Kerala Microsoft Users Group (K-MUG) will be organizing a Developers Conference, DevCon 2012 on 19th May 2012 at ParkCenter,Technopark in Trivandrum. K-MUG is one of the best developer community in India, which got Best User Group award in India &#8230; <a href="http://www.dotnetthoughts.net/2012/05/02/k-mug-devcon-2012-19th-may-2012-trivandrum/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Kerala Microsoft Users Group (K-MUG) will be organizing a Developers Conference, DevCon 2012 on 19th May 2012 at ParkCenter,Technopark in Trivandrum. K-MUG is one of the best developer community in India, which got Best User Group award in India as part of Microsoft Community Impact award 2010. DevCon 2012 will help you to engage and collaborate with Microsoft MVPs and thousands of your IT peers, building connections etc.</p>
<figure id="attachment_2542" aria-labelledby="figcaption_attachment_2542" class="wp-caption aligncenter" style="width: 468px"><img src="http://www.dotnetthoughts.net/wp-content/uploads/2012/05/devcon2.png" alt="DevCon 2012" title="DevCon 2012" width="458" height="378" class="size-full wp-image-2542" /><figcaption id="figcaption_attachment_2542" class="wp-caption-text">DevCon 2012</figcaption></figure>
<p>Participate in the K-MUG Idea Challenge and win cool prizes. Do you have a killer Windows Phone Application idea?  Do you think you can put  Windows Phone Tools and Technologies together? Then “Idea Challenge” is the perfect game for you.  Showcase your idea related to Windows Phone and win Cool prizes.</p>
<p>You can find more details here : <a href="http://k-mug.org/events/devcon2012/">DevCon 2012 website</a></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.dotnetthoughts.net/2012/04/28/devcon-2012-19th-may-2012-trivandrum/" title="Permanent link to DevCon 2012 – 19th May 2012 – Trivandrum">DevCon 2012 – 19th May 2012 – Trivandrum</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2010/06/25/devcon-2010-3rd-and-4th-july-2010-trivandrum/" title="Permanent link to DevCon 2010 &#8211; 3rd and 4th July 2010 &#8211; Trivandrum">DevCon 2010 &#8211; 3rd and 4th July 2010 &#8211; Trivandrum</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2010/08/15/devcon-2010-part-2-on-4th-sept-at-trivandrum/" title="Permanent link to DevCon 2010 &#8211; Part 2 on 4th Sept at Trivandrum">DevCon 2010 &#8211; Part 2 on 4th Sept at Trivandrum</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2010/06/21/devcon-2010-by-kerala-microsoft-user-group-at-technopark-trivandrum/" title="Permanent link to DevCon 2010 by Kerala Microsoft User Group at Technopark Trivandrum">DevCon 2010 by Kerala Microsoft User Group at Technopark Trivandrum</a>  </li>
<li> <a href="http://www.dotnetthoughts.net/2010/04/30/k-mug-bags-the-microsoft-community-impact-award-2010/" title="Permanent link to K-MUG bags the Microsoft Community Impact Award 2010">K-MUG bags the Microsoft Community Impact Award 2010</a>  </li>
</ol></div>
<p><a href="http://feedads.g.doubleclick.net/~a/yX1p4aakCd6L6iTo_dEvIxgg6dA/0/da"><img src="http://feedads.g.doubleclick.net/~a/yX1p4aakCd6L6iTo_dEvIxgg6dA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/yX1p4aakCd6L6iTo_dEvIxgg6dA/1/da"><img src="http://feedads.g.doubleclick.net/~a/yX1p4aakCd6L6iTo_dEvIxgg6dA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/dotnetthoughts/~4/eeGof04z2dk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dotnetthoughts.net/2012/05/02/k-mug-devcon-2012-19th-may-2012-trivandrum/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.dotnetthoughts.net/2012/05/02/k-mug-devcon-2012-19th-may-2012-trivandrum/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.625 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-30 18:45:03 --><!-- Compression = gzip -->

