Dotnetjalps-asp.net
Exploring technologies through innovations!!
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
ADO.NET
AJAx
ASP.NET
ASP.NET 4.0
ASP.NET 4.5
ASP.NET MVC
ASP.NET MVC 4.0
ASP.NET WEB API
ASP.NETPages
Azure
Blog
Blogging
BreadCrumb
Breakpoint
C#
C#.NET
Cache
Caching
CallHierarchay
Channel9
CodeRefactor
Community Tech Days
Configuration
Content Delivery Network
Cotent Management System
Dapper
DateTime
Debugging
Delegates
Denali
Distinct
Dotnetnuke
EF4.0
EFCodeFirst
Email
EmailType
Entity
Entity Framework
EntityFramework
Exception
General
HTML
HTML5
HttpHandler
IntelliTrace
JavaScript
jQuery
JqueryUI
Linq
LinqDataSource
Menu
MetaTag
Micorosft Community Techdays
Microsoft
MicrosoftAjax
MSDN
MultiMonitor
MVC 3.0
MVP
NavigateTo
NuGet
Number Input type
OutputCache
Parallel
Patterns
PetaPoco
Quiz
Razor
Refractor
Request
Response
ScriptManager
SEO
SilverLight
SQL Server
SQLServer 2008
SQLServer2011
System.Net.Mail
Task List
TechEdOnRoad
TSQL
Tuple
UML
UpdatePanel
URLRouting
VB.NET
ViewEngine
VisualStudio
VisualStudio11
VisualStudio2010
VisualStudio2012
WCF
Web.config
WebHelper
WebMatrix
WebRequest
WebResponse
WebService
WindowsAzure
WindowsAzureBootCamp
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
February 2013 (4)
January 2013 (5)
December 2012 (6)
October 2012 (1)
September 2012 (4)
August 2012 (1)
July 2012 (6)
June 2012 (4)
May 2012 (8)
April 2012 (12)
February 2012 (2)
January 2012 (6)
December 2011 (5)
October 2011 (5)
September 2011 (6)
August 2011 (7)
July 2011 (13)
June 2011 (11)
May 2011 (11)
April 2011 (13)
March 2011 (5)
January 2011 (12)
December 2010 (17)
November 2010 (2)
October 2010 (3)
August 2010 (8)
July 2010 (4)
June 2010 (8)
May 2010 (3)
August 2008 (1)
July 2008 (2)
May 2008 (1)
April 2008 (3)
February 2008 (3)
January 2008 (23)
My Blogs
My personal Blog- www.dotnetjalps.com
My BeyondRelational SQL Server blog
January 2008 - Posts
2
Comments
Developing n-tier application with Microsoft.NET
by
Jalpesh P. Vadgama
There are lots of debates and information about developing n-tier application using Microsoft .net framework. Every one has its own mechanism. I found a interesting article at Microsoft site. It is very good and with the source code. Here are the link...
Filed under:
ASP.NET
1
Comments
Capabilities Microsoft SQL Server,Microsoft ACCESS, MSDE
by
Jalpesh P. Vadgama
I have found a very good site with provide the comparison of Microsoft sql server, Microsoft and mdse capabilities on the basis of following. Number of instances per server Number of databases per instance / server Number of objects per database Number...
Filed under:
SQL Server
0
Comments
SQL Server Index
by
Jalpesh P. Vadgama
Some Times we want to retrive data fastly without wasting time to retrive it. SQL Server Indexes can greatly help to make data retrival fast and provide quick access to tables. Therer are four type of indexes in SQL Server 2000/2005. 1) Unique Key Index...
Filed under:
SQL Server
1
Comments
Performance Tuning on SQL Server
by
Jalpesh P. Vadgama
Performance is one of most important factor at the time of the application developement. If your application or website is not responding fast to user queries then it's accepted by the users. Here are the some tips to make fast retrival of data from sql...
Filed under:
SQL Server
0
Comments
Ten Must-Have Tools Every .NET Developer Should Download Now
by
Jalpesh P. Vadgama
James Avery created a list of tools that every developer should download. This list contains ..... Snippet Compiler Regulator CodeSmith Building a Custom Template NUnit Writing an NUnit Test FxCop Lutz Roeder's .NET Reflector NDoc NAnt NAnt in Action...
Filed under:
ASP.NET
,
C#.NET
,
VB.NET
4
Comments
Diffrence between Oracle 9i and sql server 2000
by
Jalpesh P. Vadgama
Oracle and sql server both are great database management system and have great features. Often developer need to know what type of DBMS he should use for a particular needs.I have found a great comparison articles for oracle 9i and sql server 2000. Which...
Filed under:
SQL Server
1
Comments
What is Linq
by
Jalpesh P. Vadgama
Linq is the one of the most hottest release from Microsoft . Still lots of people don't know what linq is. I have found a great articles from Saqib Ullah . This articles covers all the aspects of Linq in each and every way. Following is the link for that...
Filed under:
ASP.NET
,
C#.NET
,
VB.NET
,
Linq
0
Comments
C#.NET 2.0 class example for data acess layer using microsoft enterpise library
by
Jalpesh P. Vadgama
here is the data layer class example..... ///here is the enum public enum OprationType { Add = 1, Update = 2, Delete = 3 } //here is the Interfae public interface IDataStatndard { void Operation(OperationType enumOperationType); } //here is the user data...
Filed under:
ASP.NET
,
C#.NET
1
Comments
C#.NET Business Logic Layer Class example
by
Jalpesh P. Vadgama
//here is the example of business logica layer class public class UserBll { #region Private Memebers private DashBoardData.UserData _objUserData; private DashBoardCollection.UserCollection _objUserCol; #endregion #region Methods public UserBll() { } public...
Filed under:
ASP.NET
,
C#.NET
,
VB.NET
0
Comments
ASP.NET 2.0 Folders
by
Jalpesh P. Vadgama
ASP.NET 2.0 allows us to create some folders via right clicking project. But lots of people are don't know why we need to create that folder. Here are the description for the each folder in asp.net 2.0 that we have to create for diffrent purpose. App_Code...
More Posts
Next page »