skip to main
|
skip to sidebar
Pages
Home
UX Design
Web
Art
Gadgets
SyneITY
About Me
Coding for Fun
UX Design
My UX Interface work for Our
"Smart Tailor" A Complete software for Tailor shops. This UX are designed in XAML (WPF)
Busy mail (WPF Application)
Project Deployment Manager (WPF)
Home
Subscribe to:
Posts (Atom)
Followers
rajagopal. Powered by
Blogger
.
Labels
Android
(1)
Art
(1)
ASP.NET MVC
(9)
ASP.net MVC 3
(3)
ASP.NET MVC4
(2)
Azure
(1)
C#
(1)
Design works
(1)
Expression Blend
(1)
Gadget
(1)
go4cinema.com
(1)
Group Activites
(1)
HtmlAgilityPack
(1)
Javascript
(1)
JQuery
(1)
Knockout
(1)
Logic Apps
(1)
MVC 3
(1)
Naming Conventions for .NET / C# Projects
(1)
NuGet
(2)
orchard
(1)
Photoshop
(1)
Razor
(1)
sharebutton
(1)
social networks
(1)
SQL Server
(9)
TourMast
(1)
Web
(1)
webmatrix
(1)
Win-8
(1)
WPF
(1)
xaml
(1)
Blog Archive
▼
2021
(1)
▼
August
(1)
Azure Logic Apps The logic app is an Azure ...
►
2015
(1)
►
April
(1)
►
2013
(2)
►
June
(1)
►
February
(1)
►
2012
(11)
►
December
(1)
►
November
(1)
►
October
(1)
►
August
(2)
►
July
(1)
►
May
(5)
►
2011
(18)
►
December
(1)
►
November
(1)
►
October
(2)
►
September
(2)
►
July
(3)
►
June
(1)
►
April
(3)
►
March
(2)
►
February
(2)
►
January
(1)
►
2010
(8)
►
October
(2)
►
July
(2)
►
March
(1)
►
February
(1)
►
January
(2)
Popular Posts
Online movie ticket booking site for Kerala (Ernakulam, Trivandrum,Calicut,Perinthalmanna)
Few days ago we released a online movie ticket booking site www.go4cinema.com for kerala. Now you can book movie tickets ...
Find All Sundays between two dates in SQL server Using CTE
A Common table Experession (CTE) can be treated as a temporary result set within the scope of a single SELECT,INSERT,UPDATE or DELTE S...
File ActionResult in ASP.net MVC
You can return a file using File ActionResult Type in ASP.net MVC. The url will download the file which specified in the Action. ...
Send a Html mail through outlook in asp.net mvc
Recently we have faced a situation to send a html formatted mail in our asp.net mvc application. We want to provide an o...
SEO Friendly MVC routing
Normal routing in asp.net mvc is not much SEO friendly. Commonly we are using {controller}/{action}/id route by ...
Confirm a request using multiple submit buttons.
Recently i have faced a situation to confirm an Inactivate request from user.I have done it using multiple submit buttons.In ASP.net MVC ...
Displaying popup in WPF
A Popup window is a window that float over a window.In this blog post i’m going to to explain how can we create a sexy popup window l...
ASP.NET MVC 4 Developer Preview
One week ago in Build conference Microsoft announced a lot of their products latest versions developer previews. They ...
@helper in Razor view.
You can create your own custom html helpers in Razor, using a brand new syntax @helper in Razor. Creating a html helper using @hel...
Update or Change password in ASP.net Using SQL Server
From the below stackoverflow answer i got a usefull tip to change/reset password using sql server. Please refer the following stackoverflo...