| Category | Title | My favourite |
|
C#
|
C# Crystal Reports.
you will get Crystal Reports Related Contents Sample code.
|
Lalji_mer
|
|
C#
|
Different between VB.Net and C#.Net
you will get here different between vb.net and c#.net like -->Program Structure,Comments,Data Types,Constants,Enumerations,Operators,Choices,Loops,Arrays,
Functions,Strings,Regular Expressions,Exception Handling,Namespaces,Classes / Interfaces,
Constructors / Destructors,Using Objects,Structs,Properties,Delegates / Events,Generics,LINQ,
Console I/O,File I/O.
|
Lalji_mer
|
|
Sql Server
|
Connection strings.
Connection strings example.
|
Lalji_mer
|
|
|
|
C#
|
Example of ASP , Visual Basic , VB.NET , C# , C++ , C , MFC , Delphi , FoxPro , Java , Perl , PHP , Python , Ruby , SQL Server , VBScript
you will get sample code of ASP , Visual Basic , VB.NET , C# , C++ , C , MFC , Delphi , FoxPro , Java , Perl , PHP , Python , Ruby , SQL Server , VBScript.
|
Lalji_mer
|
|
LINQ
|
101 LINQ Samples
Great collection of LINQ Examples
|
SheoNarayan
|
|
Others
|
Entity Framework videos
11 excellent videos on the entity framework by Julie Lerman
|
Ugain
|
|
Sql Server
|
Find a text string in a database
This is a Forum post however the answer is rarely available and frequently used so here you go and read how to find a string in the whole database (every columns or every tables).
|
SheoNarayan
|
|
.NET Framework
|
How much memory does my .NET application use?
This link explains how to measure and trace howmuch our .NET application consuming.
|
Peermohamedmydeen
|
|
LINQ
|
Left Join, Right Join Using LINQ
In this article, codingsense explains how to handle the Left Join and Right Join scenario using LINQ, Good post to read.
|
SheoNarayan
|
|
C#
|
Very useful C# code snippets. Good One.
This is the very cool link which lists down some ready to use C# code snippets. Really useful one.
|
Peermohamedmydeen
|
|
C#
|
C# Operators
This MSDN link list out all C# Operators and also detail what is their use and how to use them.
|
SheoNarayan
|
|
C#
|
5 Basic Ways to Improve Performance in C#
5 Easy ways to boost your C# performance. Really making sense.
|
Peermohamedmydeen
|
|
C#
|
Easy implementaion of RTD Server in C#
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
|
|
Visual Studio 2010/12
|
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!
Know about
* MVC: Model-View-Controller
* MVP (Supervising Controller): Model-View-Presenter with Supervising Controller
* MVP (Passive View): Model-View-Presenter with Passive View
* MVVM: Model-View-ViewModel
* MVVMC: Model-View-ViewModel-Controller
* MVPoo: Model-View-ViewModel with some Poo (in ViewModel)
* MVPo: Model-View-ViewModel with little Poo (in ViewModel)
All of them at one place.
|
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
|