<?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; Software</title> <atom:link href="http://onecore.net/category/software/feed" rel="self" type="application/rss+xml" /><link>http://onecore.net</link> <description></description> <lastBuildDate>Fri, 20 Jan 2012 15:29:07 +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[Design]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Software]]></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>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[Software]]></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>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[Software]]></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> <category><![CDATA[Software]]></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>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[Design]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Software]]></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>ASP.NET application folders</title><link>http://onecore.net/asp-net-application-folders.htm</link> <comments>http://onecore.net/asp-net-application-folders.htm#comments</comments> <pubDate>Wed, 05 May 2010 11:51:21 +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[Software]]></category><guid isPermaLink="false">http://www.onecore.net/?p=240</guid> <description><![CDATA[ASP.NET 3.5 uses file based approach and we’re allowed to create as many folders and files in our application without recompiling each and every time a new file is added to the solution. Visual studio IDE has the capability to automatically precompile asp.net applications dynamically. ASP.NET 3.5 has already defined folder structure that let’s you [...]<p><a href="http://onecore.net/asp-net-application-folders.htm">ASP.NET application folders</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/asp-net-application-folders.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Using MS-SQL Server Express</title><link>http://onecore.net/using-ms-sql-server-express.htm</link> <comments>http://onecore.net/using-ms-sql-server-express.htm#comments</comments> <pubDate>Thu, 26 Nov 2009 13:59:25 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Database]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[SQL]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=200</guid> <description><![CDATA[Earlier I have written beginners guide on MS-SQL server. In this post i’ll cover few more things about ms-sql server which are intended towards beginners. If you are beginner then I suggest you to read this post first. How to add comments in sql-server script? You can use “- -“to add comments to the sql [...]<p><a href="http://onecore.net/using-ms-sql-server-express.htm">Using MS-SQL Server Express</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/using-ms-sql-server-express.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Smallbasic</title><link>http://onecore.net/smallbasic.htm</link> <comments>http://onecore.net/smallbasic.htm#comments</comments> <pubDate>Fri, 18 Sep 2009 13:18:30 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Review]]></category> <category><![CDATA[Software]]></category><guid isPermaLink="false">http://www.onecore.net/?p=196</guid> <description><![CDATA[Smallbasic is simple language targeted for beginners. It tries to make it easier for newbies to start with programming. Smallbasic can be downloaded from this site. Installation is easy, all you need for smallbasic is .NET 3.5 SP1. Without .NET framework you can’t install smallbasic. If you’ve .NET installed then all you’ve to do is [...]<p><a href="http://onecore.net/smallbasic.htm">Smallbasic</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/smallbasic.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Locale</title><link>http://onecore.net/locale.htm</link> <comments>http://onecore.net/locale.htm#comments</comments> <pubDate>Wed, 20 May 2009 00:08:20 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[C++]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Software]]></category><guid isPermaLink="false">http://www.onecore.net/?p=183</guid> <description><![CDATA[Sometimes the question is asked to students that “What is locale?” during interviews. Let’s talk about it in this post. As per Wikipedia : In computing, locale is a set of parameters that defines the user&#8217;s language, country and any special variant preferences that the user wants to see in their user interface. Usually a [...]<p><a href="http://onecore.net/locale.htm">Locale</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/locale.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Python Graphic Libraries</title><link>http://onecore.net/python-graphic-libraries.htm</link> <comments>http://onecore.net/python-graphic-libraries.htm#comments</comments> <pubDate>Mon, 13 Apr 2009 10:13:48 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Software]]></category><guid isPermaLink="false">http://www.onecore.net/python-graphic-libraries.htm</guid> <description><![CDATA[Python doesn&#8217;t have native core graphics library or toolkits.But there are plenty of extentions available for python.This article discusses some of available python libraries. Weave The weave package allows the inclusion of C/C++ within Python code and is useful in accelerating Python code. Weave is a subpackage of scipy. License: BSD-style license. PyOpenAL PyOpenAL is [...]<p><a href="http://onecore.net/python-graphic-libraries.htm">Python Graphic Libraries</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/python-graphic-libraries.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: onecore.net @ 2012-02-05 09:02:24 by W3 Total Cache -->
