dhruval-dotnet.blogspot.com dhruval-dotnet.blogspot.com

DHRUVAL-DOTNET.BLOGSPOT.COM

.NET Fundamentals

.NET, C#, Fundamental, LINQ, DataTable, Communicate, asp.net, SQL

http://dhruval-dotnet.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DHRUVAL-DOTNET.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.2 out of 5 with 5 reviews
5 star
2
4 star
2
3 star
1
2 star
0
1 star
0

Hey there! Start your review of dhruval-dotnet.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.7 seconds

FAVICON PREVIEW

  • dhruval-dotnet.blogspot.com

    16x16

CONTACTS AT DHRUVAL-DOTNET.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
.NET Fundamentals | dhruval-dotnet.blogspot.com Reviews
<META>
DESCRIPTION
.NET, C#, Fundamental, LINQ, DataTable, Communicate, asp.net, SQL
<META>
KEYWORDS
1 net fundamentals
2 using
3 task
4 console
5 writeline
6 hello task library
7 using action
8 task task =
9 action printmessage ;
10 taskstart ;
CONTENT
Page content here
KEYWORDS ON
PAGE
net fundamentals,using,task,console,writeline,hello task library,using action,task task =,action printmessage ;,taskstart ;,private,void,printmessage,console writeline,using a delegate,delegate,public,async task dowork,getsum,return,a b;,0 comments,enum
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

.NET Fundamentals | dhruval-dotnet.blogspot.com Reviews

https://dhruval-dotnet.blogspot.com

.NET, C#, Fundamental, LINQ, DataTable, Communicate, asp.net, SQL

INTERNAL PAGES

dhruval-dotnet.blogspot.com dhruval-dotnet.blogspot.com
1

.NET Fundamentals: September 2009

http://dhruval-dotnet.blogspot.com/2009_09_01_archive.html

Saturday, September 26, 2009. Send Mail through Gmail Accoun [ Asp.net C# ]. System.Net.Mail;. Client.Port = 587;. Client.EnableSsl = true. Client.UseDefaultCredentials = false. Client.Credentials = loginInfo;. ExMessage.ToString() ;. 2] Stack Trace :". ExStackTrace.ToString() ;. Posted by Dhruval Shah. Subscribe to: Posts (Atom). Subscribe To My Blog. Ms Sql Server Fundamentals. Net 20 Framework Fundamental. Send Mail through Gmail Accoun [ Asp.net C# ]. Notify Icon Text vs BalloonTipText.

2

.NET Fundamentals: Crystal Reports In ASP.NET

http://dhruval-dotnet.blogspot.com/2012/06/crystal-reports-in-aspnet.html

Monday, June 25, 2012. Crystal Reports In ASP.NET. This example shows how to Create Crystal Reports In ASP.NET 2.0,3.5,4.0 Using C# And VB.NET. I am generating Crystal report by fetching data from two tables and grouping them based on Project Name. Database tables are just for demo purpose you can create your own tables with whatever schema you want. Two tables are as shown below. Create a new website and right click on solution explorer add new Item Select Crystal Report. Click ok to finish the wizard.

3

.NET Fundamentals: May 2010

http://dhruval-dotnet.blogspot.com/2010_05_01_archive.html

Sunday, May 2, 2010. The Object base class. In the .NET Framework, all types are derived from System.Object. That relationship helps establish the common type system used throughout the .NET Framework. Posted by Dhruval Shah. Labels: .net 2.0 Framework Fundamental. The simplest types in the .NET Framework, primarily numeric and boolean types, are. Value types. Value types are variables that contain their data directly instead of containing. Update, and remove them quickly with minimal overhead.

4

.NET Fundamentals: Windows Forms Tip: Ensure only one instance of your application is running at a time

http://dhruval-dotnet.blogspot.com/2012/06/windows-forms-tip-ensure-only-one.html

Friday, June 22, 2012. Windows Forms Tip: Ensure only one instance of your application is running at a time. In some scenarios, you may wish to ensure that a user can run only one instance of your application at a time. Besides ensuring that only a single instance of your application is running, you may also want to bring the instance already running to the front and restore it, if it is minimized. System.Runtime.InteropServices;. Mutex m = new. App is already running…. IntPtr hWnd = FindWindow(. SetWind...

5

.NET Fundamentals: February 2010

http://dhruval-dotnet.blogspot.com/2010_02_01_archive.html

Thursday, February 4, 2010. Notify Icon Text vs BalloonTipText. Old way of setting text, with 64 character limit. ThisnotifyIcon1.Text = "Show me in the toolbar";. Set the balloon tip text. ThisnotifyIcon1.BalloonTipText = "Some realy really really really really . text";. Using the MouseMove event to show the balloon tool tip. Private void notifyIcon1 MouseMove( object sender, MouseEventArgs e ). ThisnotifyIcon1.ShowBalloonTip( 10 );. Posted by Dhruval Shah. Subscribe to: Posts (Atom).

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

LINKS TO THIS WEBSITE

dhruval-mssql.blogspot.com dhruval-mssql.blogspot.com

Ms Sql Server Fundamentals: May 2012

http://dhruval-mssql.blogspot.com/2012_05_01_archive.html

Ms Sql Server Fundamentals. Thursday, May 17, 2012. T-SQL query (on system tables) that what has changed in the database. Modify date ,. Posted by Dhruval Shah. Aggregates with the Over Clause. If we want to show the total amount next to every record of the table – or just one record of the table – SQL Server gives us the same error. It does not find the supporting aggregated language needed to support the SUM aggregate function. Of $200,000 and guesstimate that Grant 007 is just over 20% of the total.

dhruval-mssql.blogspot.com dhruval-mssql.blogspot.com

Ms Sql Server Fundamentals: March 2010

http://dhruval-mssql.blogspot.com/2010_03_01_archive.html

Ms Sql Server Fundamentals. Friday, March 26, 2010. Clearing the cache of a LINQ to SQL DataContext. I was having some problems with my test code in that the DataContext was returning the objects from the cache (even though it was querying the database) and this was skewing my integration tests. Through the use of Reflector I found that there actually is a method for clearing the cache, handily called ClearCache(). However, the method was internal and so could not be called directly from code. I tried th...

dhruval-mssql.blogspot.com dhruval-mssql.blogspot.com

Ms Sql Server Fundamentals: Changing the SQL Server Century Cut-Off Date

http://dhruval-mssql.blogspot.com/2013/02/changing-sql-server-century-cut-off-date.html

Ms Sql Server Fundamentals. Tuesday, February 19, 2013. Changing the SQL Server Century Cut-Off Date. The work undertaken to resolve the year 2000 problem taught developers that they should be using four-digit dates. However, as integration with legacy systems is still required, so are two-digit dates. SQL Server provides a century cut-off point to help. What is the Cut-Off Date? Viewing the Cut-Off Date. The current value of the cut-off date can be determined by executing the. The cut-off date is an adv...

dhruval-mssql.blogspot.com dhruval-mssql.blogspot.com

Ms Sql Server Fundamentals: October 2010

http://dhruval-mssql.blogspot.com/2010_10_01_archive.html

Ms Sql Server Fundamentals. Tuesday, October 26, 2010. Each datepart and its abbreviations return the same value. Week Number in year. Week Number in year as per ISO. Day Number of Month. Posted by Dhruval Shah. Get week date range from date. Posted by Dhruval Shah. Subscribe to: Posts (Atom). Subscribe To My Blog. Get week date range from date. To generate insert statement for user defined tables available in SQL Server. SSRS Prompt for username and password in IE. A Visual Explanation of SQL Joins.

dhruval-mssql.blogspot.com dhruval-mssql.blogspot.com

Ms Sql Server Fundamentals: InitCap / String Capitalization Function

http://dhruval-mssql.blogspot.com/2013/02/initcap-string-capitalization-function.html

Ms Sql Server Fundamentals. Monday, February 18, 2013. InitCap / String Capitalization Function. Posted by Dhruval Shah. Subscribe to: Post Comments (Atom). Subscribe To My Blog. Changing the SQL Server Century Cut-Off Date. Modify list of directories name from Command Promp. InitCap / String Capitalization Function. To generate insert statement for user defined tables available in SQL Server. SSRS Prompt for username and password in IE. A Visual Explanation of SQL Joins.

dhruval-mssql.blogspot.com dhruval-mssql.blogspot.com

Ms Sql Server Fundamentals: November 2011

http://dhruval-mssql.blogspot.com/2011_11_01_archive.html

Ms Sql Server Fundamentals. Tuesday, November 29, 2011. Get a List of Fixed Hard Drive and Free Space on Server. If I do not have access to OS I use the following Stored Procedure to figure out the number of fixed drives (hard drive) a system has along with free space on each of those drives. Posted by Dhruval Shah. Labels: System Stored Procedure. Get Directory Structure using Extended Stored Procedure xp dirtree. Posted by Dhruval Shah. Labels: System Stored Procedure. Subscribe to: Posts (Atom).

dhruval-mssql.blogspot.com dhruval-mssql.blogspot.com

Ms Sql Server Fundamentals: Modify list of directories name from Command Prompt

http://dhruval-mssql.blogspot.com/2013/02/modify-list-of-directories-name-from.html

Ms Sql Server Fundamentals. Monday, February 18, 2013. Modify list of directories name from Command Prompt. I have one requirement to modify name for list of directories through command prompt. Operating system is Windows Server 2008 R2. Example - I do have following directory structure. I want to update above mentioned directory structure as following structure through batch file or command prompt. Echo off setlocal EnableDelayedExpansion for /r "C: root" % d in (.) do ( set dirname=% nxd echo!

dhruval-mssql.blogspot.com dhruval-mssql.blogspot.com

Ms Sql Server Fundamentals: June 2012

http://dhruval-mssql.blogspot.com/2012_06_01_archive.html

Ms Sql Server Fundamentals. Friday, June 22, 2012. SQL Server query to find all permissions/access for all users in a database. 1) List all access provisioned to a sql user or windows user/group directly. 2) List all access provisioned to a sql user or windows user/group through a database or application role. 3) List all access provisioned to the public role. SQL or Windows/Active Directory user cccount. This could also be an Active Directory group. Value will be either 'SQL User' or 'Windows User'.

dhruval-mssql.blogspot.com dhruval-mssql.blogspot.com

Ms Sql Server Fundamentals: February 2012

http://dhruval-mssql.blogspot.com/2012_02_01_archive.html

Ms Sql Server Fundamentals. Wednesday, February 8, 2012. Repeats a string value a specified number of times. Posted by Dhruval Shah. Subscribe to: Posts (Atom). Subscribe To My Blog. To generate insert statement for user defined tables available in SQL Server. SSRS Prompt for username and password in IE. A Visual Explanation of SQL Joins. Find Row Count in Table – Find Largest Table in Database. Handling special characters with FOR XML PATH(' ).

viratkothari.wordpress.com viratkothari.wordpress.com

Introduction to CLR Stored Procedures and creating it step by step | Virat Kothari's Blog

https://viratkothari.wordpress.com/2009/06/15/introduction-to-clr-stored-procedures-and-creating-it-step-by-step

Virat Kothari's Blog. Just another WordPress.com weblog. Introduction to CLR Stored Procedures and creating it step by step. Download code and SQL statements:. What is CLR Stored Procedure? The very first advantage of CLR Stored Procedures is it is a managed object unlike Extended Stored Procedures, which are unmanaged objects. The common thing between them is both runs under database memory. In this way CLR Stored Procedures gives all the benefits of managed objects. Following screen explain...Gives bet...

UPGRADE TO PREMIUM TO VIEW 10 MORE

TOTAL LINKS TO THIS WEBSITE

20

OTHER SITES

dhruvahuja.com dhruvahuja.com

dhruvahuja.com

Ce nom de domaine n'est pas disponible. Il a été enregistré via gandi.net. More information about the owner. Enregistrer votre nom de domaine. Chez Gandi, vous avez le choix sur plus d'une centaine d'extensions et vous bénéficiez de tous les services inclus (mail, redirection, ssl.). Rechercher un nom de domaine. Votre site dans le cloud? Découvrez Simple Hosting, notre cloud en mode PaaS à partir de 4 HT par mois (-50% la première année pour les clients domaine). It is currently being parked by the owner.

dhruvaimaging.com dhruvaimaging.com

HostMonster

Web Hosting - courtesy of www.hostmonster.com.

dhruvajaishankar.com dhruvajaishankar.com

Dhruva Jaishankar

December 31, 2017. Diving Into the Indo-Pacific. The following exchange originally appeared in the December 2017 edition of ASEAN Focus. Q: What is your understanding of the Free and Open Indo-Pacific concept as repackaged by the Trump administration? Q: Do you think there is an inherent disconnect between the Free and Open Indo-Pacific concept and President Trump’s “America First” approach on trade? Q: How would the Free and Open Indo-Pacific play out in security terms? Q: India’s foreign policy h...

dhruvajit.com dhruvajit.com

dhruvajit.com

Inquire about this domain.

dhruvajyoti.info dhruvajyoti.info

dhruvajyoti.info - dhruvajyoti Resources and Information.

This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.

dhruval-dotnet.blogspot.com dhruval-dotnet.blogspot.com

.NET Fundamentals

Tuesday, April 12, 2016. Different ways to use TASK in .NET C#. New threads can be started using the Task Programming Library in .NET in – at last – 5 different ways. You’ll first need to add the following using statement:. System.Threading.Tasks;. The most direct way. Factory.StartNew = {. Where PrintMessage is a method:. PrintMessage(); });. Lambda and named method. Task( () = PrintMessage() );. Lambda and anonymous method. Task( () = { PrintMessage(); } );. Using Task.Run in .NET4.5. GetSum(4, 5) ;.

dhruval-mssql.blogspot.com dhruval-mssql.blogspot.com

Ms Sql Server Fundamentals

Ms Sql Server Fundamentals. Tuesday, February 19, 2013. Changing the SQL Server Century Cut-Off Date. The work undertaken to resolve the year 2000 problem taught developers that they should be using four-digit dates. However, as integration with legacy systems is still required, so are two-digit dates. SQL Server provides a century cut-off point to help. What is the Cut-Off Date? Viewing the Cut-Off Date. The current value of the cut-off date can be determined by executing the. The cut-off date is an adv...

dhruval.com dhruval.com

Welcome to Drupal | Drupal

Skip to main content. No front page content has been created yet.

dhruval.net dhruval.net

Dhruwal Patel's Website

dhruvaljyotish.blogspot.com dhruvaljyotish.blogspot.com

Why Believe in Astrology

Why Believe in Astrology. Tuesday, 21 May 2013. Reason to astrology,. After passing years in five aced & fifty seven years. I have put 30 precious Years in this Profession. I wish to Share this Special Gyaan with everyone so that they can have peace of mind. The universe that we surround of so called act of god which pruthavi,vayu, akash.jal, agni tatve frmot of called word.day to day we feel abovs all. Enjoy more. buy boat thus enjoy sea. IF YOUR KARM SKETRY IS WHAT? IN YOUR KARM SKETRY YOUR TRUSHAN ISH...