|
What is LINQ
|
| Language Integrated Query (LINQ), pronounced simply as 'link' is a component of the Microsoft .NET Framework that enhances .NET based languages with data Querying power. The syntax is kind of similar to SQL. LINQ has been released along with the .NET 3.5 Framework. |
|
Creating Search Engine Friendly Dynamic Web Pages in ASP.NET
|
| This article explains how to dynamically create and generate ASP.NET Web Pages using C#. The simple technique explained here makes sure that the web page is search engine friendly, and the page gets published live instantly. The article contains complete code too. |
|
How to use the XML control in asp.net to display XML document contents
|
| The XML Control in ASP.NET is a powerful control to display XML file contents in a web page. Its easy to set up, easy to bind and extremely flexible to show XML data, in a presentable manner using a corresponding XSLT file. Learn how to quickly and easily display XML data in web pages. |
|
Difference between Bugs, Exceptions and User Errors
|
| They all sound similar but yet they are pretty different from each other: 1) Bugs 2) Exceptions 3) User Errors. This article explains whats the difference between these common havocs commonly seen with software applications. |
|
Exploring .NET System.Object - The Inside Story
|
| Ever wondered whats there inside the .NET System.Object class. Explore the members inside this class, know the specifiers used here, how the all the worldly classes in .NET inherit from the Object base class, the greatest grand parent of all .NET classes. |
|
Structured Exception Handling in .NET
|
| Handling exceptions in .NET is a piece of cake. This article throws light on the members of the exception class, the structure of an exception in .NET, the elements of Structured Exception Handling like the try block, catch block, finally block and the power of the throw keyword. |
|
XBox Games development with Microsoft XNA Game Studio Express
|
| Web Games development was never so easy until Microsoft introduced the XNA Game Studio Express, the power-packed suite that may be integrated with Visual Studio to develop games for the XBox platform. Hobbyists, students, professionals, now anyone can write and create games with a little bit of know-how about XNA! |
|
Using the Accordion control from the Ajax Control Toolkit
|
| Check out the cool Accordion control from the Ajax Control Toolkit. Its easy to use, simply download the AjaxControlToolkit.dll, place it in the Bin folder, and you are ready to show some sliding & gliding effects in your website with some simple to write code. Ofcourse its free! Checkout the code example too. |
|
What are the enhancements in T-SQL in Microsoft SQL Server 2005
|
| The Microsoft SQL Server 2005 is packed with new enhancements in T SQL, feature rich support for new XML Data Types, Large Value Data Types, Data Definition Language Triggers, Recursive Queries, Common Table Expressions, Read More. |
|
ASP.NET 3.5 Controls | DataPager | ListView | ScriptManager | ScriptManagerProxy | UpdatePanel | UpdateProgress
|
| ASP.NET 3.5 Framework is packed with a few enhanced controls that enable developers to create rich looking web applications with a comparatively simpler effort. Checkout the new controls like DataPager, ListView, ScriptManager, ScriptManagerProxy, UpdatePanel, UpdateProgress |
|
BizSpark by Microsoft - Free development platform for new business
|
| Microsoft BizSpark is a global program designed to help accelerate the success of entrepreneurs and early stage startups. Besides a very simple software offer, BizSpark also provides professional support from Microsoft technical geeks, and avenues on the BizSparkDB website. |
|
Free Website Security tools by Microsoft; Securing web applications through web.config Settings
|
| This article will empower you with knowledge of free tools for website security provided by Microsoft. It also explains tips on how a web developer may secure the web.config file while deploying a web application on the production server. |
|
Using SQL Server Profiler and Activity Monitor
|
| The SQL Server 2005 comes with an event capturing tool, using which the events of an SQL server may be captured and saved in an XML file or an SQL table. It also comes with an activity monitoring tool called the "Activity Monitor". |
|
Here comes Microsoft Pre-release Software Visual Studio 2010 and .NET Framework 4.0 CTP
|
| Whats new in the Microsoft .NET Framework version 4.0? It comes along with the all new Microsoft Visual Studio CTP, very much on the verge of actual release. How easy will it be to migrate to this version? Is it a mere set of new classes... |
|
Free Charting Control in Microsoft .NET 3.5
|
| Get all worldly charts in your website for free. Create dynamic dashboards from ground up using the freely available, latest charting component from Microsoft, simply download the service pack 1 of Microsoft Framework 3.5, and you're set to go. Forget all third party charting components and save big time. |
|
How to encrypt and decrypt a web config file for enhancing website security
|
| How to secure a Web.config file by encrypting and decrypting it? Its simple, all it needs is a few lines of code. The code here shows how this may be handled, by creating a Private secure key on the web server. |
|
Controls in ASP NET Ajax Toolkit
|
| The ASP NET Ajax Control Toolkit is ever expanding, a contribution by the ASP NET Community. The controls here are useful, easy to integrate with ASP NET and C#, and give great effects and boost your ASP NET programming. |
|
Extensible Application Markup Language - XAML Overview - an introduction to XAML
|
| The Microsoft .NET Framework further extends its feature with XAML. This article will introduce in brief about different things associated with Extensible Application Markup Language (XAML), how we do programming with XAML, using controls like listview, treeview, chart, map with XAML, XAML samples, how to develop applications using XAML, how XAML source looks like, how XAML works with ASP.NET, and much more. In fact, it will serve as good as an XAML wiki for you. |
|
Simplest ASP.NET Captcha Control using Response ContentType
|
| Checkout an easy to use, simple ASP.NET CAPTCHA Control, free source code, you will be able to set up this captcha in 5 minutes, and further enhance the security of your website, protect spam. Code written in C# |
|
Web 2.0 and ASP.NET
|
| Wondered what Web 2.0 is and how ASP.NET leverages to promote this widely popular culture, then read this article and get to know what is what in Web 2.0 and ASP.NET. |
|
Calling unmanaged code from .NET - the easy way
|
| You may have come across a situation where you have to call some unmanaged code from .NET. This article teaches in easy steps, how to call unmanaged code from your managed .NET environment. Read on... |