vivekmishra
Name: vivekmishra
Score: 311
Last Seen: 502 days, 6 hours, 6 minutes ago
Member Since: 7 September, 2011
DotNetShoutout
atom rss
10
Shouts

SQL Server – T-SQL – Different ways to generate a comma-separated string from a table

published 514 days, 2 hours, 37 minutes ago posted by kinj312kinj312 520 days, 18 hours, 20 minutes ago
Monday, January 23, 2012 12:13:07 AM GMT Monday, January 16, 2012 8:30:35 AM GMT
Recently, someone in the team faced a fairly common requirement - to generate a comma-separated string from values stored in a table. This being the last post of the year, I thought of sharing the 2 most-commonly used methods I know of implementing this... (more)
category: Data | clicked: 13 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
10
Shouts

SSRS & SSAS #62 – Create a data source on Report Server for an Analysis Services database

published 518 days, 9 hours, 51 minutes ago posted by kinj312kinj312 520 days, 18 hours, 19 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 8:31:09 AM GMT
The team I recently moved into had never had a data source created on their report server for an Analysis Services source. A co-worker helped me got a data source created with Microsoft SLQ Server Analysis Services as the Data Source Type. For credentials... (more)
category: Data | clicked: 5 | comment | | source: beyondrelational.com
tags: SQL Server, SSAS, BI, SSRS
9
Shouts

Timestamp datatype - Does it store Date or Time?

published 518 days, 9 hours, 51 minutes ago posted by kinj312kinj312 520 days, 18 hours, 19 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 8:31:39 AM GMT
Often deveopers confuse themselves between Timestamp and Datetime datatypes. But they are entirely different datatypes. Although the name has Time, the Timestamp datatype has nothing to do anything with date or time. Also you cannot explicitely add/update... (more)
category: Data | clicked: 8 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
10
Shouts

TSQL Script - Generating/Concatenating values into a comma separated string with a grouping

published 514 days, 2 hours, 37 minutes ago posted by kinj312kinj312 518 days, 19 hours, 1 minute ago
Monday, January 23, 2012 12:13:07 AM GMT Wednesday, January 18, 2012 7:49:41 AM GMT
This post is really inspired by Nakul's wonderful post: http://beyondrelational.com/blogs/nakul/archive/2011/12/29/sql-server-t-sql-different-ways-to-generate-a-comma-separated-string-from-a-table.aspx However, Whenever I faced a situation to concatenate... (more)
category: Data | clicked: 19 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
10
Shouts

Split a set of contiguous string into individual characters/letters using Set Based approach

published 517 days, 4 hours, 15 minutes ago posted by kinj312kinj312 518 days, 19 hours, 1 minute ago
Thursday, January 19, 2012 10:35:12 PM GMT Wednesday, January 18, 2012 7:48:57 AM GMT
It is often a requirement to split a set of contiguous string into individual characters/letters. The below code will help us to do so Declare @str Varchar(50) = 'abcde' Select Data = Substring(@str,Number,1) From master.dbo.spt_values where Number... (more)
category: Data | clicked: 4 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
10
Shouts

Multiselect Dropdownlist in Asp.net using C# 4.0

published 644 days, 8 hours, 37 minutes ago posted by dotnetfundadotnetfunda 646 days, 12 hours, 13 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Monday, September 12, 2011 2:37:19 PM GMT
HomeFreshersCareer AdviceArticlesInterviewsVideosForumsCodesBlogsCatalogJobsASP.NET TrainingCommunityMicrosoft MVP | Tutorials - ASP.NET, LightSwitch, more | Downloads | Quick Links | Top Posts | Top Performers | .NET Feeds | Bookmarks | Search | Register | Subscribe | Feedback Online : 21558 |  Welcome, Guest!   LoginHome > Articles > ASP.NET AJAX > Multiselect Dropdownlist in Asp.net using C# 4.0Advertisements Submit Article | Search Articles | Articles Home | Read Career A... (more)
category: Web Dev | clicked: 101 | 2 comments | | source: www.dotnetfunda.com
tags: ASP .NET AJAX
8
Shouts

22 Most Popular jQuery Plugins of 2011

published 528 days, 13 hours, 6 minutes ago posted by MikeMoreMikeMore 538 days, 4 hours, 6 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Thursday, December 29, 2011 10:44:35 PM GMT
Since jQuery was released in 2006, it has changed the way we think of JavaScript. And because of its simplicity, it has motivated many enthusiastic developers to create thousands of useful plugins and extends its functionality. Now, lets go through some of the most popular jQuery plugins of 2011 as It's almost over. (more)
category: Web Dev | clicked: 153 | 1 comment | | source: www.moretechtips.net
tags: jQuery, CSS, html5
8
Shouts

Ajax rounded corner control in asp.net - DotNetLogix

published 644 days, 8 hours, 37 minutes ago posted by DotNetLogixDotNetLogix 646 days, 7 hours, 32 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Monday, September 12, 2011 7:18:33 PM GMT
There is a very good control in AJAX to make rounded type shape. We can create rounded shape in many design by using Corners property of this control. (more)
category: Web Dev | clicked: 80 | 5 comments | | source: www.dotnetlogix.com
tags: AJAX Control Toolkit, ajax rounded corner
3
Shouts

VSTS 2010 testing :- In what scenarios do we use ordered testing ?

posted by questpondquestpond 524 days, 14 hours, 54 minutes ago
Thursday, January 12, 2012 11:56:33 AM GMT
In what scenarios do we use ordered testing VSTS & C# (more)
category: Web Dev | clicked: 4 | comment | | source: youtu.be
tags: .NET, C#, VSTS 2010
3
Shouts

Bit.ly API: Shorten URLs / Reverse Long URLs / Get QR Code Image

posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 825 days, 5 hours, 53 minutes ago
Thursday, March 17, 2011 8:57:29 PM GMT
If you have long URLs and other and want to create short URLs then Bit.ly API can help. I wrote a wrapper class which can let me create short URLs in jiffy. I was working on Bit.ly API to create my short URLs with a click of a button (that's for my personal use). Therefore, I ended up with a 'short' class to create shor URLs using Bit.ly API. What you need is a login and an apikey, which you can have one for yourself by signing up for a free account. You can find your apikey here after login. The class g... (more)
category: How To | clicked: 7 | comment | | source: midnightprogrammer.net
tags: API, bit.ly, C# .NET
3
Shouts

Windows Live Theme For BlogEngine.NET

posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 825 days, 5 hours, 55 minutes ago
Thursday, March 17, 2011 8:54:54 PM GMT
I have now been using BlogEngine for 2 years now and I was kinda fed up with the standard theme I have been since starting which I have modified a bit to look more prettier. I am not saying it's bad but it's too much now, I should do a makeover of my blog. Now the BlogEngine community is not as big and vast as that of the most popular bloging engine Wordpress and therefore it is hard to get beautiful themes for BlogEngine. This time I made my mind and sat down to create a new theme for my blog from scra... (more)
category: Web Dev | clicked: 0 | comment | | source: midnightprogrammer.net
tags: BlogEngine.NET
5
Shouts

Upload Files In RAZOR With jQuery Uploadify Plugin

published 824 days, 11 hours, 36 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 826 days, 6 hours, 41 minutes ago
Friday, March 18, 2011 3:14:29 PM GMT Wednesday, March 16, 2011 8:09:24 PM GMT
A Few months back I wrote a post on how to use jQuery plugin Uploadify to upload single/multiple files without postback in ASP.NET. Now a few days back I was working on a demo project which is on MVC 3 Razor and I use the same plugin without any problems. But the files that are being uploaded are uploaded to the root folder instead of the folder I specified to upload the files. After a lot of head scratching, I was unable to find the actual problem as why the file was not being uploaded to the folder of ... (more)
category: Web Dev | clicked: 113 | 1 comment | | source: midnightprogrammer.net
tags: JQuery AJAX, MVC 3, jQuery, jquery aspnetmvc, Razor
4
Shouts

Prepare Your Site For IE9 With Pinify

posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 766 days, 11 hours, 55 minutes ago
Sunday, May 15, 2011 2:55:43 PM GMT
This is great stuff. If you own a website or a blog you should use this excellent feature of pinning fav links of your site on user's Windows 7 taskbar. Though this feature of IE9 was on hype since it's beta realease. Now it's time to use this feature for my blog. But before you start grab the latest stable version of the Pinify (formerly know as IE9ify) from Codeplex. About Pinify This plugin is written in jQuery and is hosted on Codeplex. I highly recommend you to follow this project on Codeplex. This... (more)
category: How To | clicked: 1 | comment | | source: midnightprogrammer.net
tags: IE 9, jQuery
7
Shouts

Installing SQL Server 2011(Denali) CTP Step by Step Overview

published 789 days, 13 hours, 40 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 792 days, 6 hours, 50 minutes ago
Friday, April 22, 2011 1:10:00 PM GMT Tuesday, April 19, 2011 8:00:07 PM GMT
Today I have downloaded the SQL Server 2011 CTP and I am very excited about the new features provided by it. I am going to post new features of the SQL Server 2011(Denali) CTP in future post. Today I am going to post about how install SQL Server 2011(Denali) CTP on Windows7 machine. First you need to download the SQL Server 2001(Denali) CTP setup from the following URL. You need download the setup as per your operating system version 32bit or 64 bit version. http://www.microsoft.com/downloads/en/detail... (more)
category: Data | clicked: 2 | comment | | source: jalpesh.blogspot.com
tags: SQLServerDenali, sqlserver2005
6
Shouts

Syntax Highlighter In WPF

published 771 days, 1 hour, 43 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 771 days, 19 hours, 38 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Tuesday, May 10, 2011 7:12:18 AM GMT
If you are writing code for a while now then by now you must have a lot of code snippets which you will be using in your application development, and you use them because they save a lot of development time. At this moment I have now a huge collection of code snippets which includes functions, classes, extension methods and functions that I have extracted from different open source applications.As I was progressing towards building an application in WPF which helps me managing all my code, a thought ran ... (more)
category: How To | clicked: 5 | comment | | source: midnightprogrammer.net
tags: WPF 4, Syntax Highlighter, user controls
4
Shouts

SocialCounter.NET - .NET Library for your social stats

published 532 days, 9 hours, 5 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 533 days, 15 hours, 5 minutes ago
Wednesday, January 04, 2012 5:44:44 PM GMT Tuesday, January 03, 2012 11:45:08 AM GMT
A handy .NET library to get the counts of your social stats. SocialCounter.NET provides you a flexibility to get your Facebook page fans, RSS feed readers, Twitter followers count with ease and more to come in near future. (more)
category: How To | clicked: 20 | 2 comments | | source: midnightprogrammer.net
tags: .NET, projects, library, C#
2
Shouts

Upload and Show Image Without Post Back With Jquery

published 601 days, 12 hours ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 601 days, 20 hours, 22 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Thursday, October 27, 2011 6:28:12 AM GMT
Previously in a lot of hurry I wrote a post on how to upload files in MVC3 with the help of Uploadify, a famous jQuery plugin to upload files. If you have not heard about it yet, then it is time for you to check and find out what this plugin can do for you. Appending my last post about this plugin (which was not very well written) I tried one more thing with it today. This time I am trying to upload an image and then show it inside a DIV without a post back. If you have the source code from the previous ... (more)
category: How To | clicked: 29 | 3 comments | | source: midnightprogrammer.net
tags: MVC 3, jQuery 1.6
6
Shouts

Integrate DISQUS For Comment Management In MVC

published 652 days, 20 hours, 24 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 653 days, 20 hours, 42 minutes ago
Tuesday, September 06, 2011 6:26:05 AM GMT Monday, September 05, 2011 6:08:38 AM GMT
I have been working on a MVC project which I will be using to save and manage all my code snippets. I get this plan in my head when my 160GB of HDD got crashed which holds most of my work and code. I started writing the web application in web forms and almost got it completed, but eventually changed my mind and started writing the application from scratch in MVC 3 with Razor view engine. As I will be making this application online, I am sure to receive some comments when I share my code with others. To ... (more)
category: Web Dev | clicked: 25 | 3 comments | | source: midnightprogrammer.net
tags: MVC 3, Disqus
3
Shouts

HTML5 File Drag and Drop Upload With jQuery and ASP.NET

published 505 days, 15 hours, 36 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 508 days, 10 hours, 58 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Saturday, January 28, 2012 3:52:25 PM GMT
I came across an article on Tutorialzine which demonstrate file drag and drop upload with jQuery and PHP. As a curious reader, I downloaded the sample files and took a look and also get it running on my LINUX VM. It worked like a charm. But I am a Windows user and .NET programmer, the question is how can I do the same in ASP.NET? If someone out there can do something in PHP then I can do that in .NET!! Who said the above line??.....ME!!??.....oh yeah!!! So, to get myself started I used the same downloa... (more)
category: Web Dev | clicked: 82 | comment | | source: midnightprogrammer.net
tags: Drag and Drop, jQuery, File upload, html5
5
Shouts

Getting started with the Caliburn Micro MVVM framework

published 521 days, 14 hours, 56 minutes ago posted by traskjdtraskjd 524 days, 31 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Friday, January 13, 2012 2:19:06 AM GMT
This post explores getting up and running with Caliburn Micro at the core of your application for managing MVVM plumbing code. This series will walk through step by step showing developers what code is required, what conventions exist and how to make the most of Caliburn Micro to build better applications. (more)
category: Architecture | clicked: 53 | comment | | source: www.mindscapehq.com
tags: Silverlight, WP7, Caliburn Micro, WPF, Mindscape
Previous 1 2 3 4 5 6 7 8 9 10 ... 12 13 Next