vivekmishra
Name: vivekmishra
Score: 311
Last Seen: 477 days, 20 hours, 6 minutes ago
Member Since: 7 September, 2011
DotNetShoutout
atom rss
2
Shouts

Tiles in Windows Phone Mango - Update an Application Tile using ShellTile APIs > Windows Phone Rocks > Developer Articles

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 601 days, 11 minutes ago
Monday, October 03, 2011 4:39:11 PM GMT
In my previous articles, i gave an overview of the Tiles in Windows Phone Mango. In this article, i will explain how developers can use the ShellTile API to update the Application Tile. Note the restriction on using the ShellTile API. This can be used to Update the Application Tile and cannot be used to Create or delete an Application Tile. We should use the ShellTile.ActiveTiles.First () to get the access to the Tile of the Application . This will always return the Application Tile even if the App ... (more)
category: Metro | clicked: 5 | 1 comment | | source: windowsphonerocks.com
tags: Windows Phone, tiles
7
Shouts

T-SQL Function: EOMONTH

published 602 days, 21 hours, 56 minutes ago posted by dharadhara 606 days, 8 hours, 27 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Wednesday, September 28, 2011 8:22:30 AM GMT
We have all been in a situation where we had to get the last day of the month with T-SQL. The world would just be so much easier with 30 days in every month, which is not the case. To calculate if the last day is 31, 30, 28 or maybe even 29 is not that... (more)
category: Data | clicked: 13 | 3 comments | | source: beyondrelational.com
tags: SQL Server, TSQL
8
Shouts

What is an index – a theory (part 1/4 – dense and sparse indexes)

published 602 days, 21 hours, 56 minutes ago posted by dharadhara 606 days, 8 hours, 27 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Wednesday, September 28, 2011 8:22:50 AM GMT
Since I had written a few posts about indexes before, I thought it would be good to shed some light on theory behind indexes in SQL Server. It would be divided into four parts: Dense and sparse indexes (this post). B-trees – searching for a value and... (more)
category: Data | clicked: 16 | 3 comments | | source: beyondrelational.com
tags: SQL Server, index
5
Shouts

Simulating rain in Silverlight Part 3 - Adding wind effect

published 602 days, 21 hours, 56 minutes ago posted by KMilKMil 606 days, 3 hours, 42 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Wednesday, September 28, 2011 1:07:56 PM GMT
Lazar Nikolov takes his "Simualting rain in Silverlight" article to a new level. In this third part from the series, he demonstartes how to add wind effect to the rain. (more)
category: Metro | clicked: 27 | 4 comments | | source: www.silverlightshow.net
tags: gaming, Games
7
Shouts

MSBI # 37 – SSIS # 16 - Data Flow Task # 2 - Introduction to Data Flow Task {Part - I}

published 602 days, 21 hours, 56 minutes ago posted by dharadhara 605 days, 8 hours, 54 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Thursday, September 29, 2011 7:55:21 AM GMT
Hi friends , As I have already started some basic explanation of Data Flow Task on my last post: MSBI # 36 – SSIS # 15 – Control Flow Tasks # 8 – Data Flow Task # 1 « (B)usiness (I)ntelligence Mentalist In this post we will look further in base of Data... (more)
category: Data | clicked: 5 | 4 comments | | source: beyondrelational.com
tags: SQL Server, MSBI, TSQL
5
Shouts

WPF 4.5 – Part 8 : No more airspace problems (Integrating WPF with win32 : finally I can use the WebBrowser control !)

published 602 days, 21 hours, 56 minutes ago posted by jmix90jmix90 607 days, 15 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Tuesday, September 27, 2011 4:34:31 PM GMT
Integrating win 32 component is already possible in WPF 4.0, even in WPF 3.5 but there is the well-know issue : airspace problems. Each render technology belongs to only one airspace only. So when you place Win32 components in your WPF application they behave as black hole for input, render transformation are not (well) applied, etc. With this 4.5 release, the WPF team solves this drawback. In this post more explanation and an example of how it improves developers’ life will be gived. This post is a pa... (more)
category: How To | clicked: 40 | 5 comments | | source: www.jonathanantoine.com
tags: Win32, Interop, WebBrowser Control, How-To, WPF, wpf 4.5, airspace
4
Shouts

Jquery Drag and Drop Google+ Circle Effects for developers | Developers Code

published 602 days, 21 hours, 56 minutes ago posted by taanu51taanu51 604 days, 7 hours, 14 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 9:35:49 AM GMT
HI friends,In this article i would like to share about the jquery effects of Google+ Circles.These effects completely based on coding only no need to use images..so lets start to create the awesome effect Just follow the steps First,Create Main Tags that is html,head and body Next,In the Head Section.Create two script tags. Tag-1 Tag-2Next,Add the Css code in the Head section Now the Head section part is completed Now add code in the body tag Developers code Thats it...Now the outp... (more)
category: UX | clicked: 123 | 5 comments | | source: www.developerscode.com
tags: Google, Social, JavaScript, jQuery
7
Shouts

SQL Server 2008 - Monitor SQL Server's Activity with Activity Monitor

published 602 days, 21 hours, 56 minutes ago posted by dharadhara 605 days, 8 hours, 56 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Thursday, September 29, 2011 7:54:15 AM GMT
With SQL server 2008 and the feature provided by it, This is very best feature for DBA people to get easily information for the SQL server details and process running inside it. You can read all features provided by SQL Server 2008 This feature is "Activity... (more)
category: Data | clicked: 10 | 4 comments | | source: beyondrelational.com
tags: SQL Server
7
Shouts

SQL SERVER: Load Reports without SQL SERVER Reporting Service with Asp.Net

published 602 days, 21 hours, 56 minutes ago posted by dharadhara 605 days, 8 hours, 55 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Thursday, September 29, 2011 7:54:40 AM GMT
Recently, we have weekly meetings with my team and one of developer is come up with question that, "Can we use Reports without having SQL SERVER Report Services?". That is very good question that came up by him, as he says client does not want... (more)
category: Data | clicked: 13 | 4 comments | | source: beyondrelational.com
tags: SQL Server, SSRS
3
Shouts

Devart Presents New Version of Entity Developer with ENUM Support and Other Numerous Enhancements

published 602 days, 21 hours, 56 minutes ago posted by Sergii852Sergii852 604 days, 5 hours, 20 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 11:29:23 AM GMT
Devart Entity Developer is an easy-to-use modeling and code generation tool for ADO.NET Entity Framework, NHibernate, and LINQ to SQL. The new version supports ENUM types originally introduced in the Entity Framework June 2011 CTP release. The application has become more user-friendly as entity shape coloring, selection-driven highlighting, application and diagram skins have been added to help users improve their experience with the software. Popular and loved by many users, Entity Developer introduces... (more)
category: Web Dev | clicked: 44 | 4 comments | | source: www.devart.com
tags: model designer, linq to oracle, ADO.NET ENTITY FRAMEWORK, Linq To SQL, Designer, nhibernate designer, Entity Framework, NHibernate, Code Generation, Model first, entity framework model designer, linq to mysql, linq to postgresql, linq to sql model designer, Entity Framework 4, Free
3
Shouts

Developing Windows Phone 7 HTML5 apps with PhoneGap | Colin Eberhardt's Adventures in .NET

published 602 days, 21 hours, 56 minutes ago posted by FantasticMrFishFantasticMrFish 604 days, 9 hours, 30 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 7:19:46 AM GMT
This article show the step-by-step development of a Windows Phone 7 HTML5 application using PhoneGap. It also looks at how viable this approach is for cross-platform mobile development.Introduction … and Why HTML5? Windows Phone 7 allows native application development in both Silverlight and XNA, both of which are mature framework with excellent tool support. So why would you want to develop an application with HTML5 / JavaScript instead? Personally I think the only viable reason for doing this (other t... (more)
category: Metro | clicked: 54 | 5 comments | | source: www.scottlogic.co.uk
tags: Windows Phone 7, phoneGap
3
Shouts

SQL SERVER – Denali – DMV – sys.dm_os_windows_info – Information about Operating System « Journey to SQLAuthority

published 602 days, 21 hours, 56 minutes ago posted by pinaldavepinaldave 603 days, 22 hours, 37 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 6:12:44 PM GMT
One more quick introduction to DMV for Denali. Following DMV provides information about Windows Operating System. Here is the quick example of the same. This DMV returns information about the operating system volume (directory) on which the specified databases and files are stored. Here is the quick example I have created for the same. SELECT * FROM sys.dmoswindows_info; Here is the screenshot of the same: Here is my question back to you – where would you use this stored procedure in your appl... (more)
category: Data | clicked: 5 | 4 comments | | source: blog.sqlauthority.com
8
Shouts

Move SSRS reports from one server to another

published 602 days, 21 hours, 56 minutes ago posted by dharadhara 606 days, 8 hours, 28 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Wednesday, September 28, 2011 8:22:10 AM GMT
Hi All, I am here to write a simple article to move SSRS reports from one server to another. When I have faced the same issue to move reports those were developed by developer on development server and now need to be moved on production server. I have... (more)
category: Data | clicked: 41 | 8 comments | | source: beyondrelational.com
tags: SQL Server, SSRS
6
Shouts

Day 1: String Concatenation in Oracle

published 602 days, 21 hours, 56 minutes ago posted by dharadhara 604 days, 8 hours, 36 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 8:13:57 AM GMT
Let Us Learn Oracle - Part 1 of N [ String Concatenation in Oracle ] Source table: tblPlayers In Oracle concatenation can be done in the following ways Option 1: Using Concatenation Operator ( || ) SQL> Select PlayerFirstName || ' ' || PlayerLastName... (more)
category: Data | clicked: 14 | 4 comments | | source: beyondrelational.com
tags: SQL Server, TSQL, Oracle
4
Shouts

Internet Explorer 10 Test Drive has been released

published 712 days, 19 hours, 42 minutes ago posted by aamirhaaamirha 714 days, 15 minutes ago
Monday, June 13, 2011 9:07:43 PM GMT Sunday, June 12, 2011 4:34:39 PM GMT
Switcher (more)
category: Agile | clicked: 26 | comment | | source: www.aspxtutorial.com
4
Shouts

Chutzpah – A JavaScript Test Runner Released

published 704 days, 10 hours, 26 minutes ago posted by jemtsjemts 706 days, 2 hours, 56 minutes ago
Wednesday, June 22, 2011 6:24:14 AM GMT Monday, June 20, 2011 1:53:35 PM GMT
I just released to CodePlex and the Visual Studio Gallery a new project called Chutzpah. Chutzpah is an open source JavaScript unit test runner which helps you integrate JavaScript unit testing into your website. It enables you to run JavaScript unit tests from the command line and from inside of Visual Studio. It also supports running in the TeamCity continuous integration server. (more)
category: Agile | clicked: 17 | comment | | source: matthewmanela.com
tags: Qunit, TDD, Open Source, Visual Studio, JavaScript, Testing, unit testing
6
Shouts

Create Code in JustCode

published 699 days, 21 hours, 6 minutes ago posted by KodefuGuruKodefuGuru 702 days, 21 hours, 32 minutes ago
Sunday, June 26, 2011 7:43:52 PM GMT Thursday, June 23, 2011 7:17:31 PM GMT
The Q2 release of JustCode includes four new features that will enable you to quickly generate code and eliminate some of the busy work that plagues us as developers. I tested these new features on nopCommerce, an ASP.NET open source shopping cart.Create Derived Type When a class or interface is selected, you have the option to create a derived type (or class that implements the interface). The Create Derived Type feature is available in the Code submenu of JustCode, and it’s also available from the C s... (more)
category: Agile | clicked: 31 | comment | | source: www.kodefuguru.com
tags: JustCode, Telerik, nopCommerce
4
Shouts

Continuous Deployment Using TeamCity 6, MSDeploy, and psake

published 690 days, 9 hours, 48 minutes ago posted by Matt_TCFMatt_TCF 691 days, 4 hours, 5 minutes ago
Wednesday, July 06, 2011 7:01:31 AM GMT Tuesday, July 05, 2011 12:44:45 PM GMT
Want to start doing continuous deployment now? Then this post is for you. I’ll show you how easy it is to start doing continuous deployment today using freely available tools. (more)
category: Agile | clicked: 47 | comment | | source: trycatchfail.com
tags: MSDeploy, Continous Integration, continuous deployment, TeamCity
8
Shouts

Code Metrics Viewer Blog

published 688 days, 9 hours, 19 minutes ago posted by http://codemetricsviewer.wordpress.com/http://codemetricsviewer.wordpress.com/ 699 days, 19 hours, 8 minutes ago
Friday, July 08, 2011 7:31:12 AM GMT Sunday, June 26, 2011 9:42:01 PM GMT
This blog contains information about the Code Metrics Viewer extension for Visual Studio 2010. The tool intergrates the Code Metrics Power Tool 10.0 into Visual Studio Profession 2010. Here you can find answers for frequently asked questions, trouble-shootings and news about the tool... (more)
category: Agile | clicked: 30 | 1 comment | | source: codemetricsviewer.wordpress.com
tags: Code Metrics, Code Review, code analysis
6
Shouts

How to submit your website/webblog to Dmoz.org's directory

published 683 days, 23 hours, 35 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 685 days, 37 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 4:12:39 PM GMT
What is Dmoz.org? Dmoz is the Internet's largest directory system (over 3 million web sites) and is maintained by human editors.  Dmoz will help build the most comprehensive human-reviewed directory of the web. If you want to know more information about Dmoz, you can see here: http://en.wikipedia.org/wiki/OpenDirectoryProject Why do I submit my website to Dmoz.org Your website/WebBlog will be listed on relevancy directory than non-human edited directories and search engines. A web site listing... (more)
category: Agile | clicked: 21 | comment | | source: code2code.info
tags: SEO
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 Next