| Category | Title | My favourite |
|
C#
|
5 Basic Ways to Improve Performance in C#
New
5 Easy ways to boost your C# performance. Really making sense.
|
Peermohamedmydeen
|
|
C#
|
Easy implementaion of RTD Server in C#
New
Excel RTD is a way of getting Real Time Data in Excel with out any User Interface.
This link will explain about, how to implement a RTD Server in C#. The author teach us the minimal implemetation of Single title and Multiple titles.
|
Peermohamedmydeen
|
|
ASP.NET
|
ASP.NET Coding Standard
This post focuses best practices that should be considered while working with ASP.NET.
|
SheoNarayan
|
|
LINQ
|
Linq to SQL
Easily to understand,How to use LINQ in SQL
|
T.saravanan
|
|
WCF
|
WCF Simple Example
While browsing some good and simlple WCF contents I found this, Which is really easy to understand and create too.so simply enjoy ... Start to learn WCF :)
|
Kishork80
|
|
Others
|
First amazing browser from India
First Free browser developed in India. I personally downloaded and was impressed with its feature and user friendliness. A must tool for all web users. Keep it up Epic !
|
SheoNarayan
|
|
jQuery
|
JQuery with Ajax
This post describes how can you make your jquery working with Ajax.
|
Virendradugar
|
|
Visual Studio 2010
|
Windows service not showing up in service manager in .net 2010
I was working on small POC(proof of concept) related to my project which was in windows service and to be developed in .net 2010.after successfully creating the windows service i tried to install the same.after successfully instaling through setup project (I thought ;( ) it was not showing me in service manager of windows.got stuck and tried all possibilities. but NO LUCK .Finally hit google and wow... i got help and it got solved.please follow the steps in the link , who knows you might get stuck like me.. :)
|
Kishork80
|
|
Sql Server
|
SET (Transact-SQL) - Explained
The Transact-SQL programming language provides several SET statements that change the current session handling of specific information. This MSDN article list out all the SET variables grouped into several categories. Good link to bookmark.
|
SheoNarayan
|
|
ASP.NET MVC
|
Model-View-* Patterns
This article discuss all modern design pattern that starts with MV* :) Good article to read!
|
SheoNarayan
|
|
LINQ
|
Queries in LINQ to Entities
This MSDN article list out all major queries related with LINQ to Entities, a good link to bookmark for LINQ to Entities. Keep learning.
|
SheoNarayan
|
|
Others
|
Mega Collection Of Cheatsheets for Designers & Developers
Cheatsheets and various quick reference guides are available for almost any type of software and language these days.
Unfortunately they're not always easy to find when you actually need them. This is why I decided to take some time to gather up as many as possible and share them with you here!
|
Sheonarayan
|
|
.NET Framework
|
Building Integrated Services
This chapter covers the various forms of integration with Windows mobile and the mobile device. This chapter teaches how to detect incoming SMS messages and phone calls, send outgoing SMS and e-mail messages, place phone calls, transfer binary data using infrared and Bluetooth and capture and store signatures using the Smart Device Framework's Signature control. You can read and download the chapter from here : https://www.packtpub.com/sites/default/files/0102-chapter-5-building-integrated-services.pdf
|
GeetaS
|
|
.NET Framework
|
Exploring the Performance of the ADO.NET Entity Framework
No matter what type of application you are developing at some point in the lifecycle of a software application or service, performance matters; this is especially true when accessing data. This article explains the how the ADO.NET Entity Framework works and how we can improve the performance of the this framework.
The second part of this article can be read from http://blogs.msdn.com/b/adonet/archive/2008/02/11/exploring-the-performance-of-the-ado-net-entity-framework-part-2.aspx
|
Raja
|
|
Others
|
Using Session State in a Web Service
Good Article
|
Watchshan
|
|
.NET Framework
|
Automatic Memory Management
Good article to read on Automatic memory management in CLR.
|
SheoNarayan
|
|
LINQ
|
All about LINQ :: Language Integrated Query
An awesome tutorials website about LINQ.
LINQ is a methodology that simplifies and unifies the implementation of any kind of data access. LINQ does not force you to use a specific architecture; it facilitates the implementation of several existing architectures for accessing data. As with every tool, it can be used in both good and in bad ways. To get the most out of LINQ, you will have to master it ...
|
Raja
|
|
.NET Framework
|
Code Review: .NET Application Performance
This chapter helps you locate and review performance and scalability issues in your managed code applications. Learn to ask the key questions that will quickly expose performance and scalability bottlenecks in applications that poorly implement .NET technologies such as common language runtime coding techniques, ASP.NET, Enterprise Services, remoting, Web services, and ADO.NET.
|
SheoNarayan
|
|
WPF
|
Model-View-ViewModel (MVVM) Explained
A well explained MVVM Pattern both for beginners and experienced. Thanks to Jeremy Likness.
|
SheoNarayan
|
|
C#
|
Generics (C# Programming Guide)
Generics were added to version 2.0 of the C# language and the common language runtime (CLR). Generics introduce to the .NET Framework the concept of type parameters, which make it possible to design classes and methods that defer the specification of one or more types until the class or method is declared and instantiated by client code. For example, by using a generic type parameter T you can write a single class that other client code can use without incurring the cost or risk of runtime casts or boxing operations.
|
SheoNarayan
|
|
.NET Framework
|
Fundamentals of Garbage Collection
In the common language runtime (CLR), the garbage collector serves as an automatic memory manager. It provides the following benefits:
#. Enables you to develop your application without having to free memory.
#. Allocates objects on the managed heap efficiently.
#. Reclaims objects that are no longer being used, clears their memory, and keeps the memory available for future allocations. Managed objects automatically get clean content to start with, so their constructors do not have to initialize every data field.
#. Provides memory safety by making sure that an object cannot use the content of another object.
This topic describes the core concepts of garbage collection.
|
SheoNarayan
|
|
.NET Framework
|
What's New in the .NET Framework 4
This topic contains information about key features and improvements in the .NET Framework version 4. This topic does not provide comprehensive information about all new features and is subject to change.
|
SheoNarayan
|
|
Silverlight
|
Learn New Features of Silverlight, Microsoft's platform for building Rich Internet Applications (RIA).
This chapter provides .NET Developers, having prior .NET experience how to move to Silverlight application development. This also covers some of the new concepts to Silverlight, such as dependency properties, XAML, and the ContentPresenter, the tools needed to develop Silverlight applications, and how to create a Silverlight application. This chapter builds a strong platform for .NET Developers, which will help them build business application using Silverlight.
|
GeetaS
|
|
Windows Forms
|
Excellent .NET DataGrid for Windows Forms.
A very interesting .net grid control we can use in our WinForms apps to create mainly unbound grid interfaces. Can be used as a much faster replacement for the standard DataGrid/DataGridView with the ability to sort/group data.
|
EddyIrish
|
|
Others
|
Cloud Computing
Cloud computing is a technology that uses the internet and central remote servers to maintain data and applications. Cloud computing allows consumers and businesses to use applications without installation and access their personal files at any computer with internet access. This technology allows for much more efficient computing by centralizing storage, memory, processing and bandwidth. Cloud computing is broken down into three segments: "applications," "platforms," and "infrastructure."
|
Sheonarayan
|
|
Silverlight
|
Be careful when you are naming the Silverlight Class Library!!
Do you know why? because there are some limitations that you can't use when you are naming Silverlight Class Library. It happened to us. We named one of our Silverlight Class Libraries with ".Resources" postfix. Then, we got a lot of trouble. I'm not sure whether you guys are aware of this "by-design" issue or not. We got a lot of headaches when we are implementating the localization for WPF and Silverlight project. We have spent around 1 or 2 days just to solve this problem.
|
Sagarp
|
|
Pattern and Practices
|
Design Pattern in .NET
Design patterns are recognized solutions to common problems defined originally by the Gang of Four programmers. Design patterns are used throughout the ASP.NET Framework. The various patterns are commonly divided into several different groups depending on the nature of the design problem they intend to solve.
|
SheoNarayan
|
|
ASP.NET
|
Code Review: Improving .NET Application Performance and Scalability
This chapter helps you locate and review performance and scalability issues in your managed code applications. Learn to ask the key questions that will quickly expose performance and scalability bottlenecks in applications that poorly implement .NET technologies such as common language runtime coding techniques, ASP.NET, Enterprise Services, remoting, Web services, and ADO.NET.
|
SheoNarayan
|
|
ASP.NET
|
How to Encrypt Query String Parameters in ASP.NET
Encrypt Query String Parameters in ASP.NET
|
Sagarp
|
|
Sql Server
|
Building a Hybrid Active Directory and SQL Table DataSource View
Active Directory and a database table in pure SQL
|
Sagarp
|