DotNetShoutout - Stories tagged with .NET
5
Shouts

Internals of Array

published 729 days, 13 hours, 7 minutes ago posted by dharadhara 730 days, 2 hours, 2 minutes ago
Tuesday, June 21, 2011 9:43:33 PM GMT Tuesday, June 21, 2011 8:48:08 AM GMT
Arrays are most important part of your program. Almost most of the collection that you work with in .NET framework is internally maintains Array. Say for instance, if you take the List it actually internally represents T[], while Dictionary is actually an array of structure KeyValuePair internally. Hence... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: beyondrelational.com
tags: .NET
5
Shouts

Working with jQuery Selectors – Events

published 729 days, 13 hours, 7 minutes ago posted by dharadhara 730 days, 2 hours, 3 minutes ago
Tuesday, June 21, 2011 9:43:33 PM GMT Tuesday, June 21, 2011 8:47:32 AM GMT
How to get All I tags inside an element with id ‘header’ ? Now we understood what is ID selector, class selector and to select elements, putting all together we will try to answer the above question For ex: $('#header >I') - Gets get All I... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: beyondrelational.com
tags: .NET, jQuery, ASP.NET
4
Shouts

Why Windows 8 does not mean the end for .NET development

published 729 days, 4 hours, 26 minutes ago posted by webguiwebgui 730 days, 23 hours, 4 minutes ago
Wednesday, June 22, 2011 6:24:14 AM GMT Monday, June 20, 2011 11:46:35 AM GMT
Since the demo of Windows 8 given by Microsoft Vice President Julie Larson-Green at the recent D9 conference windows developers have been described in many articles as feeling “Horrified” “Worried” “Deeply Concerned”. But no matter what Microsoft confirms about Windows 8 come September, whether they decide to stop supporting .NET or put more emphasis on the advantages of HTML5 over it, VWG enables .NET to appear as HTML/HTML5 on the client. Visual WebGui ensures that Windows 8 does not mean the end for ... (more)
category: Architecture | clicked: 77 | comment | | source: geekswithblogs.net
tags: .NET, Silverlight, Windows 8, WPF, HTML 5
3
Shouts

Inner join in LINQ

published 729 days, 4 hours, 26 minutes ago posted by DotNetLogixDotNetLogix 732 days, 31 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 730 days, 22 hours, 22 minutes ago posted by DotNetLogixDotNetLogix 732 days, 15 hours, 54 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
4
Shouts

5 Compression libraries for .NET Developers

published 730 days, 22 hours, 22 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 732 days, 20 hours, 8 minutes ago
Monday, June 20, 2011 12:28:19 PM GMT Saturday, June 18, 2011 2:42:36 PM GMT
5 Compression libraries for .NET Developers Earlier , in one of my previous posts , i blogged about SharpZipLib – Zip Compression library for .NET and wanted to explore if there are other Compression libraries for .NET Developers . Here i list few of them i came across . (more)
category: How To | clicked: 54 | comment | | source: www.ginktage.com
tags: .NET, C#, compression library
5
Shouts

C#/.NET Fundamentals: Choosing the Right Collection Class

published 730 days, 22 hours, 22 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 734 days, 8 hours, 46 minutes ago
Monday, June 20, 2011 12:28:19 PM GMT Friday, June 17, 2011 2:04:24 AM GMT
The .NET Base Class Library (BCL) has a wide array of collection classes at your disposal which make it easy to manage collections of objects. While it's great to have so many classes available, it can be daunting to choose the right collection to use for any given situation. As hard as it may be, choosing the right collection can be absolutely key to the performance and maintainability of your application! This post will look at breaking down any confusion between each collection and the situations... (more)
category: Web Dev | clicked: 64 | comment | | source: geekswithblogs.net
tags: .NET, Little Wonders, C#, List, collections, Dictionary
3
Shouts

Garbage Collection in .NET

published 735 days, 15 hours, 15 minutes ago posted by sonukapoorsonukapoor 735 days, 20 hours, 49 minutes ago
Wednesday, June 15, 2011 7:34:46 PM GMT Wednesday, June 15, 2011 2:00:36 PM GMT
In this article the principles of garbage collection are reviewed, fundamentals of garbage collection in .NET are discovered, and the changes to garbage collector in .NET Framework 4.0 are discussed. (more)
category: Architecture | clicked: 23 | comment | | source: dotnetslackers.com
tags: .NET, Garbage Collection, .NET Framework 4.0
5
Shouts

Powerful Visual Studio 2010 Extensions

published 735 days, 15 hours, 15 minutes ago posted by dharadhara 737 days, 36 minutes ago
Wednesday, June 15, 2011 7:34:46 PM GMT Tuesday, June 14, 2011 10:13:40 AM GMT
Extensions or Add Ins save application development time and make smart code. Visual Studio has vast list of these extension available. I am giving brief about some very useful and powerful extension here, but before this you need to know how to install these extensions. How to Install Extensions Open... (more)
category: Web Dev | clicked: 63 | comment | | source: beyondrelational.com
tags: .NET, VS2010, ASP.NET
8
Shouts

How can you select various HTML Elements using jQuery?

published 735 days, 15 hours, 15 minutes ago posted by dharadhara 737 days, 23 hours, 44 minutes ago
Wednesday, June 15, 2011 7:34:46 PM GMT Monday, June 13, 2011 11:06:13 AM GMT
jQuery can be used to select HTML elements using element selector. Below are some of the examples of how to use selectors. $(<’element>’) - Selects all elements with the given tag name. $(‘p’) – Selects all Paragraph Elements $(‘a’) – Selects all Anchor tags in side a web page... (more)
category: Web Dev | clicked: 10 | comment | | source: beyondrelational.com
tags: .NET, jQuery, ASP.NET
3
Shouts

Android for .NET Developers - Menus and Dialogs

published 737 days, 13 hours, 42 minutes ago posted by sonukapoorsonukapoor 740 days, 17 hours, 52 minutes ago
Monday, June 13, 2011 9:07:43 PM GMT Friday, June 10, 2011 4:57:41 PM GMT
In this article, I'll be delving deep into menus and dialog boxes in Android for .NET, and discuss a few very common (and frequently used) types of menus and dialogs. (more)
category: Web Dev | clicked: 50 | 1 comment | | source: dotnetslackers.com
tags: .NET, Android
3
Shouts

Working With Prism 4.0 (Hello World Sample with MVVM)

published 737 days, 13 hours, 42 minutes ago posted by abhi2434abhi2434 741 days, 3 hours, 1 minute ago
Monday, June 13, 2011 9:07:43 PM GMT Friday, June 10, 2011 7:48:42 AM GMT
Modularity is one of the primary concern when working with a big projects. Most of us think of how we can implement our application that could be reusable across more than one applications. Patterns and Practices Team puts forward the notion of modularity with the help of Unity and Prism which most importantly focus on WPF and Silverlight applications. Being a WPF developer, it would be nice to take this apart and explain you a bit of how you can implement your application using Prism. Before you beg... (more)
category: Architecture | clicked: 36 | 1 comment | | source: www.abhisheksur.com
tags: .NET, C#, Prism
7
Shouts

What are jQuery Class Selectors and ID selectors Explain them? - Hima's blog

published 741 days, 11 hours, 23 minutes ago posted by dharadhara 742 days, 1 hour, 7 minutes ago
Thursday, June 09, 2011 11:27:04 PM GMT Thursday, June 09, 2011 9:43:34 AM GMT
jQuery selectors allows to easily identify set of page elements for performing user friendly or required operations . In general, Selection of elements can be 3 types in jQuery. They are 1. Class Selector (.) 2. ID Selector (#) 3. Element selector ( (more)
category: Web Dev | clicked: 3 | comment | | source: beyondrelational.com
tags: .NET, JavaScript, jQuery, ASP.NET
6
Shouts

Consuming WCF REST Service in ASP.Net Web Site

published 741 days, 11 hours, 23 minutes ago posted by dharadhara 743 days, 8 minutes ago
Thursday, June 09, 2011 11:27:04 PM GMT Wednesday, June 08, 2011 10:41:46 AM GMT
This article will give a quick walkthrough on how to consume a WCF REST Service in ASP.Net Web site. Create a WCF REST Service. Consume the Service in ASP.Net Web Site Create a WCF REST Service Step 1 Create a WCF application. To create a new application File -> New -> Web-> WCF Service... (more)
category: Web Dev | clicked: 44 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
6
Shouts

HTML5 Intellisense in Visual Studio 2010/2008

published 743 days, 2 hours, 15 minutes ago posted by dharadhara 744 days, 14 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Tuesday, June 07, 2011 10:35:53 AM GMT
Recently I was playing with HTML5 and I was in need of the HTML5 intellisense in Visual Studio 2010. I found a great extension which will provide me a great intellisense for HTML5. I thought its great to share with you all. You can download that tool from following link. http://visualstudiogallery... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: beyondrelational.com
tags: .NET, VS2010, ASP.NET
2
Shouts

Using Microsoft POS for .NET in 2011

posted by http://etremblay.myopenid.com/http://etremblay.myopenid.com/ 744 days, 21 hours, 36 minutes ago
Monday, June 06, 2011 1:14:25 PM GMT
How to work around the various issues that occur when working with Microsoft's POS for .NET with newer technologies such as .NET 4.0. (more)
category: Web Dev | clicked: 6 | comment | | source: blog.lavablast.com
tags: .NET, pos, C#
5
Shouts

HTTP Error 404.3 : WCF Hostes in IIS. Add a MIME type - Debug Mode

published 744 days, 15 hours, 32 minutes ago posted by dharadhara 745 days, 1 hour, 24 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Monday, June 06, 2011 9:25:46 AM GMT
Normally when we host a WCF Service i9n IIS and while browsing we get the below frustrating screen Error message in above screen is very clear. We need to add MIME type for .SVC extension. To solve above problem Open command prompt as Administrator Navigate to C:Windows\Microsoft.Net\Framework\v3.0 Type... (more)
category: Web Dev | clicked: 10 | 1 comment | | source: beyondrelational.com
tags: .NET, mime type, WCF, IIS, ASP.NET
4
Shouts

Serialization/Deserialization

published 744 days, 15 hours, 32 minutes ago posted by syedtayyabalisyedtayyabali 745 days, 10 hours, 34 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Monday, June 06, 2011 12:15:47 AM GMT
Serialization is the process of converting object into linear sequence of byte, while deserialization is constructing object from that serialized linear sequence of byte. Serialization allows to store the content of object on file, transmit across network or send to another process. Serialization is used in distributed application. .Net provide clean way to achieve serialization and deserialization in just few lines of code. BinaryFormatter.Serialize/Deserialize methods are used. (more)
category: How To | clicked: 29 | comment | | source: programming360.blogspot.com
tags: .NET, Serialization, deserialization
4
Shouts

Getting property and method names using static reflection in C#

published 744 days, 15 hours, 32 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 747 days, 13 hours, 51 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Friday, June 03, 2011 8:58:37 PM GMT
A set of utility methods for getting the name of .NET class properties and methods in a strongly typed way by parsing expression trees with C#. (more)
category: Architecture | clicked: 20 | comment | | source: joelabrahamsson.com
tags: .NET, Generics, C#, Reflection, C# .NET, lambda expressions, Expression
4
Shouts

Task list window in Visual Studio 2010

published 747 days, 17 hours, 39 minutes ago posted by dharadhara 748 days, 3 hours, 48 minutes ago
Friday, June 03, 2011 5:11:01 PM GMT Friday, June 03, 2011 7:02:33 AM GMT
Task list is a great feature of visual studio and I think its most unappreciated features of Visual Studio 2010 and most of developers are not aware of it or don’t know about it and that’s why they are not using it. So I decided to write blog post about it. As .NET Developer we spend lots of time... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: beyondrelational.com
tags: .NET, VS2010, ASP.NET
Previous 1 2 ... 6 7 8 9 10 11 12 13 14 15 ... 46 47 Next