iftekharahmedamit
Name: iftekharahmedamit
Score: 15
Last Seen: 393 days, 3 hours, 6 minutes ago
Member Since: 19 November, 2008
DotNetShoutout
atom rss
4
Shouts

How to play audio in the HTML5 and how to control the audio play using in HTML element ?

published 503 days, 15 hours, 9 minutes ago posted by dotnetfundadotnetfunda 506 days, 23 hours, 41 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 8:34:26 AM GMT
In this article, we are going to learn How to play audio in the HTML5 and how to control the audio play using in HTML element. (more)
category: Web Dev | clicked: 18 | 1 comment | | source: www.dotnetfunda.com
tags: HTML 5
2
Shouts

How to Write Data to a CSV File?

published 505 days, 21 hours, 1 minute ago posted by http://uniquesaiful.blogspot.com/http://uniquesaiful.blogspot.com/ 507 days, 13 hours, 33 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Sunday, January 29, 2012 6:42:43 PM GMT
How to Write Data to a CSV File? On 12.01.29, In Programming, by uniquesaiful The article shows the work of parsing the rows from the dataset into a file stream using a comma delimiter. The article shows the work of parsing the rows from the dataset into a file stream using a comma delimiter. By loading the data into a dataset, you have access to metadata for the columns. You can retrieve the column name from the metadata when building the row headers for your export file. If the Overwrite parameter is... (more)
category: Web Dev | clicked: 20 | comment | | source: computersight.com
3
Shouts

A SQL Server Leap Year Test Function

published 506 days, 23 hours, 33 minutes ago posted by BlackWaspBlackWasp 507 days, 9 hours, 20 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Sunday, January 29, 2012 10:55:49 PM GMT
Transact-SQL does not provide a standard function that allows developers to determine if a year is a leap year. This article describes two functions. One to calculate the number of days in a year and one that utilises the result to identify leap years. (more)
category: Data | clicked: 6 | comment | | source: www.blackwasp.co.uk
tags: SQL Server
4
Shouts

New WPF Datagrid grouping and exporting capabilities from Mindscape

published 506 days, 23 hours, 33 minutes ago posted by traskjdtraskjd 511 days, 4 hours, 14 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Thursday, January 26, 2012 4:01:25 AM GMT
This post looks at new features for the WPF Datagrid control that is part of WPF Elements. The new additions in the latest nightly builds are grouping support and exporting functionality to make the WPF Datagrid save even more development time. This post shows how to use these additional features. (more)
category: UX | clicked: 63 | comment | | source: www.mindscapehq.com
tags: DataGrid, WPF, exporting, grouping, Mindscape
3
Shouts

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

published 508 days, 9 hours, 11 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 510 days, 6 hours, 46 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
4
Shouts

Working with Prism 4 Part 3: Composite Command and Pub/Sub Events

published 508 days, 9 hours, 11 minutes ago posted by KMilKMil 511 days, 20 hours, 22 minutes ago
Saturday, January 28, 2012 11:04:38 PM GMT Wednesday, January 25, 2012 11:53:22 AM GMT
In this article, you will see how to define multiple modules that can communicate with each other through a combination of CompositeCommands and Prism events. CompositeCommands let you have handlers registered or unregistered in a loosely coupled fashion, and allows you to have multiple handlers (child commands) that will be used by the CompositeCommand. Prism events are for situations that are not necessarily an action->reaction kind of set up where enablement and disablement is needed. You simply defin... (more)
category: Metro | clicked: 38 | 1 comment | | source: www.silverlightshow.net
tags: Prism
4
Shouts

Teams and TFS Groups in TFS11, the backlog, board and security settings

published 508 days, 9 hours, 11 minutes ago posted by ClemensReijnenClemensReijnen 512 days, 11 hours, 22 minutes ago
Saturday, January 28, 2012 11:04:38 PM GMT Tuesday, January 24, 2012 8:53:25 PM GMT
Beside using the new team concept in TFS11, you also just can do it the ‘old’ way. Put all your team members in the different TFS Groups (readers, contributors, … ) and give them access to the team project. Just as you did the past decade. But, you have to understand what happens when you do it. You also can mix things, create teams and only add TFS groups to it, or give people specific rights within a team… actually you can make it a complete chaos. In this post some usages scenarios. (at the end of thi... (more)
category: Agile | clicked: 26 | comment | | source: clemensreijnen.nl
3
Shouts

WPF Data Grid with sparkline charts and display customizations

published 506 days, 23 hours, 33 minutes ago posted by traskjdtraskjd 512 days, 6 hours, 39 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Wednesday, January 25, 2012 1:37:06 AM GMT
This post looks at customizing the Mindscape WPF Data Grid to demonstrate different display templates for cells. Of particular interest is the use of the charting WPF controls to show how spark lines could be included to show trends over time. (more)
category: UX | clicked: 60 | comment | | source: www.mindscapehq.com
tags: GridView, DataGrid, WPF, Charts, Mindscape, Sparklines
6
Shouts

Caliburn Micro: More About Events and Parameters (part 3)

published 506 days, 23 hours, 33 minutes ago posted by traskjdtraskjd 512 days, 5 hours, 53 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Wednesday, January 25, 2012 2:23:14 AM GMT
Caliburn Micro is a fantastic MVVM framework for XAML developers (WPF, Silverlight, WP7) and in this post more advanced eventing with parameters is discussed. This is the third post in a series (older posts linked to in the article) but it is designed for developers who may not have worked with Caliburn Micro in the past. You'll discover how easy it is to get started and what power Caliburn Micro provides to XAML developers. (more)
category: Architecture | clicked: 83 | comment | | source: www.mindscapehq.com
tags: Silverlight, WP7, Caliburn Micro, WPF, XAML, Mindscape
3
Shouts

Asim Sajjad: Silverlight RichTextBox Control For Beginners

published 511 days, 55 minutes ago posted by asimsajjadasimsajjad 515 days, 4 hours, 54 minutes ago
Thursday, January 26, 2012 7:21:11 AM GMT Sunday, January 22, 2012 3:22:01 AM GMT
Problem:                Need to use the RichTextBox control of the Silverlight 4 and need ways to bind the RichTextBox control to the view model properties. Solution:                This post is for the absolute beginner who want to use the RichTextBox control of the Silverlight in their application. So in this post I will show how you can use MVVM pattern to bind the RichTextBox to the properties of the view models and what properties of the RichTextBox are used for binding.You can see in the Imag... (more)
category: Metro | clicked: 28 | 1 comment | | source: asimsajjad.blogspot.com
tags: Silvelight 4
6
Shouts

What you can do with 7 lines of JavaScript?

published 508 days, 9 hours, 11 minutes ago posted by MikeGriffinMikeGriffin 514 days, 14 hours, 16 minutes ago
Saturday, January 28, 2012 11:04:38 PM GMT Sunday, January 22, 2012 5:59:39 PM GMT
Our entityspaces.js “Javascript (ORM) Data Access Framework Based on Knockout” is really becoming solid. We have written a full featured demo that will really surprise you considering we only had to write 7 lines of JavaScript code to Save, Add, Edit, RejectChanges, and Delete data. The Example is a pure HTML/JavaScript page. (more)
category: Architecture | clicked: 111 | comment | | source: www.entityspaces.net
tags: KnockoutJS, JavaScript, knockout, MVVM, ORM
3
Shouts

How Wikipedia uses HTML5 to save bandwidth

published 509 days, 14 hours, 1 minute ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 517 days, 12 hours, 12 minutes ago
Friday, January 27, 2012 6:15:02 PM GMT Thursday, January 19, 2012 8:03:55 PM GMT
Something I hadn't noticed until recently is that Wikipedia tries to use the browser's native SVG support to render certain images. For example, if you search for a high resolution image of your country's flag, you will probably end up viewing an SVG. Next to being able to scale to an arbitrary size without suffering data loss, the SVG data format allows images to be far more compact. Basically, SVG is just XML, which also means ... (more)
category: Web Dev | clicked: 56 | comment | | source: jclaes.blogspot.com
tags: SVG, html5
3
Shouts

Using Git with Subversion

published 511 days, 55 minutes ago posted by Matt_TCFMatt_TCF 517 days, 4 hours, 20 minutes ago
Thursday, January 26, 2012 7:21:11 AM GMT Friday, January 20, 2012 3:55:24 AM GMT
Do you love Git? Are you working on a project that’s using Subversion? Well, did you know that Git actually integrates quite nicely with Subversion right out of the box? I’ll show you what you need to know to get started with Git and Subversion, and I’ll show you the workflow I use for keeping my work in sync with everyone else on my team. (more)
category: Agile | clicked: 24 | comment | | source: trycatchfail.com
tags: Git, Subversion
4
Shouts

Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series)

published 509 days, 14 hours, 1 minute ago posted by http://mkennedy66996693.myopenid.com/http://mkennedy66996693.myopenid.com/ 516 days, 10 hours, 22 minutes ago
Friday, January 27, 2012 6:15:02 PM GMT Friday, January 20, 2012 9:53:37 PM GMT
In this ASP.NET MVC Foundations article, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object. We’ll start with a very basic store website (downloads here: BasicMvcFormsstarter.zip and BasicMvcFormsfinal.zip)which has a database and some basic products already listed... (more)
category: Web Dev | clicked: 50 | comment | | source: www.michaelckennedy.net
tags: MVC 3, ASP .NET 4, Razor
5
Shouts

VSColorOutput extension for Visual Studio 2010/11 review

published 509 days, 14 hours, 1 minute ago posted by SergeyVlasovSergeyVlasov 518 days, 17 hours, 25 minutes ago
Friday, January 27, 2012 6:15:02 PM GMT Wednesday, January 18, 2012 2:50:38 PM GMT
Highlight important lines in the Visual Studio Output window. (more)
category: How To | clicked: 133 | 2 comments | | source: visualstudioaddins.svprogramming.net
tags: visual studio 11, visual studio extensions, Visual Studio 2010, Visual Studio
13
Shouts

Introducing Unity.WCF - providing easy IoC integration for your WCF services

published 509 days, 14 hours, 1 minute ago posted by devtrendsdevtrends 518 days, 15 hours, 46 minutes ago
Friday, January 27, 2012 6:15:02 PM GMT Wednesday, January 18, 2012 4:29:28 PM GMT
There are numerous blog posts available that explain how to hook up Unity with WCF. Unfortunately, many of these are incomplete, too basic or just plain wrong. Additionally, as far as I can tell, nobody has created a NuGet package to get you up and running as quickly as possible. This post introduces Unity.WCF, an open source NuGet package that (hopefully) just works in most situations, deals with cleaning up IDisposable instances and also provides a nice mechanism for automatically adding WCF behaviors ... (more)
category: Web Dev | clicked: 114 | 2 comments | | source: www.devtrends.co.uk
tags: Unity, IoC, Dependecy Injection, WCF
2
Shouts

10 Things ASP.NET Developers Should Know About Web.config Inheritance and Overrides - Jon Galloway

published 515 days, 15 hours, 29 minutes ago posted by http://kazimanzurrashid.myopenid.com/http://kazimanzurrashid.myopenid.com/ 518 days, 10 hours, 22 minutes ago
Saturday, January 21, 2012 4:46:53 PM GMT Wednesday, January 18, 2012 9:53:29 PM GMT
10 Things ASP.NET Developers Should Know About Web.config Inheritance and Overrides The ASP.NET configuration system is build around the idea of inheritance: Each Web.config file applies configuration settings to the directory that it is in and to all of the child directories below it. Settings in child directories can optionally override or modify settings that are specified in parent directories. Configuration settings in a Web.config file can optionally be applied to individual files or subdirectori... (more)
category: Web Dev | clicked: 23 | comment | | source: weblogs.asp.net
2
Shouts

Dividing ASP.NET MVC Components in Separate Projects | dotnetExpertGuide.com

published 509 days, 14 hours, 1 minute ago posted by nandipnandip 518 days, 3 hours, 21 minutes ago
Friday, January 27, 2012 6:15:02 PM GMT Thursday, January 19, 2012 4:55:01 AM GMT
Whenever we create new ASP.NET MVC 3 project, it follow pre defined directory convention and adds few files and directory to the project. However it is not compulsory to follow this default directory structure, but it help us to keep application clean & maintainable by grouping application component based on functionality i.e. controller, model, view etc. But when it comes to large project, it is very hard to maintain all components in one project. In such scenario, it is advisable to divide differe... (more)
category: Web Dev | clicked: 44 | comment | | source: www.dotnetexpertguide.com
tags: MVC 3
2
Shouts

How to Use Windows Azure Blob Storage Service With ASP.NET MVC Web Application

published 514 days, 8 hours, 3 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 517 days, 14 hours, 3 minutes ago
Monday, January 23, 2012 12:13:07 AM GMT Thursday, January 19, 2012 6:12:51 PM GMT
This blog post will walk you through on how to useWindows Azure Blob Storage service with ASP.NET MVC web application. (more)
category: Web Dev | clicked: 72 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC 3, ASP.NET MVC, Windows Azure, Windows Azure Storage, ASP.NET
4
Shouts

Autocorrecting unknown actions using the Levenshtein distance

published 517 days, 9 hours, 41 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 521 days, 16 hours, 50 minutes ago
Thursday, January 19, 2012 10:35:12 PM GMT Sunday, January 15, 2012 3:25:19 PM GMT
This weekend I prototyped an idea I had earlier this week: autocorrecting unknown actions in ASP.NET MVC. (more)
category: Web Dev | clicked: 20 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, Routing, url, Algorithm
Previous 1 2 3 4 5 6 7 8 9 10 ... 303 304 Next