Click here to Skip to main content
15,886,798 members

Articles by Snesh Prajapati (Articles: 29, Tip/Tricks: 3)

Articles: 29, Tip/Tricks: 3

RSS Feed

Average article rating: 4.86

Database Development
SQL Server
28 Dec 2014   Updated: 28 Dec 2014   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 27,532     Bookmarked: 5   Downloaded: 212
Please Sign up or sign in to vote.
In this article series, I am sharing how to create report using Report Builder by fetching data from Oracle DB.
Desktop Programming
WPF
3 Oct 2015   Updated: 3 Oct 2015   Rating: 4.98/5    Votes: 20   Popularity: 6.48
Licence: CPOL    Views: 62,450     Bookmarked: 16   Downloaded: 385
Please Sign up or sign in to vote.
Recently I was looking for WPF major versions and its progression so far. To my surprise there was no resource providing a compact look on WPF versions on internet. Then I put some efforts in this regard and came up with this article.
22 Nov 2015   Updated: 22 Nov 2015   Rating: 4.93/5    Votes: 16   Popularity: 5.94
Licence: CPOL    Views: 45,922     Bookmarked: 30   Downloaded: 1,647
Please Sign up or sign in to vote.
In this series of articles, we will learn about Prism Framework by creating a demo Composite WPF application. We will learn how to use various components of Prism to build a Composite application by mocking practical organization level scenario.
27 Nov 2015   Updated: 27 Nov 2015   Rating: 4.88/5    Votes: 13   Popularity: 5.44
Licence: CPOL    Views: 26,000     Bookmarked: 13   Downloaded: 1,235
Please Sign up or sign in to vote.
This is second part of the article series with a demo WPF application using Prism and MVVM. In this part we will enhance the demo by adding common infrastructures and five modules.
5 Dec 2015   Updated: 5 Dec 2015   Rating: 5.00/5    Votes: 15   Popularity: 5.88
Licence: CPOL    Views: 34,416     Bookmarked: 11   Downloaded: 1,230
Please Sign up or sign in to vote.
In this article we will learn about EventAggregator and IActiveAware interface and its uses in WPF application using Prism. This is continuation of second part of article series having total three parts.
13 Dec 2015   Updated: 17 Dec 2015   Rating: 5.00/5    Votes: 11   Popularity: 5.21
Licence: CPOL    Views: 29,886     Bookmarked: 12   Downloaded: 809
Please Sign up or sign in to vote.
To work with Regions effectively in a Prism based WPF application, we must understand the relationship between WPF Controls, RegionAdapters and Regions. In this articles, we will learn about process of Region creation and critical role played by RegionAdapters with a demo application.
20 Dec 2015   Updated: 25 Dec 2015   Rating: 4.25/5    Votes: 7   Popularity: 3.59
Licence: CPOL    Views: 31,006     Bookmarked: 15   Downloaded: 715
Please Sign up or sign in to vote.
In this article we will learn about ReactiveProperty and ReactiveCommand from ReactiveProperty.NET4 library. These are used to create Reactive properties and commands in XAML base applications while working with MVVM pattern.
12 Nov 2015   Updated: 29 Dec 2015   Rating: 4.96/5    Votes: 19   Popularity: 6.34
Licence: CPOL    Views: 54,102     Bookmarked: 16   Downloaded: 930
Please Sign up or sign in to vote.
In this article, we will learn about DelegateCommand and CompositeCommand provided by Prism Framework. To grasp the concept, we will create a simple demo with minimum functionality to highlight these concepts.
30 Dec 2016   Updated: 4 Jan 2017   Rating: 4.90/5    Votes: 23   Popularity: 6.37
Licence: CPOL    Views: 31,035     Bookmarked: 15   Downloaded: 261
Please Sign up or sign in to vote.
This article provides in depth overview of how dependency properties are stored in WPF Property System.
8 Nov 2015   Updated: 8 Nov 2015   Rating: 4.91/5    Votes: 49   Popularity: 8.25
Licence: CPOL    Views: 108,106     Bookmarked: 39   Downloaded: 3,164
Please Sign up or sign in to vote.
ICommand interface and its use in generic implementation of Command
Programming Languages
C#
25 Sep 2016   Updated: 25 Sep 2016   Rating: 4.88/5    Votes: 50   Popularity: 8.29
Licence: CPOL    Views: 129,500     Bookmarked: 77   Downloaded: 673
Please Sign up or sign in to vote.
In this article series, we will learn about different factory design patterns. There are three kinds of factory design patterns, namely, Simple Factory Pattern, Factory Method Pattern and Abstract Factory Pattern.
2 Oct 2016   Updated: 2 Oct 2016   Rating: 4.88/5    Votes: 31   Popularity: 7.21
Licence: CPOL    Views: 57,471     Bookmarked: 32   Downloaded: 599
Please Sign up or sign in to vote.
In this article we will understand Factory Method Pattern. This article is second part of Factory Patterns article series and is the continuation of Part 1: Simple Factory Pattern.
9 Oct 2016   Updated: 10 Oct 2016   Rating: 4.94/5    Votes: 31   Popularity: 7.30
Licence: CPOL    Views: 47,669     Bookmarked: 39   Downloaded: 446
Please Sign up or sign in to vote.
In this article we will understand Abstract Factory Pattern. This article is third part of Factory Patterns article series and continuation of Part 1 (Simple Factory Pattern) and Part 2 (Factory Method Pattern).
C# 5.0
18 Nov 2016   Updated: 18 Nov 2016   Rating: 4.66/5    Votes: 25   Popularity: 6.52
Licence: CPOL    Views: 23,664     Bookmarked: 23   Downloaded: 6
Please Sign up or sign in to vote.
In this article, we will learn about Builder Design Pattern and create a demo application to understand it practically. We will explore how Builder pattern helps us in creation of complex objects.
SQL
28 Dec 2014   Updated: 28 Dec 2014   Rating: 4.62/5    Votes: 5   Popularity: 3.23
Licence: CPOL    Views: 55,880     Bookmarked: 8   Downloaded: 311
Please Sign up or sign in to vote.
In this article series (consist of two parts), I am sharing how to create report using Report Builder by fetching data from Oracle DB. As per requirement, before getting the data we need to run a stored procedure which will get data from table based on given parameter and then we need
Web Development
ASP.NET
5 Nov 2013   Updated: 12 Nov 2013   Rating: 4.92/5    Votes: 54   Popularity: 8.52
Licence: CPOL    Views: 117,816     Bookmarked: 79   Downloaded: 6,970
Please Sign up or sign in to vote.
CRUD Operations using Partial View and jQueryUI in ASP.NET MVC4
5 Nov 2013   Updated: 11 Jun 2014   Rating: 4.95/5    Votes: 82   Popularity: 9.47
Licence: CPOL    Views: 232,523     Bookmarked: 103   Downloaded: 13,542
Please Sign up or sign in to vote.
CRUD Operations using Partial View and jQueryUI in ASP.NET MVC4
29 Jan 2014   Updated: 8 Dec 2014   Rating: 4.80/5    Votes: 74   Popularity: 8.97
Licence: CPOL    Views: 139,800     Bookmarked: 108   Downloaded: 0
Please Sign up or sign in to vote.
How to Choose Best Way to Pass Multiple Models in ASP.NET MVC
21 Jun 2014   Updated: 27 Jun 2014   Rating: 4.74/5    Votes: 40   Popularity: 7.59
Licence: CPOL    Views: 109,069     Bookmarked: 74   Downloaded: 3,022
Please Sign up or sign in to vote.
In this article we will learn how to create WCF RESTful services and consume those services in ASP.NET MVC 5 application using WebGrid Control.
HTML
23 Jul 2017   Updated: 23 Jul 2017   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 12,812     Bookmarked: 8   Downloaded: 71
Please Sign up or sign in to vote.
In this article we will learn how to setup development environment for Angular 2 using Visual Studio Code and Windows OS.
6 Mar 2014   Updated: 6 Mar 2014   Rating: 4.87/5    Votes: 23   Popularity: 6.43
Licence: CPOL    Views: 57,475     Bookmarked: 28   Downloaded: 3,232
Please Sign up or sign in to vote.
Developing Mobile specific Views using jQuery Mobile in ASP.NET MVC 4 - Part 2
26 Oct 2014   Updated: 2 Nov 2014   Rating: 4.92/5    Votes: 70   Popularity: 9.01
Licence: CPOL    Views: 142,667     Bookmarked: 84   Downloaded: 4,522
Please Sign up or sign in to vote.
In this article I am explaining three ways to upload image (by Browsing File, by Dragging and Dropping and by Capturing using Webcam) from an ASP.NET MVC web application to server and accessing those back to display on web page.
24 Nov 2013   Updated: 3 Nov 2014   Rating: 4.90/5    Votes: 334   Popularity: 12.28
Licence: CPOL    Views: 1,588,759     Bookmarked: 384   Downloaded: 32,345
Please Sign up or sign in to vote.
Using Multiple Models in a View in ASP.NET MVC 4
6 Mar 2014   Updated: 10 Dec 2014   Rating: 4.98/5    Votes: 22   Popularity: 6.68
Licence: CPOL    Views: 55,007     Bookmarked: 33   Downloaded: 2,084
Please Sign up or sign in to vote.
Developing Mobile Specific Views using jQuery Mobile in ASP.NET MVC 4 - Part 1
22 Jan 2014   Updated: 11 Dec 2014   Rating: 4.74/5    Votes: 152   Popularity: 10.25
Licence: CPOL    Views: 487,467     Bookmarked: 187   Downloaded: 10,999
Please Sign up or sign in to vote.
In this article, we will learn the concept of Areas in ASP.NET MVC and how to use it with a practical scenario.
1 Jun 2015   Updated: 1 Jun 2015   Rating: 4.53/5    Votes: 18   Popularity: 5.46
Licence: CPOL    Views: 124,983     Bookmarked: 31   Downloaded: 2,382
Please Sign up or sign in to vote.
In this article we will discuss about various ways of using shared layout page in ASP.NET MVC applications. To experience it practically we will create a demo application implementing those different ways to define layout page in ASP.NET MVC.
28 Dec 2016   Updated: 28 Dec 2016   Rating: 5.00/5    Votes: 8   Popularity: 4.52
Licence: CPOL    Views: 48,016     Bookmarked: 10   Downloaded: 1,268
Please Sign up or sign in to vote.
In this article we will learn how to use Unity framework with ASP.NET MVC 5 application to register and resolve dependent objects.
29 Dec 2016   Updated: 29 Dec 2016   Rating: 4.92/5    Votes: 6   Popularity: 3.83
Licence: CPOL    Views: 21,490     Bookmarked: 1   Downloaded: 149
Please Sign up or sign in to vote.
In this article we will learn about Content Negotiation and its default use in ASP.NET Web API. Further we will see how to implement Custom Content Formatter to fulfill client’s request with a special format.
21 Jun 2014   Updated: 22 Jun 2014   Rating: 4.88/5    Votes: 21   Popularity: 6.35
Licence: CPOL    Views: 63,084     Bookmarked: 41   Downloaded: 2,385
Please Sign up or sign in to vote.
In this article we will learn how to create WCF RESTful services and consume those services in ASP.NET MVC 5 application using WebGrid Control.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.92

Programming Languages
C#
14 Jan 2015   Updated: 14 Jan 2015   Rating: 4.94/5    Votes: 37   Popularity: 7.75
Licence: CPOL    Views: 291,928     Bookmarked: 17   Downloaded: 0
Please Sign up or sign in to vote.
I found that changing targeted C# version for a project in Visual Studio is bit tricky. And even if you choose old .NET framework version, Visual studio will use default C# version to compile C# code, until you explicitly set the targeted C# version.
C# 5.0
30 Dec 2014   Updated: 30 Dec 2014   Rating: 4.90/5    Votes: 5   Popularity: 3.43
Licence: CPOL    Views: 30,592     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Moles (Shims) vs. Mock Frameworks Count - Why So Less
Web Development
HTML
31 May 2014   Updated: 31 May 2014   Rating: 4.92/5    Votes: 11   Popularity: 4.92
Licence: CPOL    Views: 24,695     Bookmarked: 8   Downloaded: 23
Please Sign up or sign in to vote.
Difference between attr() and val() in jQuery

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer
India India
I am a Software Developer working on Microsoft technologies. My interest is exploring and sharing the awesomeness of emerging technologies.