<?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; Getting Started</title> <atom:link href="http://onecore.net/category/getting-started/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>.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>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> <item><title>How to create a master page in visual studio ?</title><link>http://onecore.net/how-to-create-a-master-page-in-visual-studio.htm</link> <comments>http://onecore.net/how-to-create-a-master-page-in-visual-studio.htm#comments</comments> <pubDate>Wed, 02 Jun 2010 14:51:46 +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=257</guid> <description><![CDATA[To keep the core layout of your pages consistent you can use master page in your asp.net application. Master pages allow you to keep layout consistent within all the pages of your asp project. There are few more advantages of using master pages in your project: - Master pages allow you to centralize the common [...]<p><a href="http://onecore.net/how-to-create-a-master-page-in-visual-studio.htm">How to create a master page in visual studio ?</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/how-to-create-a-master-page-in-visual-studio.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>XML Syntax Rules</title><link>http://onecore.net/xml-syntax-rules.htm</link> <comments>http://onecore.net/xml-syntax-rules.htm#comments</comments> <pubDate>Thu, 13 May 2010 15:21:16 +0000</pubDate> <dc:creator>mahesh</dc:creator> <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=254</guid> <description><![CDATA[XML is growing rapidly and you’ll find yourself working with XML files while working on java or .NET platform. There are some rules that needs to be considered while working with XML files. In this article you’ll learn some of the syntax rules of XML. Rule 1: XML Tags are case sensitive. Rule 2: Opening [...]<p><a href="http://onecore.net/xml-syntax-rules.htm">XML Syntax Rules</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/xml-syntax-rules.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Difference Between Session Bean and Entity Bean</title><link>http://onecore.net/difference-between-session-bean-and-entity-bean.htm</link> <comments>http://onecore.net/difference-between-session-bean-and-entity-bean.htm#comments</comments> <pubDate>Sun, 09 May 2010 09:05:31 +0000</pubDate> <dc:creator>mahesh</dc:creator> <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=252</guid> <description><![CDATA[In this post i’ve explained some of the differences between session bean and entity bean. Session Beans - Session Beans represent a process or flow. - Each session bean is associated with one EJB client at time. (Session Beans are threadsafe) - Session bean have types stateless and stateful. Stateless beans don’t maintain states while [...]<p><a href="http://onecore.net/difference-between-session-bean-and-entity-bean.htm">Difference Between Session Bean and Entity Bean</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/difference-between-session-bean-and-entity-bean.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to add javascript to aspx page ?</title><link>http://onecore.net/how-to-add-javascript-to-aspx-page.htm</link> <comments>http://onecore.net/how-to-add-javascript-to-aspx-page.htm#comments</comments> <pubDate>Sat, 08 May 2010 08:12:16 +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=248</guid> <description><![CDATA[Javascript let’s you enhance your webpages. Javascript can control events and even add effects to parts of your web page. Adding javascript to your asp page will definitely enhance your website. Adding javascript to your pages: You can embed javascrip into your aspx pages either internally or externally. Let’s see how you can add javascrip [...]<p><a href="http://onecore.net/how-to-add-javascript-to-aspx-page.htm">How to add javascript to aspx page ?</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/how-to-add-javascript-to-aspx-page.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to use scanner class in java ?</title><link>http://onecore.net/how-to-use-scanner-class-in-java.htm</link> <comments>http://onecore.net/how-to-use-scanner-class-in-java.htm#comments</comments> <pubDate>Tue, 04 May 2010 11:52:29 +0000</pubDate> <dc:creator>mahesh</dc:creator> <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=237</guid> <description><![CDATA[Whenever you want interactivity in your program then you need to get input from the user. Most of the applications require input from user and with or without modification output is displayed to user. From version 1.5 java let’s you use scanner class to get input from user and you can easily show this output [...]<p><a href="http://onecore.net/how-to-use-scanner-class-in-java.htm">How to use scanner class in java ?</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/how-to-use-scanner-class-in-java.htm/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Learning CSharp with Sharpdevelop</title><link>http://onecore.net/learning-csharp-with-sharpdevelop.htm</link> <comments>http://onecore.net/learning-csharp-with-sharpdevelop.htm#comments</comments> <pubDate>Sat, 27 Feb 2010 14:39:01 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[CSharp]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=229</guid> <description><![CDATA[When it comes to building .NET applications our first choice is always visual studio. But for some people it can be big download even if they choose to download visual c# express. Sharpdevelop is one alternative that can be used in such cases as it is perfect for creating .net applications and it much lighter [...]<p><a href="http://onecore.net/learning-csharp-with-sharpdevelop.htm">Learning CSharp with Sharpdevelop</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/learning-csharp-with-sharpdevelop.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: onecore.net @ 2012-05-19 16:55:04 by W3 Total Cache -->
