vivekmishra
Name: vivekmishra
Score: 311
Last Seen: 476 days, 2 hours, 45 minutes ago
Member Since: 7 September, 2011
DotNetShoutout
atom rss
3
Shouts

SQL Server interview questions: – Can you mention two types of indexes and explain them?

published 482 days, 24 minutes ago posted by questpondquestpond 491 days, 11 hours, 19 minutes ago
Saturday, January 28, 2012 11:04:38 PM GMT Thursday, January 19, 2012 12:09:21 PM GMT
In this article we will explain about Clustered index and Non-Clustered Index. For more articles and videos visit us on http://www.questpond.com (more)
category: Data | clicked: 21 | comment | | source: dotnetinterviewquestion.wordpress.com
tags: .NET, SQL server interview questions, .Net Interview Questions, SQL, Clustered
3
Shouts

.NET interview questions: - Can you elaborate project life cycle?

published 489 days, 6 hours, 42 minutes ago posted by questpondquestpond 493 days, 13 hours ago
Saturday, January 21, 2012 4:46:53 PM GMT Tuesday, January 17, 2012 10:28:15 AM GMT
In this article we will explain about project life cycle. For more articles and videos visit us on http://www.questpond.com/ (more)
category: Web Dev | clicked: 21 | comment | | source: www.dotnetinterviewquestions.in
tags: .NET, Design, .Net Interview Questions, Asp.net interview questions, ASP.NET
4
Shouts

c# and .NET interview questions:- 4 real time use of Partial classes and partial methods

published 489 days, 6 hours, 42 minutes ago posted by questpondquestpond 496 days, 11 hours, 22 minutes ago
Saturday, January 21, 2012 4:46:53 PM GMT Saturday, January 14, 2012 12:06:16 PM GMT
In this article we will explain for real time use of Partial classes and partial methods.For more articles and videos visit us on http://www.questpond.com/ (more)
category: Web Dev | clicked: 58 | comment | | source: computerauthor.blogspot.com
tags: .NET, .Net Interview Questions, ASP .NET, Asp.net interview questions, methods, partial application, classes
3
Shouts

SQL Server interview questions: – Mention Fragmentation in SQL Server? | dotnetinterviewquestion

published 480 days, 14 hours, 46 minutes ago posted by questpondquestpond 485 days, 11 hours, 18 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Wednesday, January 25, 2012 12:10:27 PM GMT
In this article we will explain about Fragmantation in SQL Server. For articles and videos visit us on http://www.questpond.com/ (more)
category: Data | clicked: 18 | comment | | source: dotnetinterviewquestion.wordpress.com
tags: .NET, SQL Server Interview Questions, data, SQL, .Net Interivew Questions, fragmentation
2
Shouts

Visual studio and .NET tips and tricks 14:- Implement interfaces with just a right click - YouTube

published 480 days, 14 hours, 46 minutes ago posted by questpondquestpond 486 days, 12 hours, 40 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Tuesday, January 24, 2012 10:48:59 AM GMT
Visual studio and c#/ .NET tips and tricks 14:- Implement interfaces with just a right click.In this video we will see how to implement interfaces with right clicks rather than typing them manually. .NET Tips and Tricks & Visual Studio:- (more)
category: Web Dev | clicked: 25 | comment | | source: youtu.be
tags: C#, Visual Studio, .NET tips and tricks
2
Shouts

Project management: .NET interview questions – Can you explain ROI?

published 480 days, 14 hours, 46 minutes ago posted by questpondquestpond 487 days, 11 hours, 33 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Monday, January 23, 2012 11:55:23 AM GMT
In this article we will explain about ROI. For more articles and videos visit us on http://www.questpond.com/ (more)
category: Web Dev | clicked: 38 | comment | | source: dotnetinter.livejournal.com
tags: .NET, ROI, Project, .Net Interview Questions
2
Shouts

Project management: .NET interview questions � How you will explain ROI?

published 480 days, 14 hours, 46 minutes ago posted by questpondquestpond 487 days, 11 hours, 40 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Monday, January 23, 2012 11:49:13 AM GMT
In this article we will explain about ROI. For more articles and videos visit us on http://www.questpond.com/ (more)
category: Web Dev | clicked: 14 | comment | | source: www.dotnetinterviewquestions.in
tags: .NET, Project, .net intervieqw questions
2
Shouts

How to implement TDD ( Test driven development ) in c# using VSTS unit testing?

published 480 days, 14 hours, 46 minutes ago posted by questpondquestpond 483 days, 11 hours, 17 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Friday, January 27, 2012 12:11:25 PM GMT
In this video we will understand what is TDD and how to implement TDD in c#. We will be using VSTS ( visual studio team system) unit testing framework for the same. TDD(Test Driven Development (more)
category: Web Dev | clicked: 28 | comment | | source: youtu.be
tags: TDD, C# programming, Test Driven Development
8
Shouts

SSIS - Delete files from specified folder using File System Task in SQL Server

published 495 days, 11 hours, 34 minutes ago posted by dharadhara 497 days, 16 hours, 9 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Friday, January 13, 2012 7:19:57 AM GMT
We know all the various methods to delete the particular or all files from the specified folder using some of the methods like xpdeletefile , Ole Automation Procedures and with xp_cmdshell command line utility which we used for the old files archive... (more)
category: Data | clicked: 21 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL, SSIS, BI
10
Shouts

Async file upload with jquery and ASP.NET

published 489 days, 6 hours, 42 minutes ago posted by dharadhara 497 days, 16 hours, 9 minutes ago
Saturday, January 21, 2012 4:46:53 PM GMT Friday, January 13, 2012 7:19:31 AM GMT
Recently before some I was in search of good asynchronous file upload control which can upload file without post back and I have don’t have to write much custom logic about this. So after searching it on internet I have found lots of options but... (more)
category: Web Dev | clicked: 104 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP.NET
8
Shouts

SSIS – Loop through rows in a SQL table (with multiple columns)

published 495 days, 11 hours, 34 minutes ago posted by dharadhara 497 days, 16 hours, 10 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Friday, January 13, 2012 7:19:08 AM GMT
I am a SQL purist, meaning that I have vowed never to use cursors in T-SQL to loop through rows record by record. In SSIS package design, however, I have used the Foreach Loop Container very often. I would not say that I have broken my vows though for... (more)
category: Data | clicked: 47 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL, SSIS, BI
8
Shouts

Session Timeout in IIS 7 - Worker Process of ApplicationPool

published 495 days, 11 hours, 34 minutes ago posted by dharadhara 499 days, 16 hours, 25 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Wednesday, January 11, 2012 7:03:44 AM GMT
Problem Recently while testing my application, I was facing problem of Session time out. By Default Session time is 20 mins and I wanted to extend it Attempts if we want to extend it we can set in web.config within System.web tag (more)
category: Web Dev | clicked: 39 | comment | | source: beyondrelational.com
tags: .NET, ASP.NET, Session
9
Shouts

Getting Started with SQL Azure - Getting started with SQL Azure - Part 7: SQL Azure administration - I - Paras Doshi

published 491 days, 54 minutes ago posted by dharadhara 493 days, 13 hours, 6 minutes ago
Thursday, January 19, 2012 10:35:12 PM GMT Tuesday, January 17, 2012 10:22:30 AM GMT
First up is how to Improve SQL Azure performance? Now, though SQL Azure is a cloud-based service and few details are abstracted from the service administrator – we still need to perform tasks from our side to get the best performance out of SQL Azure. (more)
category: Data | clicked: 7 | comment | | source: beyondrelational.com
tags: SQL Azure, Azure
9
Shouts

SSIS - Delete files from specified folder using Script Task in SQL Server

published 491 days, 54 minutes ago posted by dharadhara 493 days, 13 hours, 5 minutes ago
Thursday, January 19, 2012 10:35:12 PM GMT Tuesday, January 17, 2012 10:23:33 AM GMT
Earlier we have seen for the files deletion using File System Task in SSIS. We have used it with Foreach Loop Container. Used a variable to hold file names which are passed from earlier stage one by one and then finally used with File System Task to delete... (more)
category: Data | clicked: 21 | comment | | source: beyondrelational.com
tags: SQL Server, SSIS
9
Shouts

Using SSAS formatting in SSRS

published 491 days, 54 minutes ago posted by dharadhara 493 days, 13 hours, 6 minutes ago
Thursday, January 19, 2012 10:35:12 PM GMT Tuesday, January 17, 2012 10:23:01 AM GMT
Christmas time is one of my most favourite times of the year – the time when you can just lay back, relax, enjoy some quality time with your family and catch up with your old friends. While this Christmas time has been a little hectic for me considering... (more)
category: Data | clicked: 6 | comment | | source: beyondrelational.com
tags: SQL Server, SSAS, BI, SSRS
9
Shouts

Difference between generic handler and http handler- ASP.NET

published 479 days, 12 hours, 14 minutes ago posted by dharadhara 483 days, 4 hours, 49 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Friday, January 27, 2012 6:40:04 PM GMT
Generic handler: As per MSDN Generic Handler is a default handler which will have @webhandler directive and has .ashx extension this generic handler is not having UI but it provides response when ever any request made to this handler. HTTP Handler: HTTP... (more)
category: Web Dev | clicked: 63 | comment | | source: beyondrelational.com
tags: .NET, ASP.NET
7
Shouts

SQL Server – Performance tuning - DBCC FLUSHPROCINDB – Flush procedures of a particular database from cache

published 479 days, 12 hours, 14 minutes ago posted by dharadhara 483 days, 4 hours, 49 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Friday, January 27, 2012 6:39:39 PM GMT
Performance tuning & analysis during new development has it’s own unique challenge – on one hand as database developers, we need a clean procedure cache and on the other hand, we do not want to impact the performance of other databases on the same... (more)
category: Data | clicked: 17 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL, Database
7
Shouts

@@TRANCOUNT is always incremented in a trigger

published 479 days, 12 hours, 14 minutes ago posted by dharadhara 483 days, 4 hours, 50 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Friday, January 27, 2012 6:39:12 PM GMT
The system variable @@TRANCOUNT is used to get the number of transactions that are active. Consider the following code begin transaction select 3 select @@TRANCOUNT commit transaction The result of @@TRANCOUNT is 1. Consider the following code. begin... (more)
category: Data | clicked: 6 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

Question of the month January 2012 - Datatype of NULL

published 479 days, 12 hours, 14 minutes ago posted by dharadhara 482 days, 4 hours, 15 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Saturday, January 28, 2012 7:14:03 PM GMT
Without running the following code , can you guess the datatype of the column t? select (more)
category: Data | clicked: 21 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

SQL Server – Know your query SET options – Properties window and DBCC USEROPTIONS

published 479 days, 12 hours, 14 minutes ago posted by dharadhara 482 days, 4 hours, 14 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Saturday, January 28, 2012 7:14:29 PM GMT
The properties and behaviour of each session to a SQL Server instance can be handled individually via use of various SET options . As we multi-task during the day, we tend to forget the exact SET options that we choose for a particular user session. The... (more)
category: Data | clicked: 10 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
Previous 1 2 3 4 5 6 7 8 9 10 ... 12 13 Next