DotNetShoutout - Stories tagged with .NET
4
Shouts

C#/.NET Little Wonders: Skip() and Take()

published 413 days, 22 hours, 10 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 419 days, 7 hours, 55 minutes ago
Wednesday, April 04, 2012 10:04:00 AM GMT Friday, March 30, 2012 12:19:05 AM GMT
I’ve covered many valuable methods from System.Linq class library before, so you already know it’s packed with extension-method goodness. Today I’d like to cover two small families I’ve neglected to mention before: Skip() and Take(). While these methods seem so simple, they are an easy way to create sub-sequences for IEnumerable (more)
category: Web Dev | clicked: 82 | 1 comment | | source: www.blackrabbitcoder.net
tags: .NET, Little Wonders, Take, C#, Skip, CSharp, Linq, TakeWhile, SkipWhile
3
Shouts

Transforming a SSRS(RDLC) Report report output to Excel format

published 416 days, 11 hours, 43 minutes ago posted by dotnetfundadotnetfunda 421 days, 2 hours, 9 minutes ago
Sunday, April 01, 2012 8:31:29 PM GMT Wednesday, March 28, 2012 6:05:33 AM GMT
In this article we shall learn how to transforming the report output into MS Excel. (more)
category: Web Dev | clicked: 32 | comment | | source: www.dotnetfunda.com
tags: .NET
5
Shouts

.NET Known and System Colours

published 430 days, 25 minutes ago posted by BlackWaspBlackWasp 436 days, 9 hours, 41 minutes ago
Monday, March 19, 2012 7:49:15 AM GMT Monday, March 12, 2012 10:32:56 PM GMT
The Color class can represent over sixteen million colour shades with over two hundred and fifty levels of transparency. Often, however, a simple, named colour or a system colour is desired. These can be obtained using the KnownColor enumeration. (more)
category: UX | clicked: 24 | comment | | source: www.blackwasp.co.uk
tags: .NET, graphics
3
Shouts

C#/.NET Little Wonders – The DateTimeOffset struct

published 435 days, 18 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 440 days, 7 hours, 33 minutes ago
Wednesday, March 14, 2012 7:55:55 AM GMT Friday, March 09, 2012 12:41:09 AM GMT
While the DateTime is a powerful structure for parsing, manipulating, and comparing date-times, it becomes problematic when handling times from different time-zones. The DateTimeOffset is much more portable in that it preserves the offset from UTC. (more)
category: Web Dev | clicked: 58 | 2 comments | | source: www.blackrabbitcoder.net
tags: .NET, Little Wonders, C#, DateTimeoffset, CSharp
2
Shouts

.NET Interview Questions: – Elaborate LeaseTime, SponsorshipTime, RenewonCallTime and LeaseManagerPollTime?

published 437 days, 11 hours, 37 minutes ago posted by questpondquestpond 441 days, 21 hours, 41 minutes ago
Sunday, March 11, 2012 8:36:42 PM GMT Wednesday, March 07, 2012 10:33:06 AM GMT
In this article we will explain about LeaseTime, SponsorshipTime, RenewonCallTime and LeaseManagerPollTime. For more articles and videos visit us on http://www.questpond.com (more)
category: Web Dev | clicked: 50 | comment | | source: questpond.blog.com
tags: .NET, .net Interview Question, Lease Time, Sponsorship Time, RenewonCallTime, Garbage Collector
6
Shouts

ASP.NET - Decoding viewstate is very simple by using LosFormatter class

published 436 days, 1 hour, 1 minute ago posted by dharadhara 443 days, 18 hours, 1 minute ago
Tuesday, March 13, 2012 7:12:50 AM GMT Monday, March 05, 2012 2:13:15 PM GMT
Though I know viewstate is vulnerable to security as it reveals sensitive information, I always thought that its reasonably difficult to decode. But i found that decoding viewstate is very much simpler. ASP.NET has a class "LosFormatter", by using which we can decode viewstate (more)
category: Web Dev | clicked: 105 | comment | | source: beyondrelational.com
tags: .NET, ASP .NET
2
Shouts

Learn Dotnet and CSharp Step by Step videos collection

published 437 days, 11 hours, 37 minutes ago posted by questpondquestpond 446 days, 19 hours, 34 minutes ago
Sunday, March 11, 2012 8:36:42 PM GMT Friday, March 02, 2012 12:40:28 PM GMT
This collection contains videos related with frequently asked .NET and C# interview questions. .NET And C# Questions and Programming (more)
category: Web Dev | clicked: 135 | comment | | source: www.fundoovideo.com
tags: .NET, C# programming, programming language, Freshers training
6
Shouts

WCF # 13 – WCF Behaviors and it's types [How WCF runtime is initialized?]

published 440 days, 21 hours, 39 minutes ago posted by dharadhara 450 days, 13 hours, 40 minutes ago
Thursday, March 08, 2012 10:35:16 AM GMT Monday, February 27, 2012 6:34:00 PM GMT
Hi Geeks, In general Behavior or behaviour refers to the actions and mannerisms made by System in conjunction with its environment, which includes the other systems around . It is the response of the system to various stimuli or inputs. * WCF Behaviors... (more)
category: Web Dev | clicked: 156 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
2
Shouts

.NET Interview Questions: – Elaborate object pooling in .NET?

published 449 days, 21 hours, 25 minutes ago posted by questpondquestpond 450 days, 20 hours, 32 minutes ago
Tuesday, February 28, 2012 10:49:04 AM GMT Monday, February 27, 2012 11:41:50 AM GMT
In this article we will explain about Object Pooling in .NET, For more articles and videos http://www.questpond.com/ (more)
category: Web Dev | clicked: 96 | comment | | source: dotnetinterviewquestion.wordpress.com
tags: .NET, object pooling, .Net Interivew Questions
2
Shouts

C#/.NET Little Wonders: The SequenceEqual() Method

published 458 days, 8 hours, 40 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 461 days, 6 hours, 45 minutes ago
Sunday, February 19, 2012 11:34:36 PM GMT Friday, February 17, 2012 1:29:06 AM GMT
This post examines a handy method of the Enumerable class that allows you to check if two sequences of values are equal. Equality of two sequences is defined as two sequences of the same length with equivalent values in the same order from both sequences. (more)
category: Web Dev | clicked: 51 | 2 comments | | source: www.blackrabbitcoder.net
tags: .NET, Little Wonders, SequenceEqual, C#, IEnumerable, enumerable, CSharp, Linq
2
Shouts

Documenting Exceptions

published 461 days, 18 hours ago posted by BlackWaspBlackWasp 462 days, 9 hours, 47 minutes ago
Thursday, February 16, 2012 2:14:19 PM GMT Wednesday, February 15, 2012 10:27:24 PM GMT
Code can be decorated with XML documentation comments, which can be compiled into documentation files. When members can throw exceptions, the comments can include a description of each expected exception and the reasons why it may be thrown. (more)
category: How To | clicked: 15 | comment | | source: www.blackwasp.co.uk
tags: .NET, Documentation
5
Shouts

Client side Model binding with ASP.NET MVC 3 and KnockoutJs

published 461 days, 18 hours ago posted by dharadhara 464 days, 14 hours, 17 minutes ago
Thursday, February 16, 2012 2:14:19 PM GMT Monday, February 13, 2012 5:57:27 PM GMT
Client side Model binding with ASP.NET MVC 3 and KnockoutJs Knockoutjs is type safe client side library which provides declarative bindings of DOM with model data, Automatic UI refresh when view model changes etc. You can read more about KnockoutJS on... (more)
category: Web Dev | clicked: 92 | comment | | source: beyondrelational.com
tags: .NET, ASP.NET
4
Shouts

Number- New HTML5 Input type

published 461 days, 18 hours ago posted by dharadhara 467 days, 13 hours, 26 minutes ago
Thursday, February 16, 2012 2:14:19 PM GMT Friday, February 10, 2012 6:48:10 PM GMT
I have been writing few series of new HTML5 input types and this is another post on same series. In this post I am going to explain Number input types. The number type is for numeric values. When you use number input type it will have spinner with up... (more)
category: Web Dev | clicked: 51 | 2 comments | | source: beyondrelational.com
tags: .NET, ASP .NET
3
Shouts

URL–New HTML5 input element

published 462 days, 1 hour, 43 minutes ago posted by dharadhara 467 days, 13 hours, 26 minutes ago
Thursday, February 16, 2012 6:31:00 AM GMT Friday, February 10, 2012 6:47:41 PM GMT
In earlier post we have seen how the email input tag work in the browser. HTML5 comes with lots of new goodies and today we are going to see one of another new html5 input types URL. In most of the sites once you fill your contact and personal information... (more)
category: Web Dev | clicked: 16 | comment | | source: beyondrelational.com
tags: .NET, ASP.NET
4
Shouts

Visual WebGui chosen over rich ASP.NET and Citrix for an online file management system

published 464 days, 12 hours, 10 minutes ago posted by webguiwebgui 471 days, 17 hours, 20 minutes ago
Monday, February 13, 2012 8:04:31 PM GMT Monday, February 06, 2012 2:54:35 PM GMT
“We ran 6 independent tests and the results showing that Visual WebGui is 4 times faster were the same each time… We also compared against using a Citrix model with a Windows application but the scalability was too costly.” (more)
category: Web Dev | clicked: 37 | comment | | source: www.visualwebgui.com
tags: .NET, Programming, online, Framework, Development, Application, Web, cloud app, Ajax, file management, ASP.NET, SaaS
2
Shouts

Object Oriented programming ( OOP ) :- What is Aggregation , Association and Composition ?

published 471 days, 13 hours, 52 minutes ago posted by questpondquestpond 473 days, 3 hours, 32 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Sunday, February 05, 2012 4:42:26 AM GMT
In this video we will demonstrate 3 important principles i.e. Aggregation , Association and Composition using c#. All the 3 things are important pillars of OOP ( object oriented programming) relationship. OOP(Object Oriented Programming) (more)
category: Architecture | clicked: 48 | comment | | source: youtu.be
tags: .NET, Programming, C#, OOP, Object Oriented Programming
7
Shouts

Email-New Html5 input element

published 468 days, 9 hours, 58 minutes ago posted by dharadhara 473 days, 12 hours, 57 minutes ago
Thursday, February 09, 2012 10:15:54 PM GMT Saturday, February 04, 2012 7:16:54 PM GMT
In most of the websites we have contact forms and other forms where we have some standard inputs like Phone,Email and Website URL and those are widely used in any site and has specific features. Email is one of the most standard used input elements which... (more)
category: Web Dev | clicked: 53 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP.NET
3
Shouts

New Tools in My TDD Arsenal

published 471 days, 13 hours, 52 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 475 days, 18 hours, 19 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Thursday, February 02, 2012 1:55:24 PM GMT
Recently my TDD arsenal has been enhanced with 3 new cool tools, which I'm about to share with you. More precisely it one tool and two frameworks. Let's go for it. NCrunch NCrunch is just amazing extension for Visual Studio created by @remcomulder. It automatically detects all your tests and re-running those as soon as source code changes happen. Forget about manual test re-running, it's just waste of time. You even do not need to press Ctrl + S, just continue coding as you usually do. Initially ... (more)
category: Web Dev | clicked: 25 | comment | | source: www.beletsky.net
tags: .NET, TDD, Tools
9
Shouts

Difference between generic handler and http handler- ASP.NET

published 477 days, 21 hours ago posted by dharadhara 481 days, 13 hours, 34 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Friday, January 27, 2012 6:40:04 PM GMT
Generic handler: As per MSDN Generic Handler is a default handler which will have @webhandler directive and has .ashx extension this generic handler is not having UI but it provides response when ever any request made to this handler. HTTP Handler: HTTP... (more)
category: Web Dev | clicked: 63 | comment | | source: beyondrelational.com
tags: .NET, ASP.NET
3
Shouts

C#/.NET Little Pitfalls: Implicit Zero To Enum Conversion

published 480 days, 9 hours, 10 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 482 days, 6 hours, 44 minutes ago
Saturday, January 28, 2012 11:04:38 PM GMT Friday, January 27, 2012 1:29:56 AM GMT
Many times, we create overloaded methods or constructors to allow them to accept different kinds of data. Further, there are times that we may accept object when any value will do. This works well (aside from boxing/unboxing concerns for value types), but if you have an overload that accepts object and one that takes an enum, and you pass a constant expression of 0, where does it go? (more)
category: Web Dev | clicked: 21 | 1 comment | | source: www.blackrabbitcoder.net
tags: enum, .NET, conversion, C#, Implicit, Little Pitfalls
Previous 1 2 3 4 5 6 7 8 9 10 ... 46 47 Next