DotNetShoutout - Upcoming stories (page 6)
2
Shouts

Free Balio UI Kit for Web and Mobile App Designers | Developers Code

posted by taanu51taanu51 471 days, 22 hours, 57 minutes ago
Friday, February 03, 2012 8:31:01 AM GMT
Hi friends,Here i would like to share some information about Free Web UI Kit of Balio UI Kit for Web and Mobile Developers. we can use these UI kit for your Personal or commercial purposes.it contains a massive PSD files login forms, buttons, icons, pagination, stickers, menus and more.Actually,This set is designed by Grafpedia, where they are sharing articles about designing concepts inorder to imporve your designing skills and they are publishing lots of resources like icons,vectors and much more..Ch... (more)
category: UX | clicked: 10 | comment | | source: www.developerscode.com
tags: icons, iconsets
3
Shouts

Implementing Date Search functionality using Asp.net and c# | Developers Code

posted by taanu51taanu51 474 days, 4 hours, 9 minutes ago
Wednesday, February 01, 2012 3:19:15 AM GMT
Implemeting search functionality is common in web or windows applications.Here i would like to explain the procedure of implementing date Search functionality to bind the data in gridview using Asp.net and c#. First ,Add two Textbox controls and one button and change the properties as follows For First Textbox ,change the name as TxtFromDate and Add the Ajax Calendar Extender to that Textbox. For Second Textbox ,change the name as TxtToDate and Add the Ajax Calendar Extender to that Textbox. ... (more)
category: Web Dev | clicked: 49 | comment | | source: www.developerscode.com
tags: Search, Date, ASP .NET, Ajax, Calendar
2
Shouts

Working with Ajax Calender Extender with dd/mm/yyyy Validation | Developers Code

posted by taanu51taanu51 474 days, 23 hours ago
Tuesday, January 31, 2012 8:27:53 AM GMT
Hi friends,In this article i would like to explain "How to use Ajax calendar Extender in Asp.Net applications" .Here we are displaying date in dd/mm/yyyy Format.First we need to add AjaxControlToolkit to your Application.click here to know the procedure of adding Ajax Toolkit to your applications. Open the Default.aspx and select one Textbox from Toolbox and write the following code Next apply the Regular and Required Field validations for ** Now,the Date will be display in dd/mm/yyyy Forma... (more)
category: Web Dev | clicked: 29 | comment | | source: www.developerscode.com
tags: Validation, ASP .NET, Ajax, Calendar
2
Shouts

What is SharePoint Solution Package? | TechBubbles

posted by kalyanms1kalyanms1 488 days, 9 hours, 32 minutes ago
Tuesday, January 17, 2012 9:56:26 PM GMT
What is SharePoint Solution Package? SharePoint has a system which bundles all the components of a SharePoint Foundation extension in to a single file which is called a Solution Package. The Solution Package file has the extension .wsp.  The contents of solutions package are Assemblies Web Parts Site Definition files -  Site definition is a unique type of SharePoint website. It contains (onet.xml, webtemp*.xml, and default.aspx)Application Pages -  these can be .aspx pagesResource files and resourc... (more)
category: Architecture | clicked: 14 | comment | | source: www.techbubbles.com
tags: SharePoint 2010
3
Shouts

VSTS 2010 testing :- In what scenarios do we use ordered testing ?

posted by questpondquestpond 493 days, 19 hours, 32 minutes ago
Thursday, January 12, 2012 11:56:33 AM GMT
In what scenarios do we use ordered testing VSTS & C# (more)
category: Web Dev | clicked: 4 | comment | | source: youtu.be
tags: .NET, C#, VSTS 2010
2
Shouts

C# interview question: - Elaborate partial methods in partial classes of C# and .NET?

posted by questpondquestpond 496 days, 20 hours, 12 minutes ago
Monday, January 09, 2012 11:16:23 AM GMT
In this article we will explain about partial methods in partial classes of C# and .NET, For more articles and videos visit us on www.questpond.com (more)
category: Web Dev | clicked: 8 | comment | | source: dotnetinter.livejournal.com
tags: .NET, .Net Interview Questions, Partial Methods, C#, partial classes, C# interview Questions
3
Shouts

.NET interview questions: -How do testers do testing using V-model?

posted by questpondquestpond 500 days, 18 hours, 9 minutes ago
Thursday, January 05, 2012 1:19:01 PM GMT
In this article we will explain about V-model and its working in testing. For more articles and videos visit us on www.questpond.com (more)
category: Web Dev | clicked: 7 | comment | | source: questpond.blog.com
tags: .NET, Design, .Net Interview Questions, Testing, integration, V-model
2
Shouts

C# introduces a new concept known as Indexers

posted by DotNetLogixDotNetLogix 502 days, 14 hours, 2 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#
2
Shouts

6 common use of Template Design pattern: - Design pattern series

posted by questpondquestpond 507 days, 20 hours, 33 minutes ago
Thursday, December 29, 2011 10:55:09 AM GMT
In this article we will try to understand 6 important uses of template design patterns. Design PatternsYour text to link here... (more)
category: Web Dev | clicked: 14 | comment | | source: www.codeproject.com
tags: Design Pattern, Template design pattern, .Net Interivew Questions, C# interview Questions, ASP.NET
2
Shouts

How To Add Custom Asp.net Page Using Layouts folder approach in SharePoint2010

posted by dotnetfundadotnetfunda 507 days, 23 hours, 50 minutes ago
Thursday, December 29, 2011 7:37:56 AM GMT
Adding Custom Asp.net pages into SharePoint using Layout Folder approach Introduction Layout Folder approach is one of the methods of integrating files into Share Point Site .This document explains the steps for adding Custom asp.net Pages to _layout folder using Layout Folder approach. (more)
category: Web Dev | clicked: 13 | comment | | source: www.dotnetfunda.com
tags: Sharepoint
6
Shouts

Rx - Buffer - Bnaya Eshet

posted by bnayabnaya 514 days, 12 hours, 42 minutes ago
Thursday, December 22, 2011 6:45:49 PM GMT
Rx - BufferRx - Buffer this post is on of a series of post about Rx (Reactive Extension). in this one I will discuss the Buffer operator. no doubt that one of the most useful Rx operator is the Buffer. the Buffer operator enable to reduce a throughput pressure and gain better utilization of our resources. let take a scenario of monitoring data stream and persist the datum into database (or send it through a network boundaries). assuming the datum rate is 1 per millisecond, databases does not typ... (more)
category: Architecture | clicked: 7 | comment | | source: blogs.microsoft.co.il
tags: buffer, Rx
3
Shouts

SQL Server interview questions: - How many types of relationship exist in database designing?

posted by questpondquestpond 514 days, 18 hours, 12 minutes ago
Thursday, December 22, 2011 1:15:43 PM GMT
In this aricle we will explain different types of relationship existing in database designing.For more articles and videos visit us on www.questpond.com (more)
category: Data | clicked: 11 | comment | | source: dotnetinter.livejournal.com
tags: .NET, .Net Interview Questions, SQL, Asp.net interview questions, ASP.NET
2
Shouts

VSTS 2010 :- How to do Automation testing using coded UI test ?

posted by questpondquestpond 514 days, 20 hours, 16 minutes ago
Thursday, December 22, 2011 11:12:37 AM GMT
VSTS 2010 :- How to do Automation testing using coded UI test ?. Automation testing using coded UI test c# VSTS and Automation Testing (more)
category: Web Dev | clicked: 5 | comment | | source: youtu.be
tags: .NET, C#, Automation Testing, VSTS, TFS
2
Shouts

Display Slide OutBox depend up on Content using HTML and JQuery | Developers Code

posted by taanu51taanu51 517 days, 2 hours, 19 minutes ago
Tuesday, December 20, 2011 5:09:31 AM GMT
Hi Friends,In this article i would like to explain the integration of slideroutBox at the Bottom of your webpages using HTML and Jquery.I am already using Third party Plugin for my blog for this feature.This plugin is provided by simple Reach..Its working Gr8..But this time,I am trying to create a custom Slider Outbox which will display depend up on content.So Lets start the implementation. First,create a new html page and Add the following css code in Head Section to create Slide... (more)
category: UX | clicked: 37 | comment | | source: www.developerscode.com
tags: ASP .NET, CSS 3, jQuery, HTML 5
2
Shouts

Obtaining the Week Number for a Date (C#)

posted by BlackWaspBlackWasp 517 days, 7 hours, 45 minutes ago
Monday, December 19, 2011 11:42:58 PM GMT
Accounting software, time-keeping utilities and calendar applications often present dates using week numbers that commence at the beginning of the year. Using the .NET framework's Calendar class a week number can be calculated using a number of rules. (more)
category: How To | clicked: 8 | comment | | source: www.blackwasp.co.uk
tags: C#
4
Shouts

Free eBook: OWASP Top 10 for .NET developers

posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 517 days, 20 hours, 4 minutes ago
Monday, December 19, 2011 11:23:45 AM GMT
I decided to turn the whole OWASP Top 10 for .NET developers series into an eBook. Oh – and give it away for free. No strings attached. So here it is, 255 pages of .NET web development security goodness. Please share it generously, chuck it on your eBook reader, email it to your mates, quote me, force your developers to print and read every page – whatever – it’s all yours. (more)
category: Web Dev | clicked: 18 | comment | | source: www.troyhunt.com
tags: .NET, Security, Ebook, OWASP
2
Shouts

How to sort the custom template column in DataGrid and Group the records of the DataGrid based on a column value?

posted by dotnetfundadotnetfunda 517 days, 22 hours, 37 minutes ago
Monday, December 19, 2011 8:51:02 AM GMT
In this article, we are going to learn about DataGrid in silverlight and its related properties. DataGrid DataGrid control is one of the most important control in Silverlight to develop Line-of-Business (As per Wiki - Line of business (LOB) is a general term which often refers to a set of one or more highly related products which service a particular customer transaction or business need.) applications and is mostly used to List the records in tabular format. Apart from listing the records, it also pro... (more)
category: Metro | clicked: 24 | comment | | source: www.dotnetfunda.com
tags: Silverlight, DataGrid
3
Shouts

2011's most read posts

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 519 days, 12 hours, 38 minutes ago
Saturday, December 17, 2011 6:50:23 PM GMT
I compiled a list of most popular posts that were published on this blog in 2011. Unlike last year, and the year before that, this year it's not a strict top five list. While analyzing the statistics, I found out that a few topics -covered over multiple posts - were popular this year. (more)
category: Web Dev | clicked: 12 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, anonymous types, websockets, html5
2
Shouts

Address Chooser Task in Windows Phone

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 519 days, 15 hours, 3 minutes ago
Saturday, December 17, 2011 4:24:58 PM GMT
Windows Phone SDK provides the chooser "AddressChooserTask" that enables the users to retreive the physical address of the selected contact.. (more)
category: Metro | clicked: 3 | comment | | source: windowsphonerocks.com
tags: Windows Phone, Choosers
2
Shouts

c# :- Class1 creates objects of Class2 and Class2 creates of Class1 what will happen ?

posted by questpondquestpond 519 days, 19 hours, 45 minutes ago
Saturday, December 17, 2011 11:42:55 AM GMT
c# :- Class1 creates objects of Class2 and Class2 creates of Class1 what will happen ? .NET and C# interview questions and OOP (more)
category: Web Dev | clicked: 5 | comment | | source: youtu.be
tags: SQL Server, .NET and C# interview questions, OOP, Asp.Net Interview Question
Previous 1 2 3 4 5 6 7 8 9 10 11 ... 168 169 Next