DotNetLogix
Name: DotNetLogix
Score: 1,995.1
Last Seen: 130 days, 11 hours, 45 minutes ago
Member Since: 3 October, 2010
DotNetShoutout
atom rss
3
Shouts

Managing Session State in a SQL Server - DotNetLogix

posted by DotNetLogixDotNetLogix 679 days, 22 hours, 52 minutes ago
Tuesday, July 12, 2011 11:23:21 AM GMT
In this article we will see how to configure Out-of-Process Session State through SQL-Server (more)
category: Data | clicked: 2 | comment | | source: www.dotnetlogix.com
tags: SQL Server
3
Shouts

How to dynamically add and change meta tags in MasterPage using ASP.NET and CSharp - DotNetLogix

posted by DotNetLogixDotNetLogix 679 days, 22 hours, 55 minutes ago
Tuesday, July 12, 2011 11:20:14 AM GMT
This article demostrates how to dynamically add and change meta tags in masterpage. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetlogix.com
tags: C# .NET, ASP.NET
3
Shouts

Reading PDF file to text in c# - DotNetLogix

posted by DotNetLogixDotNetLogix 679 days, 22 hours, 56 minutes ago
Tuesday, July 12, 2011 11:18:27 AM GMT
This article shows how you can read a pdf file and put their content in a string variable. (more)
category: Web Dev | clicked: 4 | comment | | source: www.dotnetlogix.com
tags: C# .NET
3
Shouts

Printing the content of div or panel - DotNetLogix

posted by DotNetLogixDotNetLogix 679 days, 22 hours, 58 minutes ago
Tuesday, July 12, 2011 11:16:41 AM GMT
In general, we required to print the content of a portion of page. We don't need that whole page will get printed. So here I am going to provide a small java script function that can solve this problem. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetlogix.com
tags: java-script
3
Shouts

Creating Countdown function in C sharp - DotNetLogix

posted by DotNetLogixDotNetLogix 679 days, 23 hours, 1 minute ago
Tuesday, July 12, 2011 11:13:47 AM GMT
Here I am going to give a function in c# that display the countdown in a label control. (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetlogix.com
tags: C# .NET
3
Shouts

How to use XSLT - DotNetLogix

posted by DotNetLogixDotNetLogix 680 days, 21 hours, 12 minutes ago
Monday, July 11, 2011 1:03:11 PM GMT
what is XSLT and how to use it to transform a xml document using a simple example (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetlogix.com
tags: XML, XSLT
3
Shouts

Making a button default clickable when enter key is pressed - DotNetLogix

posted by DotNetLogixDotNetLogix 681 days, 9 minutes ago
Monday, July 11, 2011 10:05:53 AM GMT
Java-Script function to make a button default clickable on enter key press. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetlogix.com
tags: java script, default click
3
Shouts

Sql Server function to convert comma separated value into tabular format - DotNetLogix

posted by DotNetLogixDotNetLogix 681 days, 16 minutes ago
Monday, July 11, 2011 9:58:59 AM GMT
Some times when writing sql query we have comma separated values and we want to convert it into tabular format so that we can apply in clause easily. So for that purpose I am giving a function that can perform this task very easily. You need to pass only the comma separated values as argument and it return the tabular format. (more)
category: Data | clicked: 2 | comment | | source: www.dotnetlogix.com
tags: SQL Server
3
Shouts

Printing the content of div or panel - DotNetLogix

posted by DotNetLogixDotNetLogix 685 days, 13 hours, 45 minutes ago
Wednesday, July 06, 2011 8:29:57 PM GMT
In general, we required to print the content of a portion of page. We don't need that whole page will get printed. So here I am going to provide a small java script function that can solve this problem. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetlogix.com
tags: java script, printing
4
Shouts

Code refactoring with Visual Studio 2010 Part-1 - DotNetLogix

posted by DotNetLogixDotNetLogix 687 days, 14 hours, 4 minutes ago
Monday, July 04, 2011 8:10:55 PM GMT
Visual studio 2010 is a Great IDE(Integrated Development Environment) and we all are using it in day by day for our coding purpose. There are many great features provided by Visual Studio 2010 and Today I am going to show one of great feature called for code refactoring. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetlogix.com
tags: Visual Studio 2010, Code Refactoring
3
Shouts

A Project Report In WPF (R-Office Management System) - DotNetLogix

posted by DotNetLogixDotNetLogix 688 days, 15 hours, 20 minutes ago
Sunday, July 03, 2011 6:54:40 PM GMT
This is a small office management system. With the help of this project all office employee can connect with each other, request online leave, get birthday reminders, get status of present/absent employees and use an automatic attendence system when logged in and logged out. Just need to install and setup of this project to every machine. (more)
category: Web Dev | clicked: 6 | comment | | source: www.dotnetlogix.com
tags: .NET, WPF
3
Shouts

A look on Layout in XAML - Dot Net logiX

posted by DotNetLogixDotNetLogix 691 days, 15 hours, 25 minutes ago
Thursday, June 30, 2011 6:50:00 PM GMT
In designing UI, layout is very important. In XAML in designing UI we have differenet type of layout such as Grid, StackPannel, Canvas, DockPannel etc. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetlogix.com
tags: WPF, XAML
2
Shouts

Group join in LINQ - Dot Net logiX

posted by DotNetLogixDotNetLogix 695 days, 14 hours, 48 minutes ago
Sunday, June 26, 2011 7:26:32 PM GMT
A join clause with an into expression is called a group join. A group join breaks up the joined table into sequences of objects each matching/corresponding to an object from the other table. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetlogix.com
tags: linq join, group join, Linq, Linq To Entites
3
Shouts

Inner join in LINQ

published 700 days, 3 hours, 51 minutes ago posted by DotNetLogixDotNetLogix 702 days, 23 hours, 55 minutes ago
Wednesday, June 22, 2011 6:24:14 AM GMT Sunday, June 19, 2011 10:19:34 AM GMT
Inner Join returns a set of rows from two or multiple tables where there is match in join condition. Join in LINQ is a great feature introduced in .NET 3.0. (more)
category: Web Dev | clicked: 33 | 1 comment | | source: www.dotnetlogix.com
tags: .NET, CSharp, Linq, linq inner join
3
Shouts

Introduction-to-viewbox-in-WPF : DotNetLogix

published 701 days, 21 hours, 47 minutes ago posted by DotNetLogixDotNetLogix 703 days, 15 hours, 19 minutes ago
Monday, June 20, 2011 12:28:19 PM GMT Saturday, June 18, 2011 6:55:54 PM GMT
Articles (more)
category: Web Dev | clicked: 13 | comment | | source: www.dotnetlogix.com
tags: .NET, ViewBox, WPF
2
Shouts

Merge statement in SQL SERVER 2008 - Dot Net logiX

published 704 days, 13 hours, 48 minutes ago posted by DotNetLogixDotNetLogix 705 days, 3 hours, 2 minutes ago
Friday, June 17, 2011 8:26:54 PM GMT Friday, June 17, 2011 7:13:18 AM GMT
Articles (more)
category: Data | clicked: 6 | comment | | source: www.dotnetlogix.com
tags: SQL Server 2008, MERGE in SQL Server 2008
2
Shouts

Maintaining Browser History for Ajax events through script manager in asp.net - Dot Net logiX

posted by DotNetLogixDotNetLogix 706 days, 5 hours, 53 minutes ago
Thursday, June 16, 2011 4:21:28 AM GMT
Articles (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetlogix.com
tags: browser history, AJAX ASP.NET, ASP.NET
2
Shouts

Finding Saturday,Sunday between date range in C#/ASP.NET - Dot Net logiX

posted by DotNetLogixDotNetLogix 709 days, 31 minutes ago
Monday, June 13, 2011 9:44:06 AM GMT
Articles (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetlogix.com
tags: CSharp, ASP.NET
2
Shouts

Delete with Dapper ORM and ASP.NET MVC 3 - Dot Net logiX

posted by DotNetLogixDotNetLogix 717 days, 17 hours, 45 minutes ago
Saturday, June 04, 2011 4:29:47 PM GMT
Articles (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetlogix.com
2
Shouts

Edit/Update with dapper ORM and ASP.NET MVC 3 - Dot Net logiX

published 718 days, 17 hours, 4 minutes ago posted by DotNetLogixDotNetLogix 720 days, 4 hours, 43 minutes ago
Friday, June 03, 2011 5:11:01 PM GMT Thursday, June 02, 2011 5:32:00 AM GMT
Articles (more)
category: Web Dev | clicked: 14 | 1 comment | | source: www.dotnetlogix.com
tags: ASP.NET MVC 3, ASP.NET 3.5, Dapper