<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" 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/" ><channel><title>Onecore&#187; .NET</title> <atom:link href="http://onecore.net/category/net/feed" rel="self" type="application/rss+xml" /><link>http://onecore.net</link> <description></description> <lastBuildDate>Mon, 23 Apr 2012 17:52:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Get IP Address Using IronPython</title><link>http://onecore.net/get-ip-address-using-ironpython.htm</link> <comments>http://onecore.net/get-ip-address-using-ironpython.htm#comments</comments> <pubDate>Wed, 03 Aug 2011 15:54:47 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://onecore.net/?p=383</guid> <description><![CDATA[You can create simple window based apps using ironpython. By using ironpython you can quickly write python code to access .NET framework and respective methods. In this article you&#8217;ll learn how to get IP address of your local machine. If you&#8217;re new to ironpython then consider reading introductory article on ironpython and respective tutorials. If [...]<p><a href="http://onecore.net/get-ip-address-using-ironpython.htm">Get IP Address Using IronPython</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/get-ip-address-using-ironpython.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>IronPython Windows Forms &#8211; Event Handling</title><link>http://onecore.net/ironpython-windows-forms-event-handling.htm</link> <comments>http://onecore.net/ironpython-windows-forms-event-handling.htm#comments</comments> <pubDate>Sun, 06 Feb 2011 19:43:17 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[Python]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://onecore.net/?p=374</guid> <description><![CDATA[Building windows forms using ironpython is very easy. If you want to make you windows forms perform certain task then you need to add event handlers into it. Working with event handlers is a bit tricky but not difficult if you know what you&#8217;re doing. In this article we&#8217;ll see how to write ironpython code [...]<p><a href="http://onecore.net/ironpython-windows-forms-event-handling.htm">IronPython Windows Forms &#8211; Event Handling</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/ironpython-windows-forms-event-handling.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ironpython &#8211; Using TextBox Widget</title><link>http://onecore.net/ironpython-using-textbox-widget.htm</link> <comments>http://onecore.net/ironpython-using-textbox-widget.htm#comments</comments> <pubDate>Wed, 02 Feb 2011 18:23:40 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://onecore.net/?p=368</guid> <description><![CDATA[Writing windows forms application is very easy if you&#8217;re using ironpython. You can accept input from user with ironpython just like the way you do with C# windows forms. In this article you&#8217;ll learn how to work with textbox widget to accept user input. If you want to use single lines of text then this [...]<p><a href="http://onecore.net/ironpython-using-textbox-widget.htm">Ironpython &#8211; Using TextBox Widget</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/ironpython-using-textbox-widget.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>C# Books for Beginners</title><link>http://onecore.net/c-books-for-beginners.htm</link> <comments>http://onecore.net/c-books-for-beginners.htm#comments</comments> <pubDate>Tue, 04 Jan 2011 07:00:49 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[Books]]></category><guid isPermaLink="false">http://onecore.net/?p=362</guid> <description><![CDATA[If you&#8217;re beginner in C# then i&#8217;m sure you&#8217;re looking for the best book that fits your style. Though not all books are same and are preferred by everyone. Some books are just plain old theory dropped with some word salad in big size book while some books just put content out as definitions and [...]<p><a href="http://onecore.net/c-books-for-beginners.htm">C# Books for Beginners</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/c-books-for-beginners.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>.NET- What is assembly ?</title><link>http://onecore.net/net-what-is-assembly.htm</link> <comments>http://onecore.net/net-what-is-assembly.htm#comments</comments> <pubDate>Thu, 09 Sep 2010 17:10:48 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[CSharp]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=285</guid> <description><![CDATA[In this article we’ll discuss assembly in .NET environment. If you’ve any questions, suggestions or feedback then please feel free to comment. What is assembly ? &#8211; Assembly is unit of deployment like EXE or a DLL. Assembly consists of one or more files (dlls,.exe’s, html files etc), and represents a group of resources , [...]<p><a href="http://onecore.net/net-what-is-assembly.htm">.NET- What is assembly ?</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/net-what-is-assembly.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>What is the difference between data grid, data list and repeater ?</title><link>http://onecore.net/what-is-the-difference-between-data-grid-data-list-and-repeater.htm</link> <comments>http://onecore.net/what-is-the-difference-between-data-grid-data-list-and-repeater.htm#comments</comments> <pubDate>Tue, 07 Sep 2010 23:12:35 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[ASP.NET]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=281</guid> <description><![CDATA[This article discusses the difference between data grid, data list and repeater. A data grid, datalist and repeater are all ASP.NET data web controls. They have many things in common like data source propert, data blind method ItemDataBound and item created. When you assign the data source property of a data grid to a dataset [...]<p><a href="http://onecore.net/what-is-the-difference-between-data-grid-data-list-and-repeater.htm">What is the difference between data grid, data list and repeater ?</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/what-is-the-difference-between-data-grid-data-list-and-repeater.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How the ASP.NET authentication process works ?</title><link>http://onecore.net/how-the-asp-net-authentication-process-works.htm</link> <comments>http://onecore.net/how-the-asp-net-authentication-process-works.htm#comments</comments> <pubDate>Mon, 06 Sep 2010 23:10:29 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[ASP.NET]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=279</guid> <description><![CDATA[In this article we’ll take a look at how the ASP.NET authentication process works. ASP.NET does not run by itself, it runs inside the process of IIS. Therefore, there are two authentication layers, which exist in ASP.NET system. First Subscription happens at the IIS level and then ASP.NET level depending on the WEB.CONFIG file. Below [...]<p><a href="http://onecore.net/how-the-asp-net-authentication-process-works.htm">How the ASP.NET authentication process works ?</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/how-the-asp-net-authentication-process-works.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SQL Server &#8211; Normalization</title><link>http://onecore.net/sql-server-normalization.htm</link> <comments>http://onecore.net/sql-server-normalization.htm#comments</comments> <pubDate>Sun, 29 Aug 2010 19:06:22 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[SQL]]></category><guid isPermaLink="false">http://www.onecore.net/?p=274</guid> <description><![CDATA[If you’re learning SQL server then you’ll often stumble onto term called “normalization”. So in this article we’ll discuss what normalization is and what are the different types of normalization. What is normalization ? It is set of rules that have been established to aid in the design of tables that are meant to be [...]<p><a href="http://onecore.net/sql-server-normalization.htm">SQL Server &#8211; Normalization</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/sql-server-normalization.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JIT Compilers in .NET Environment</title><link>http://onecore.net/jit-compilers-in-net-environment.htm</link> <comments>http://onecore.net/jit-compilers-in-net-environment.htm#comments</comments> <pubDate>Sun, 13 Jun 2010 09:45:17 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[ASP.NET]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=261</guid> <description><![CDATA[JIT (Just in time) compiler is a part of the .NET runtime execution environment. Unlike traditional compilers JIT doesn’t compile the full class file in one shot. Compilation is done on function basis or file basis. JIT compilation has advantage over traditional compilation that heavy parsing of original source code is avoided. Compilation in .NET [...]<p><a href="http://onecore.net/jit-compilers-in-net-environment.htm">JIT Compilers in .NET Environment</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/jit-compilers-in-net-environment.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ASP.NET- Validation Controls</title><link>http://onecore.net/asp-net-validation-controls.htm</link> <comments>http://onecore.net/asp-net-validation-controls.htm#comments</comments> <pubDate>Thu, 10 Jun 2010 14:55:32 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[ASP.NET]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[IDE]]></category> <category><![CDATA[Programming]]></category><guid isPermaLink="false">http://www.onecore.net/?p=259</guid> <description><![CDATA[Whenever you want to check the data entered by users is valid or not then you are supposed to add validation controls. ASP.NET has validation framework that allows developers to create client-side and server-side controls with minimum coding. Client Side validation controls are easy to create and are convenience to users. It improves performance by [...]<p><a href="http://onecore.net/asp-net-validation-controls.htm">ASP.NET- Validation Controls</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/asp-net-validation-controls.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: onecore.net @ 2012-05-19 17:02:42 by W3 Total Cache -->
