phanibitra

Stories kicked by phanibitra

How To : Host Silverlight Xap in Blogger(dotplusnet.blogspot.com)

submitted by phanibitraphanibitra(170) 1 year, 7 months ago

Here is an article describing the procedure to embed silverlight apps in blogger posts. read more...

add a comment |category: |Views: 63

tags: another

Communication between two usercontrols using Event Aggregator in SL(dotplusnet.blogspot.com)

submitted by kranthigullapallikranthigullapalli(60) 1 year, 8 months ago

I found many posts in the asp.net, silverlight.net fourms regarding communication between user-controls, so i thought to blog a bit about communication between user-controls using Event Aggregator in silverlight which i found is the best way to communicate. The main advantage for using an event aggregator to communicate between user-controls is, it removes the tight coupling between a publisher and a subscriber, by which a publisher/subscriber can evolve independently. Pre-requisites for understanding this blog post is to have a bit understanding of Event Aggregator. read more...

add a comment |category: |Views: 259

tags: another

Copy files from GAC(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 2 years, 4 months ago

It is really painful to copy files from GAC(Global Assembly Cache) usually located at C:\WINDOWS\assembly. If you right click on any of the assemblies in the folder you only get the option to view properties and to uninstall that assembly. But sometimes it happens that you have no other option other than copying it from GAC. Here i have simple workaround applying which you can copy the assemblies from the GAC. read more...

add a comment |category: |Views: 11

tags: another

CSS transparency in all the browsers(subodhpatel.co.cc)

submitted by subodhpatelsubodhpatel(120) 2 years, 6 months ago

There are many cross-browser issues and transparency is one of the wierd issues among them.All the browsers treat transparency in a different way. Here is the possible solution for the IE6 PNG background image transparency fix. read more...

add a comment |category: |Views: 388

tags: another

Fix for window.scrollY(subodhpatel.co.cc)

submitted by subodhpatelsubodhpatel(120) 2 years, 7 months ago

How to find out the number of pixels the vertical scrollbar scrolled in the browser. read more...

add a comment |category: |Views: 115

tags: another

Firebug for IE,Safari,Chrome and Opera(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 2 years, 7 months ago

Firebug is certainly one of the main assets for web development available. I know that is the plugin of choice for many others. An undesirable side effect of Excellent Firebug is that other similar tools for other browsers pale in comparison and seem inferior.You can use firebug in any other browser by following these steps: read more...

5 comments |category: |Views: 534

tags: another

jQuery (smallworkarounds.blogspot.com)

submitted by sushantpsushantp(45) 3 years, 2 months ago

This post looks into client side grid implentation using jTemplate to achieve high performance grid. It also talks about how to add additional features like paging, sorting and filtering to this client side grid. Its a highly detailed post. read more...

2 comments |category: |Views: 462

tags: another

Snippet Designer a visual Studio Addin Bug Fixed(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 3 years, 3 months ago

Snippet Designer is a visual studio addin and using this creating code snippets is a cakewalk. All you need to do is select the code that you would like make a snippet for, and then right click and from the context menu select "Export as snippet" and that code is opened in a new window there you can select the variables that would be changing and right click and select "Make Replacement". If you want to remove replacement select and then right click and select "Remove Replacement".So creating snippets was very simple using this addin. read more...

add a comment |category: |Views: 9

tags: another

Microsoft Visual Studio 2008 development server conflict w(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 3 years, 3 months ago

I created "New Web Site" and Started Debugging the page to see the blank page rendered. To my surprise, IE 7.0 displayed an error message saying: "Internet Explorer cannot display the webpage". read more...

add a comment |category: |Views: 10

tags: another

Application Architecture guide 2.0 released by Microsoft(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 4 months ago

Application Architecture Guide 2.0 project guide provides design-level guidance for the architecture and design of applications built on the .NET Framework. It focuses on the most common types of applications, partitioning application functionality into layers, components, and services, and walks through their key design characteristics.This guide is a collaborative effort between patterns & practices, product teams, and industry experts. It is a must read for all technical architects and .net developers. read more...

add a comment |category: |Views: 417

tags: another

ASP.NET Confirmation Button using JQuery (javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 3 years, 5 months ago

Creating a ASP.NET Confirmation Button control that uses JQuery and its plugin SimpleModal to implement modal confirmation popups. read more...

add a comment |category: |Views: 605

tags: another

SytleCop For Resharper 4.1 Updated and a new Release is out...Wow!!!(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 5 months ago

StyleCop for Resharper is a Resharper4.1 plugin which allows Microsoft Style Cop to be run as we type and generates real time syntax highlighting of violations Guys do check out this it will help you write cleaner code which is in accordance with specified standards. According to me Resharper and Style Cop are must have's for a .net developer to code smartly and efficiently. read more...

1 comment |category: |Views: 14

tags: another

Sysinternals, now easier to get than ever(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 3 years, 11 months ago

The sysinternals team has placed all their tools on a network share... on the internet. Now you can copy and run any of their tools from the command line. Anywhere. With no installs, website googling, unzipping or anything. \\live.sysinternals.com\tools\ read more...

2 comments |category: |Views: 349

tags: another

Use Visual Studio's Post-Build Events to Automate Unit Testing Running(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 4 years ago

Use Visual Studio's post-build events to make unit testing automation awesome! read more...

add a comment |category: |Views: 314

tags: another

JSON Services in ASP.NET Ajax(javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 4 years ago

In this post Javi discusses the use of JSON services int the context of a client centric development approach, and then he moves on from the theoretical point of view and explains with some samples how to to implement JSON services using the different mechanisms that ASP.NET provides: Page Methods, Web Services and WCF Services. read more...

add a comment |category: |Views: 61

tags: another

Log4Net Config to Make Your Loggin' Rockin' | From C Sharp to C Sharp(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 4 years, 4 months ago

Hot config for your Log4Net needs. read more...

1 comment |category: |Views: 61

tags: another