DotNetShoutout - Stories tagged with .NET
2
Shouts

.Net Coding Standards - DotNetLogix

posted by DotNetLogixDotNetLogix 668 days, 9 hours, 18 minutes ago
Thursday, July 28, 2011 6:45:59 AM GMT
It is very easy to understood your code to another programmer if you write it in a managed manner and follow some standards. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetlogix.com
tags: .NET
4
Shouts

Handle Exception Carefully

published 666 days, 22 hours, 55 minutes ago posted by kinj312kinj312 668 days, 9 hours, 28 minutes ago
Friday, July 29, 2011 5:09:28 PM GMT Thursday, July 28, 2011 6:36:00 AM GMT
Handle Exception carefully means I am not going to discuss some rocket science about exception handling but I am going to discuss not to shadow the exception in your program. Not going to discuss more I am starting my example class Program { static void... (more)
category: Web Dev | clicked: 12 | comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
2
Shouts

WCF Web API with Web Activator package - Context is King

published 668 days, 18 hours, 14 minutes ago posted by thangchungthangchung 668 days, 22 hours, 42 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Wednesday, July 27, 2011 5:22:05 PM GMT
In these days, I had read some blogs and a lot of post in internet about WCF Web API. And I also have curious about it.  It is not new technology. And after I watched some postcast. I recognize it is a good one that I must to researching. RESTfull is a hot topic and have a lot of argues these days. WCF Web API is built on top of WCF service. How does it good? (more)
category: Architecture | clicked: 19 | 1 comment | | source: weblogs.asp.net
tags: .NET, WCF 4.0
6
Shouts

New Improved IntelliSense with Visual Studio 2010

published 668 days, 18 hours, 14 minutes ago posted by dharadhara 670 days, 8 hours, 18 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Tuesday, July 26, 2011 7:46:54 AM GMT
I have posted lot many things about Visual Studio 2010 features because its a great IDE(Integrated Development Environment).Today I am going to write about IntelliSense improvement in Visual Studio 2010. Today when I was working with Visual Studio... (more)
category: Web Dev | clicked: 11 | comment | | source: beyondrelational.com
tags: .NET, Visual Studio 2010, ASP.NET
3
Shouts

Writing a Reusable Custom Control in WPF

posted by abhi2434abhi2434 670 days, 19 hours, 44 minutes ago
Monday, July 25, 2011 8:20:41 PM GMT
In my previous post, I have already defined how you can inherit from an existing control and define your own reusable chunk. The reusable XAML code that I have defined there is actually a composition of one of more existing elements in a common design surface. But sometimes you must define  a new behaviour for your reusable component which does not belong to any of the already existing behaviors. Custom controls can help you in this. You can define a new behaviour for your Custom control which can have a... (more)
category: How To | clicked: 5 | comment | | source: www.abhisheksur.com
tags: .NET, Custom Control, WPF
5
Shouts

ValueTypes and ReferenceTypes : Under the Hood

published 669 days, 19 hours, 53 minutes ago posted by dharadhara 671 days, 7 hours, 59 minutes ago
Tuesday, July 26, 2011 8:11:13 PM GMT Monday, July 25, 2011 8:05:34 AM GMT
In .NET, Value Type and Reference Types are forms an element of confusion between both developers and the students. Many of us take this as granted that Value Types are allocated in Thread Stack ( a 1 MB local stack created per Thread) and on each method... (more)
category: Web Dev | clicked: 12 | comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
5
Shouts

Polyglot programming - combining functional, dynamic and imperative languages

published 671 days, 17 hours, 48 minutes ago posted by traskjdtraskjd 674 days, 14 hours, 14 minutes ago
Sunday, July 24, 2011 10:16:21 PM GMT Friday, July 22, 2011 1:50:46 AM GMT
A blog post from Mindscape about the development experience of creating the Web Workbench product for Sass, Less and CoffeeScript in Visual Studio 2010. Like most .NET projects, it contains a fair chunk of C#. But quite a bit of the core is written in F#, and it also invokes a large amount of external Ruby and JavaScript code. While using all these languages definitely made it far easier to develop the product, it did also throw up a few challenges and surprises. This post looks at those challenges and s... (more)
category: Architecture | clicked: 20 | 1 comment | | source: www.mindscapehq.com
tags: .NET, C#, Less, Sass, JavaScript, CoffeeScript, Ruby, F#, Mindscape
2
Shouts

C#/.NET Little Pitfalls: The Default is to Hide, Not Override

published 673 days, 7 hours, 51 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 674 days, 16 hours, 33 minutes ago
Saturday, July 23, 2011 8:13:37 AM GMT Thursday, July 21, 2011 11:31:46 PM GMT
C# is a wonderful language for modern programming.  While everything in C# has a reason and a place, occasionally, there are things that can be confusing for a developer who isn’t aware of what is happening behind the scenes. Today we are going to look at a potential pitfall that can bite developers who expect the default behavior of declaring the same method (with same signature) in a subclass to perform an override. In particular, if the developer came from the C++ world, this may run counter to th... (more)
category: Web Dev | clicked: 10 | 1 comment | | source: www.blackrabbitcoder.net
tags: .NET, hide, override, C#, CSharp, Little Pitfalls
2
Shouts

.NET and ASP.NET interview questions: - Explain an application domain?

posted by questpondquestpond 675 days, 2 hours, 52 minutes ago
Thursday, July 21, 2011 1:12:09 PM GMT
This is an interesting question asked in most of the interviews and favorite question of 3 interview takers out of 5. (more)
category: Web Dev | clicked: 5 | comment | | source: computerauthor.blogspot.com
tags: .NET, asp
5
Shouts

What is the significance of jQuery.NoConflict?

published 674 days, 20 hours, 26 minutes ago posted by dharadhara 675 days, 8 hours, 33 minutes ago
Thursday, July 21, 2011 7:38:07 PM GMT Thursday, July 21, 2011 7:31:28 AM GMT
If we are referring any other script files along with jQuery you may get conflicts in the namespace. Some times if we use jQuery with any other libraries, we may get clash between two libraries and we encounter situations like neither of the functionality... (more)
category: Web Dev | clicked: 20 | 1 comment | | source: beyondrelational.com
tags: .NET, jQuery, ASP.NET
7
Shouts

What is PRISM?

published 674 days, 20 hours, 26 minutes ago posted by kinj312kinj312 677 days, 9 hours, 49 minutes ago
Thursday, July 21, 2011 7:38:07 PM GMT Tuesday, July 19, 2011 6:15:39 AM GMT
Prism is a Framework for developing Composite or Complex applications specific to WPF or Silverlight or Windows Phone. It uses modularity; It allows to break application into pieces can be called as Modules. It uses design patterns like MVVM, Command... (more)
category: Web Dev | clicked: 39 | comment | | source: beyondrelational.com
tags: .NET, WPF, Prism
7
Shouts

Managed Extensibility Framework - A Look

published 674 days, 20 hours, 26 minutes ago posted by dharadhara 678 days, 8 hours, 13 minutes ago
Thursday, July 21, 2011 7:38:07 PM GMT Monday, July 18, 2011 7:51:49 AM GMT
Hi guys, If you are really new to .NET framework 4.0, this is going to be a quickstart guide to a new framework for extensibility which every developers should know. In this post, I will give you a brief introduction to what Managed Extensibility Framework... (more)
category: Web Dev | clicked: 84 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP .NET
2
Shouts

ValueType and ReferenceType : Under the Hood Part 2

posted by abhi2434abhi2434 679 days, 20 hours, 9 minutes ago
Saturday, July 16, 2011 7:55:56 PM GMT
Well, if you have read my previous post, you should be already clear how memory of ValueTypes and ReferenceTypes are allocated and De-allocated internally in terms of IL. Here in this post, I am going to cover some more concepts behind ValueTypes and ReferenceTypes and what exactly comprises of them. In my previous post on the series, I have told you that any type that inherits from System.ValueTypes is stored in Stack while any type that is not inherited from System.ValueType is stored in Heap. Well... (more)
category: Architecture | clicked: 3 | comment | | source: www.abhisheksur.com
tags: .NET, C#, valuetype, reference type, internals
3
Shouts

C#/.NET Pitfalls: Nullable Math Doesn’t Always Add Up

published 681 days, 4 hours, 59 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 681 days, 15 hours, 4 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Friday, July 15, 2011 1:00:18 AM GMT
C# is a wonderful language for modern programming.  Occasionally, however, there are things that are syntactically legal, but can bite you if you aren’t aware of what is actually going on behind the scenes. This is my third post in the Little Pitfalls series where I explore these small pitfalls and discuss what’s going on and how to avoid it. In the last Little Wonders post, we talked about the Nullable static class (not to be confused with the Nullable (more)
category: Web Dev | clicked: 6 | 1 comment | | source: blackrabbitcoder.net
tags: .NET, nullable, C#, Little Pitfalls
5
Shouts

Code refactoring with Visual Studio 2010 Part-2

published 681 days, 4 hours, 59 minutes ago posted by dharadhara 682 days, 7 hours, 42 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Thursday, July 14, 2011 8:22:50 AM GMT
In previous post I have written about Extract Method Code refactoring option. In this post I am going to some other code refactoring features of Visual Studio 2010. Renaming variables and methods is one of the most difficult task for a developer... (more)
category: Web Dev | clicked: 18 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP.NET
3
Shouts

C# and .NET interview questions - What are Extension Methods in C#.NET ? ...

posted by questpondquestpond 684 days, 1 hour, 54 minutes ago
Tuesday, July 12, 2011 2:10:44 PM GMT
This is a semi-asked .NET interview question and below goes the explanation for the same.Lets say we have a simple class called as Maths and this class we have got from a 3rd party. In other words we do not have control of changing the code of this class. (more)
category: Web Dev | clicked: 8 | comment | | source: www.dotnetfunda.com
tags: .NET, C#
6
Shouts

PetaPoco with parameterised stored procedure and Asp.Net MVC

published 683 days, 22 hours, 50 minutes ago posted by kinj312kinj312 684 days, 9 hours, 5 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Tuesday, July 12, 2011 6:59:34 AM GMT
I have been playing with Micro ORMs as this is very interesting things that are happening in developer communities and I already liked the concept of it. It’s tiny easy to use and can do performance tweaks. PetaPoco is also one of them I have written... (more)
category: Web Dev | clicked: 22 | 1 comment | | source: beyondrelational.com
tags: ASP.NET MVC, .NET
6
Shouts

Some facts about Null in .NET

published 683 days, 22 hours, 50 minutes ago posted by kinj312kinj312 684 days, 9 hours, 5 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Tuesday, July 12, 2011 6:59:00 AM GMT
As I am tweeting around the facts on Nulls for last couple of days, I thought of writing a blog on that as many of you have already requested me on this regard. This post is basically dealing with Nulls and will go through only with basic C# stuffs, so... (more)
category: Web Dev | clicked: 31 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP.NET
6
Shouts

Lazy Loading in C# 4.0

published 683 days, 22 hours, 50 minutes ago posted by dharadhara 685 days, 5 hours, 10 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 10:54:41 AM GMT
Lazy loading is a pattern which delay initialization of object. C# 4.0 introduced new class which defers the creation of expensive objects when not in use. In this article I’ll explain the use of Lazy (more)
category: Web Dev | clicked: 67 | 1 comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
3
Shouts

XML Serialization of Arrays and Collections

published 685 days, 8 hours, 8 minutes ago posted by BlackWaspBlackWasp 685 days, 17 hours, 29 minutes ago
Monday, July 11, 2011 7:56:34 AM GMT Sunday, July 10, 2011 10:35:42 PM GMT
Arrays and collections can be serialized to XML. The standard action when using the default serializer is for the name of the collection property to be added to the XML, with a contained element for each item named according to the items' data types. (more)
category: How To | clicked: 35 | comment | | source: www.blackwasp.co.uk
tags: .NET, C#, XML
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 ... 46 47 Next