iftekharahmedamit
Name: iftekharahmedamit
Score: 15
Last Seen: 362 days, 1 hour, 16 minutes ago
Member Since: 19 November, 2008
DotNetShoutout
atom rss
2
Shouts

SQL SERVER – Fix: Error: Msg 1904, Level 16 The statistics on table has 33 column names in statistics key list. The maximum limit for index or statistics key column list is 32 « SQL Server Journey with SQLAuthority

published 525 days, 18 hours, 14 minutes ago posted by pinaldavepinaldave 525 days, 23 hours, 11 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Sunday, December 11, 2011 7:15:22 AM GMT
Earlier I wrote an article where I demonstrated that an index with more than 16 column is not possible. Here is the link to the article. After reading the same article I received email from user suggesting does it mean that statistics can be only created on only 16 columns. Well, answer is NO. One can create statistics on total of 32 columns, where as the limit of creating index is only 16 columns (and 900 bytes). Here is the quick example where when attempted to create statistics on 33 columns is gener... (more)
category: Data | clicked: 7 | 1 comment | | source: blog.sqlauthority.com
3
Shouts

Display Rich HTML Content in Silverlight & WPF

published 525 days, 18 hours, 14 minutes ago posted by jemmyjemmy 529 days, 1 hour, 41 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 4:45:19 AM GMT
The framework covers everything we need to author content, from basic document elements such as paragraph, span, hyperlink, bullet list, to advanced document elements such as floater and table. More importantly, we can apply rich formatting to the document through which includes bold, italic, underline as well as customizing text effects such as strikethrough, subscript and superscript. (more)
category: Metro | clicked: 23 | comment | | source: www.intersoftpt.com
tags: Silverlight, clientui, intersoft, webui studio, WPF, ASP.NET
2
Shouts

NDepend first view

posted by jphellemonsjphellemons 528 days, 22 hours, 28 minutes ago
Thursday, December 08, 2011 7:58:03 AM GMT
Today I have installed NDepend for the first time! I was really convinced because of this short video and the 7 minute version. Too bad that it isn’t really a human voice, but the feature set of NDepend will make up for that. I followed these instructions for the installation and installed the Visual Studio Add-In. (more)
category: Web Dev | clicked: 6 | comment | | source: www.jphellemons.nl
tags: NDepend, Visual Studio
3
Shouts

Mindscape WPF Elements 5 Released

published 525 days, 18 hours, 14 minutes ago posted by traskjdtraskjd 528 days, 20 hours, 46 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 9:40:02 AM GMT
Mindscape have released version 5 of their popular WPF control suite. Highlights include a high performance data grid, time explorer and over 1000 improvements across the entire 50+ controls now included in the suite. (more)
category: UX | clicked: 20 | comment | | source: www.mindscapehq.com
tags: DataGrid, WPF, XAML, Mindscape
2
Shouts

Publishing Visual Studio extensions with Visual Studio 2010 and Visual Studio 11 support

published 525 days, 18 hours, 14 minutes ago posted by SergeyVlasovSergeyVlasov 528 days, 15 hours, 43 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 2:42:38 PM GMT
If your Visual Studio extension supports both VS 2010/VS 11 and doesn't contain much version specific code you may want to develop it in Visual Studio 2010 and just specify that it supports Visual Studio 11 as well… (more)
category: How To | clicked: 60 | 1 comment | | source: visualstudioaddins.svprogramming.net
tags: visual studio 11, visual studio extensions, Visual Studio 2010
2
Shouts

Creating a WP7 app: Listbox items of the same width

published 525 days, 18 hours, 14 minutes ago posted by http://timdams.wordpress.com/http://timdams.wordpress.com/ 528 days, 14 hours, 40 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 3:46:20 PM GMT
I love databound listboxes in WP7. I do. I really do. However, every time I come to the part of making a nice template for each item (i.e. shiny ugly orange border, etc.) I fail in having items of equal size. How can we solve this?Read on! (more)
category: Metro | clicked: 68 | 1 comment | | source: timdams.wordpress.com
tags: WP7, C#, wp7dev, XAML, ListBox
2
Shouts

Learning to cook with WP 7.5 data (a book review)

published 525 days, 18 hours, 14 minutes ago posted by http://timdams.wordpress.com/http://timdams.wordpress.com/ 528 days, 14 hours, 36 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 3:49:48 PM GMT
Recently I received a review copy of the “Windows Phone 7.5 Data Cookbook” by Ramesh Thalli from Packt Publishing (ISBN 978-1-84969-122-2). This book, divided in 8 chapters, shows how simple it is to write data-driven programs WP7 applications. What follows is an extensive review of this book. (more)
category: Metro | clicked: 20 | comment | | source: timdams.wordpress.com
tags: Review, WP7, C#, Book Review
2
Shouts

Reading and Writing INI Files (C#)

published 525 days, 18 hours, 14 minutes ago posted by BlackWaspBlackWasp 528 days, 9 hours, 20 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 9:05:38 PM GMT
Initialisation files known as INI files provide a standard means for storing configuration information for software in a text file. Although rarely used by .NET applications, there are situations where these files must be read and written to using C#. (more)
category: How To | clicked: 10 | 2 comments | | source: www.blackwasp.co.uk
tags: IO
4
Shouts

Bringing Windows 8 UI to Windows 7 with RadPanorama for WinForms. Today.

published 529 days, 1 hour, 59 minutes ago posted by KodefuGuruKodefuGuru 534 days, 12 hours, 18 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Friday, December 02, 2011 6:07:25 PM GMT
The once unnamed RadPanorama control is here to make your Windows Forms applications rock! Together with the Touch API we have introduced in our previous blog, it brings the full power of touch-optimized applications to your Windows 7 users. If you have not heard anything about RadPanorama before, let us introduce it with a few words. Basically, this new control allows you to represent a small amount of data in the form of tiles that the end-user is able to smoothly scroll left or right with a gesture, ... (more)
category: UX | clicked: 32 | comment | | source: blogs.telerik.com
tags: win7, Win 8, Telerik, WinForms, touch
2
Shouts

Shark Compiler Control for Visual Studio review

posted by SergeyVlasovSergeyVlasov 534 days, 52 minutes ago
Saturday, December 03, 2011 5:33:39 AM GMT
Speed up C++ compilation in Visual Studio 2010, 2008 and 2005 using multiple processor cores… (more)
category: How To | clicked: 8 | comment | | source: visualstudioaddins.svprogramming.net
tags: Parallel Processing, C++, Visual Studio
2
Shouts

Asim Sajjad: Communication Between Silverlight And JavaScript (Part 2)

posted by asimsajjadasimsajjad 533 days, 1 hour, 44 minutes ago
Sunday, December 04, 2011 4:41:47 AM GMT
This post is the second part of the series of Communication Between Silverlight And JavaScript. In the First part I have discuss how to call JavaScript from the managed code.Now in this post I will discuss how to call the managed code from the JavaScript. Calling Managed Code From JavaScript :                                                                   In order to access managed code from the JavaScript you have to do following steps. Step 1:           In step 1 what you have to make is the to... (more)
category: Metro | clicked: 6 | comment | | source: asimsajjad.blogspot.com
tags: Silverlight 4
2
Shouts

Asim Sajjad: Communication Between Silverlight And JavaScript

posted by asimsajjadasimsajjad 533 days, 1 hour, 45 minutes ago
Sunday, December 04, 2011 4:40:54 AM GMT
Problem:            While developing silverlight application there are some situation when you need to pass some information from silverlight application (which you can say managed code) to the JavaScript and also from JavaScript to silverlight application (which you can say calling managed code from the JavaScript). So in this post I will discuss how you can communicate between JavaScript and silverlight  application and vice verse.Solution:                I have develop simple application which displ... (more)
category: Metro | clicked: 5 | comment | | source: asimsajjad.blogspot.com
tags: Silverlight 4
2
Shouts

Asim Sajjad: Bringing SelectedItem Into Focus Using DataGrid Control

posted by asimsajjadasimsajjad 532 days, 16 hours, 15 minutes ago
Sunday, December 04, 2011 2:11:15 PM GMT
Problem :               When using datagrid control of the silverlight control there is situation when datagrid control has lots of records and vertical scrolling of the datagrid control is visible and the selected item of the datagrid control is not in the view as the scrolling (vertical scrolling of the datagrid is visible due to large record). So it is important to give focus to the selected item of the datagrid control.In this post I will give you solution of this problem which many of you may have... (more)
category: Metro | clicked: 11 | comment | | source: asimsajjad.blogspot.com
tags: Silverlight 4
2
Shouts

SQLAuthority News – Microsoft SQL Server ODBC Driver for Linux Available Now « Journey to SQLAuthority with SQL Server

posted by pinaldavepinaldave 532 days, 23 hours, 57 minutes ago
Sunday, December 04, 2011 6:28:38 AM GMT
Yesterday I went to watch movie based on recommendation of the readers on my Facebook page. If you think we only discuss SQL on facebook page, it is not correct. We discussion pretty much everything what DBA do in their daily life. During the movie, someone recognized me from our blog photo. He changed his sit and while I was watching movie and asked couple of quick question. I understand it is a bad manner to talk in movie while others are watching but still answered him quickly. Let us call him Jatin.... (more)
category: Data | clicked: 6 | comment | | source: blog.sqlauthority.com
2
Shouts

Announcing the EntitySpaces Punchout Early Adopters Program (for Knockout 1.3)

posted by MikeGriffinMikeGriffin 532 days, 3 hours, 37 minutes ago
Monday, December 05, 2011 2:49:22 AM GMT
KICK IT !! The Punchout Grid (and coming suite of controls) are written using JavaScript and leverage Knockout 1.3. If you are not familiar with Knockout yet you really should check it out. Punchout is licensed under the MIT license. This means anyone can use Punchout for free including in commercial applications. EntitySpaces, LLC is the sponsor and will be overseeing the development of Punchout on github. The design approach is such that Punchout can be used with or without EntitySpaces. However, th... (more)
category: Architecture | clicked: 26 | comment | | source: www.entityspaces.net
tags: EntitySpaces, Punchout, JavaScript, knockout
5
Shouts

5 reasons not to use a micro ORM

published 529 days, 1 hour, 59 minutes ago posted by traskjdtraskjd 531 days, 22 hours, 27 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Monday, December 05, 2011 7:59:00 AM GMT
There's great reasons to sometimes work with a micro ORM, but what are 5 reasons when you wouldn't choose to use one in your application? (more)
category: Architecture | clicked: 36 | 1 comment | | source: www.mindscapehq.com
tags: ORM
3
Shouts

Windows Phone 7.5 - Use Background agents

published 529 days, 1 hour, 59 minutes ago posted by KMilKMil 531 days, 15 hours, 52 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Monday, December 05, 2011 2:33:52 PM GMT
One of the most important features added in Windows Phone 7.5 is the multithreaded environment. This missing feature was very criticized in the previous version, but the main reason of its lack was the high battery consumption that is usual in multithread phones. In this release the team has agreed to add the multithread capability but it worked hard to reach a good balance between multithreading and battery life. This is the main reason for the introduction of Background Agents that are a way to manage ... (more)
category: Metro | clicked: 41 | 1 comment | | source: www.silverlightshow.net
tags: wp7dev, Windows Phone, windows phone 7.5, wpdev
3
Shouts

Yet Another Approach to NHibernate Session-Per-Method-Call Using StructureMap

posted by Matt_TCFMatt_TCF 531 days, 54 minutes ago
Tuesday, December 06, 2011 5:31:49 AM GMT
There are several documented approaches you can follow to implement the session-per-method-call pattern with NHibernate and StructureMap. The majority of these approaches fail to leverage the full capabilities of StrurctureMap and are therefore more complex than they need to be. In this short post, I’ll show you how you can implement a simpler solution by utilizing StructureMap’s nested containers. (more)
category: Web Dev | clicked: 20 | comment | | source: trycatchfail.com
tags: webservices, NHibernate, WCF, StructureMap
5
Shouts

Dean Hume - MVC and HTML5 Web Workers

published 529 days, 1 hour, 59 minutes ago posted by deanomachinodeanomachino 530 days, 21 hours, 54 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Tuesday, December 06, 2011 8:32:08 AM GMT
Coding Tips & TricksHomeAboutContactCV MVC and HTML5 Web Workers Tweet HTML5 Web Workers are cool. As a developer that spends most of his time working with server side code, I like to think of Web Workers as .net's System.Threading for the front end. Basically, Web Workers allow you to run client side scripts without interrupting the page or any other scripts that are currently running. They are basically an API specification that lets you create background JavaScript threads to process... (more)
category: Web Dev | clicked: 28 | comment | | source: deanhume.com
tags: C#, Web workers, HTML 5, MVC
2
Shouts

Efficient Use of Try Catch Block | dotnetExpertGuide.com

posted by nandipnandip 530 days, 20 hours, 48 minutes ago
Tuesday, December 06, 2011 9:37:50 AM GMT
In all application, whether it is web or desktop, whether it is built in .NET or JAVA or any other language, we all are using (and we should use if we are not!) Try Catch Block or similar available mechanism to handle the exception. But recently while I was working on one application, I observed that Try Catch Block was also used to make decision!!! As Try Catch mechanism is provided to handle exception and hence it is heavy operation and utilizes more CPU, we should not use Try Catch for such decision ... (more)
category: Web Dev | clicked: 10 | comment | | source: www.dotnetexpertguide.com
tags: Programming, C#, ASP .NET
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 ... 303 304 Next