Development Solutions

Thoughts on C#, .NET, programming, software development and productivity. Tips and tricks to solve various programming problems.

Pages

  • Home
  • Disclaimer
  • Ask for Solution
  • Recommended Resources

Ask for Solution


Email This BlogThis! Share to X Share to Facebook
Home
Subscribe to: Posts ( Atom )

Translate

Search This Blog

Subscribe Via Email

Enter your email address:

Subscribe To

Posts
Atom
Posts
All Comments
Atom
All Comments

Categories

  • .NET Framework ( 40 )
  • .Net Study Material ( 3 )
  • ADO.Net ( 5 )
  • AJAX ( 3 )
  • ASP.net ( 58 )
  • C# ( 24 )
  • C++ ( 6 )
  • CSS ( 1 )
  • Cloud Computing ( 3 )
  • Crystal Report ( 4 )
  • DevExpress ( 27 )
  • Docker ( 3 )
  • HTML ( 1 )
  • IIS ( 6 )
  • Infragistics ( 1 )
  • Java ( 1 )
  • JavaScript ( 17 )
  • LINQ ( 7 )
  • MOSS ( 1 )
  • MVC 3 ( 3 )
  • NDepend ( 8 )
  • NOde.js ( 2 )
  • Nevron ( 1 )
  • Oracle ( 2 )
  • Orchard ( 3 )
  • PHP ( 1 )
  • Programming ( 1 )
  • SQL ( 7 )
  • SQL Server ( 37 )
  • SharePoint Server ( 4 )
  • SignalR ( 1 )
  • Silverlight ( 5 )
  • Software Testing ( 1 )
  • Team Foundation Server ( 1 )
  • TypeScript ( 1 )
  • Visual Studio ( 23 )
  • WPF ( 4 )
  • Windows Azure ( 4 )
  • XAML ( 1 )
  • XML ( 1 )
  • jQuery ( 8 )

Blog Archive

  • ▼  2024 ( 14 )
    • ▼  November ( 4 )
      • Retrospectives That Work: A Guide to Reflect, Lear...
      • Mastering Time Estimation: A Guide to the Three-Po...
      • Backlog Refinement: Mastering Agile Effort Estimat...
      • From Stories to Epics: A Guide to Building a Custo...
    • ►  September ( 1 )
    • ►  May ( 3 )
    • ►  April ( 4 )
    • ►  March ( 1 )
    • ►  February ( 1 )
  • ►  2023 ( 4 )
    • ►  October ( 2 )
    • ►  September ( 1 )
    • ►  July ( 1 )
  • ►  2022 ( 3 )
    • ►  August ( 2 )
    • ►  February ( 1 )
  • ►  2021 ( 1 )
    • ►  July ( 1 )
  • ►  2020 ( 3 )
    • ►  September ( 1 )
    • ►  June ( 1 )
    • ►  May ( 1 )
  • ►  2019 ( 2 )
    • ►  January ( 2 )
  • ►  2018 ( 10 )
    • ►  December ( 4 )
    • ►  September ( 1 )
    • ►  August ( 4 )
    • ►  January ( 1 )
  • ►  2017 ( 20 )
    • ►  December ( 1 )
    • ►  November ( 2 )
    • ►  October ( 5 )
    • ►  September ( 1 )
    • ►  June ( 4 )
    • ►  May ( 2 )
    • ►  April ( 1 )
    • ►  March ( 2 )
    • ►  February ( 1 )
    • ►  January ( 1 )
  • ►  2016 ( 17 )
    • ►  December ( 1 )
    • ►  October ( 1 )
    • ►  September ( 1 )
    • ►  August ( 1 )
    • ►  July ( 7 )
    • ►  June ( 1 )
    • ►  May ( 2 )
    • ►  February ( 1 )
    • ►  January ( 2 )
  • ►  2015 ( 16 )
    • ►  December ( 3 )
    • ►  November ( 2 )
    • ►  September ( 3 )
    • ►  July ( 2 )
    • ►  June ( 2 )
    • ►  March ( 1 )
    • ►  February ( 3 )
  • ►  2014 ( 4 )
    • ►  August ( 1 )
    • ►  April ( 2 )
    • ►  January ( 1 )
  • ►  2011 ( 227 )
    • ►  December ( 3 )
    • ►  November ( 30 )
    • ►  October ( 31 )
    • ►  September ( 25 )
    • ►  August ( 15 )
    • ►  July ( 11 )
    • ►  June ( 2 )
    • ►  May ( 20 )
    • ►  April ( 6 )
    • ►  March ( 36 )
    • ►  February ( 29 )
    • ►  January ( 19 )
  • ►  2010 ( 33 )
    • ►  December ( 33 )

Blogroll

  • ASP.NET vNext Series: The Ultimate Guide
  • MSDN Center
  • MSDN Architecture Center
  • Microsoft Expression
  • jsFiddle - jQuery, Html test online
  • Computer Programming Video Tutorials
  • ScottGu's Blog - ASP.net, MVC
  • LIBRARY / CLASSIC READS
  • Rachel Lim's Blog
  • Google Docs: WireFrame Templates
  • Iphone & Android Development Blog
  • Microsoft programming technologies articles, tips and tricks
  • ASP.NET Data Access - Recommended Resources
  • Unit Testing .Net
  • Ultimate Developer and Power Users Tool List
  • Tool/Software for Mockup
  • 15 UI Design Patterns
  • ENGLISH GRAMMAR In Hindi
  • How to Improve English
  • Writers Write
  • I3arnon - Lots of answers on TPL
  • GHEORGHE SAHLEAN - SQL Server enthusiast
  • RabbitMQ Tutorial - tutlane

Followers

Popular Posts

  • Changing ASPxGridView Cell and Row Color on Condition
    Changing ASPxGridView Cell Color: To work with this functionality use the ASPxGridView.HtmlDataCellPrepared event. Here you can get value...
  • Find controls in the DataItem template of ASPxGridView column
    Add DataItemTemplate to Grid Column to access at server side code. In case of DataRowTemplate, we create template for whole row, but if we ...
  • Querying XML using XQuery or XPath in SQL Server
    You will have realized that XML is stored differently from traditional relational data. Not surprisingly, the way to query XML isn't...
  • How to setup Proxy settings in Visual Studio Code?
    I ran into problem that when I try to find extensions in the VS Code, it does not display anything and even not able to check for updates. I...
  • Displaying ASPxGridView row index number
    You can achieve this through two way: Method 1 Step 1. Add ASPxGridView on your page: <dx:ASPxGridView ID="grvTest" AutoGen...
  • Calling a web method that defined in user control
    Scenario: I have an usercontrol on my page and I want to call a webmethod using jquery ajax on usercontrol’s button click. I got that call ...
  • Callbacks in Devexpress Controls
    Callback or Post back in DevExpress Web Controls: Standard ASP.NET controls don't use callbacks , and all their internal processing i...
  • ASPxGridView DataRow Template Example
    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication164...
  • Enable code preview with the Visual Studio enhanced scroll bar
    Introduction This is the first time that I saw code preview through scrollbar in Visual Studio. I have use most of the Visual Studio IDE s...
  • How to solve roslyn compiler issue on shared hosting?
    Scenario: I have created a web application using Visual Studio 2015 and .NET 4.6. When I have compiled and uploaded my project files to the ...

References

  • LinQ Extended Joins
  • Vastu Shastra Guru
free hits
Powered by Blogger.