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

Parallel task in C# 4.0 - DotNetLogix

published 123 days, 13 hours, 20 minutes ago posted by DotNetLogixDotNetLogix 130 days, 8 hours, 24 minutes ago
Friday, January 18, 2013 5:34:44 PM GMT Friday, January 11, 2013 10:29:48 PM GMT
In today’s computing world is all about Parallel processing. You have multicore CPU where you have different core doing different work parallel or its doing same task parallel. For example I am having 4-core CPU as follows. So the code that I write should take care of this. (more)
category: How To | clicked: 18 | comment | | source: www.dotnetlogix.com
tags:
2
Shouts

Convert DateTime string to DateTime variable - DotNetLogix

published 127 days, 21 hours, 44 minutes ago posted by DotNetLogixDotNetLogix 134 days, 6 hours, 51 minutes ago
Monday, January 14, 2013 9:10:41 AM GMT Tuesday, January 08, 2013 12:02:57 AM GMT
In this post I am going to discuss about Conversion of String data in to DateTime. (more)
category: How To | clicked: 6 | comment | | source: www.dotnetlogix.com
tags:
4
Shouts

Return Anonymous type - DotNetLogix

published 214 days, 18 hours, 46 minutes ago posted by DotNetLogixDotNetLogix 221 days, 8 hours, 40 minutes ago
Friday, October 19, 2012 12:08:11 PM GMT Friday, October 12, 2012 10:14:35 PM GMT
In this post I am going to discuss about returning the anonymous type and how to handle in code. Following is list of fact about anonymous type. (more)
category: How To | clicked: 14 | comment | | source: www.dotnetlogix.com
tags:
3
Shouts

Assign ToolTip to dynamically created colum of silverlight Gridview - DotNetLogix

published 239 days, 18 hours, 55 minutes ago posted by DotNetLogixDotNetLogix 245 days, 11 hours, 4 minutes ago
Monday, September 24, 2012 11:59:03 AM GMT Tuesday, September 18, 2012 7:50:36 PM GMT
In this post I am going to discuss about displaying tooptip for autogenerated columns of toolkit silverlight and telerik silverlight gridcongtrol. Also goint to discuss about how to create style dynamically for the silverlight control. (more)
category: How To | clicked: 10 | comment | | source: www.dotnetlogix.com
tags:
3
Shouts

Fill Combo Box from the XML - DotNetLogix

published 249 days, 15 hours, 38 minutes ago posted by DotNetLogixDotNetLogix 256 days, 13 hours, 14 minutes ago
Friday, September 14, 2012 3:15:51 PM GMT Friday, September 07, 2012 5:39:55 PM GMT
Fill Combo Box by fetching the data from XML. (more)
category: How To | clicked: 5 | comment | | source: www.dotnetlogix.com
tags:
5
Shouts

Responsive WCF service With ICallbackEventHandler Interface - DotNetLogix

posted by DotNetLogixDotNetLogix 257 days, 8 hours, 51 minutes ago
Thursday, September 06, 2012 10:03:03 PM GMT
In this post I am going to discuss about the development of the WCF(duplex) callback service which replay back to consumer i.e client of service and about ICallbackEventHandler Interface implementation which provide response to the user on screen. (more)
category: How To | clicked: 9 | comment | | source: www.dotnetlogix.com
tags:
5
Shouts

Delegate and Action and Func and lamda - DotNetLogix

published 258 days, 14 hours, 40 minutes ago posted by DotNetLogixDotNetLogix 264 days, 12 hours, 19 minutes ago
Wednesday, September 05, 2012 4:14:07 PM GMT Thursday, August 30, 2012 6:35:36 PM GMT
This post is about the new delegate types included in .net framework which are Action and Function. How to use this type and what is difference between this two type. Also to resolve confusion between Action, Function, Delegate and Lamda. (more)
category: How To | clicked: 13 | comment | | source: www.dotnetlogix.com
tags:
2
Shouts

Call Sql Server inbuilt functions using Linq - DotNetLogix

published 267 days, 15 hours, 25 minutes ago posted by DotNetLogixDotNetLogix 272 days, 8 hours, 53 minutes ago
Monday, August 27, 2012 3:29:33 PM GMT Wednesday, August 22, 2012 10:01:42 PM GMT
The post is about the the new class introduce in .net framwork for support of built in SQL-Server function. The SqlFunctions class allows to call SQL-Server function from linq queries while using EntityFramwork. (more)
category: How To | clicked: 15 | comment | | source: www.dotnetlogix.com
tags:
4
Shouts

C# State machine - Yield - DotNetLogix

published 264 days, 19 hours, 38 minutes ago posted by DotNetLogixDotNetLogix 274 days, 8 hours, 57 minutes ago
Thursday, August 30, 2012 11:15:56 AM GMT Monday, August 20, 2012 9:57:41 PM GMT
Yield keyword introduced in C#2.0. Yield keyword allow to create state machine and allow to iterate through the collection of objects one by one (more)
category: How To | clicked: 53 | comment | | source: www.dotnetlogix.com
tags:
3
Shouts

Multiple file upload with asp.net mvc and HTML5 - DotNetLogix

published 272 days, 20 hours, 22 minutes ago posted by DotNetLogixDotNetLogix 278 days, 9 hours, 23 minutes ago
Wednesday, August 22, 2012 10:32:13 AM GMT Thursday, August 16, 2012 9:30:54 PM GMT
Few days I have written a blog post about Multiple file upload with asp.net 4.5 and Visual studio 2012. It was greatly appreciated by the community and also been part of www.asp.net community daily spot light. On that post one of my reader Ciwan Kurd has requested the asp.net mvc version of that post. So in this post I will explain how we can do multiple file upload with HTML5. (more)
category: How To | clicked: 18 | comment | | source: www.dotnetlogix.com
5
Shouts

Enhance String type to get Converted In Given Type - DotNetLogix

published 277 days, 21 hours, 22 minutes ago posted by DotNetLogixDotNetLogix 286 days, 50 minutes ago
Friday, August 17, 2012 9:31:55 AM GMT Thursday, August 09, 2012 6:03:57 AM GMT
Converting string into a given type with C# Convert.ChangeType method. (more)
category: How To | clicked: 47 | comment | | source: www.dotnetlogix.com
tags:
2
Shouts

Extending Enum to return attached string - DotNetLogix

published 287 days, 17 hours, 10 minutes ago posted by DotNetLogixDotNetLogix 295 days, 4 hours, 27 minutes ago
Tuesday, August 07, 2012 1:44:17 PM GMT Tuesday, July 31, 2012 2:27:01 AM GMT
No of time there is requirement of getting string of Enum value to display purpose or to perform other task. So to deal with this requirement I wrote one extension function that get the string attached with the enum value. (more)
category: How To | clicked: 23 | comment | | source: www.dotnetlogix.com
tags:
3
Shouts

How to define Classes in JavaScript - DotNetLogix

published 295 days, 20 hours, 38 minutes ago posted by DotNetLogixDotNetLogix 305 days, 9 hours, 22 minutes ago
Monday, July 30, 2012 10:16:32 AM GMT Friday, July 20, 2012 9:32:02 PM GMT
In this article we will see different ways of defining and instantiating an object. (more)
category: How To | clicked: 26 | comment | | source: www.dotnetlogix.com
tags:
2
Shouts

Model binding with ASP.NET 4.5 and Visual Studio 2012 - DotNetLogix

published 300 days, 19 hours, 15 minutes ago posted by DotNetLogixDotNetLogix 307 days, 7 hours, 26 minutes ago
Wednesday, July 25, 2012 11:39:05 AM GMT Wednesday, July 18, 2012 11:28:17 PM GMT
In earlier version of the asp.net we have to bind controls with data source control like SQL Data source, Entity Data Source, Linq Data Source if we want to bind our server controls declaratively. Some developers prefer to write whole data access logic and then bind the data source with databind method. Model binding is something similar to asp.net mvc binding. (more)
category: How To | clicked: 19 | comment | | source: www.dotnetlogix.com
tags:
2
Shouts

Calling Server Side function from Client Side Script - DotNetLogix

published 301 days, 20 hours, 6 minutes ago posted by DotNetLogixDotNetLogix 309 days, 7 hours, 59 minutes ago
Tuesday, July 24, 2012 10:47:57 AM GMT Monday, July 16, 2012 10:55:40 PM GMT
The post is about how you can call your code behind file function i.e server side written function from your client side code i.e using jQuery. (more)
category: How To | clicked: 9 | comment | | source: www.dotnetlogix.com
tags:
4
Shouts

Format Number To Display - DotNetLogix

published 313 days, 21 hours, 32 minutes ago posted by DotNetLogixDotNetLogix 317 days, 2 hours, 41 minutes ago
Thursday, July 12, 2012 9:22:34 AM GMT Monday, July 09, 2012 4:13:10 AM GMT
Number of time the end user / client require to display numeric data in different format. In this post I am going to discuss about the various type of the custom format that provided by C#.net to achieve requirement. Here I am going to discuss each format one by one (more)
category: Web Dev | clicked: 20 | comment | | source: www.dotnetlogix.com
tags:
6
Shouts

Dividing web.config into multiple files in asp.net - DotNetLogix

published 312 days, 20 hours, 21 minutes ago posted by DotNetLogixDotNetLogix 317 days, 2 hours, 48 minutes ago
Friday, July 13, 2012 10:33:42 AM GMT Monday, July 09, 2012 4:06:13 AM GMT
When you are having different people working on one project remotely you will get some problem with web.config, as everybody was having different version of web.config. So at that time once you check in your web.config with your latest changes the other people have to get latest that web.config and made some specific changes as per their local environment. Most of people who have worked things from remotely has faced that problem. I think most common example would be connection string and app settings ch... (more)
category: Web Dev | clicked: 33 | comment | | source: www.dotnetlogix.com
tags:
7
Shouts

Tuple in C# 4.0 - DotNetLogix

posted by DotNetLogixDotNetLogix 368 days, 7 hours, 21 minutes ago
Friday, May 18, 2012 11:32:51 PM GMT
C# 4.0 language includes a new feature called Tuple. Tuple provides us a way of grouping elements of different data type. That enables us to use it a lots places at practical world like we can store a coordinates of graphs etc. (more)
category: Web Dev | clicked: 7 | comment | | source: www.dotnetlogix.com
tags:
7
Shouts

Difference between SkipWhile and Where in linq - DotNetLogix

posted by DotNetLogixDotNetLogix 368 days, 7 hours, 22 minutes ago
Friday, May 18, 2012 11:31:58 PM GMT
Where operator filters a list of collection based on condition. It will filter whole collection while SkipWhile will only skip those elements in list until condition is true and after that it will stop filtering of skipping. Now let’s take an example where we can see the difference between Where and SkipWhile. Following is a code for that. (more)
category: Web Dev | clicked: 4 | comment | | source: www.dotnetlogix.com
tags:
2
Shouts

C# introduces a new concept known as Indexers

posted by DotNetLogixDotNetLogix 504 days, 13 hours, 29 minutes ago
Tuesday, January 03, 2012 5:25:45 PM GMT
Articles (more)
category: Web Dev | clicked: 17 | comment | | source: www.dotnetlogix.com
tags: Indexer in C#
Previous 1 2 3 4 5 6 7 8 Next