Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

senguptaamlan

@senguptaamlan
About
Posts
14
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • distributed cache for .NET system
    S senguptaamlan

    This article may help you... http://www.hanselman.com/blog/HanselminutesPodcast116DistributedCachingWithMicrosoftsVelocity.aspx[^] Distributed Caching with Microsoft's Velocity

    Design and Architecture question csharp sysadmin performance help

  • A color-coded flowchart is friendly though, what color(s) should it be?
    S senguptaamlan

    Why not to use the traffic signal color coding....it will make much more sense :)...at least you need not need to provide legends to the users.

    Design and Architecture question

  • Integration test for IoC registrations?
    S senguptaamlan

    you can use MOQ for mocking and IOC for running the test cases.

    Design and Architecture docker testing help question

  • Page methods subscribing to Control Events such as Load and PreRender
    S senguptaamlan

    Try to dig down the AutoEventWireup attribute of the page directive and its use....you will be able to understand how the default events gets wired up with the event handler.

    ASP.NET question tutorial

  • Getting or Setting Controls & Other hardcoded values from database
    S senguptaamlan

    you can store the value in a SQL Server Database table. Cache the data in application startup using ASP.NET cache engine. Make a SQL Server invalidation cache dependence over the cache, so whenever user changes the value in the table the cache gets invalidated. Repopulate the cache when there is a change in the underlying data table in SQL Server. So you are not pulling the data from SQL Serevr each time and only refresh the data in the cache whenever there is a change in the underlying data...as well as there will be no application restart requirement...a the cached data gets refreshed whenever there is a change in the underlying table....for information on SQL Server invalidation please refer the following link http://www.wrox.com/WileyCDA/Section/Using-the-ASP-NET-2-0-SQL-Server-Cache-Dependency.id-306459.html[^]

    Design and Architecture database question csharp asp-net performance

  • Problem in posting article and formatting.
    S senguptaamlan

    Hi I'm a regular viewer and now became a article writer (only 2 aricles although :-O ), but I'm facing a great problem while posting any article with the editor provided inside the Article Posting Wizard. I also downloaded the template..but it also seems that I need to use some HTML editor and need to have a bit good knowledge of HTML. Isn't it possible to post the article by using Microsoft Office or something easy to use...and post the article to codeproject?

    Article Writing html help question

  • Problem to connect to mysql via c#.
    S senguptaamlan

    go to the following link to see whether al the option in the connection string are given properly or not. http://dev.mysql.com/doc/refman/5.0/en/connector-net-programming-connection-options.html[^] also see that the Port at the hosting environment is not blocked, if blocked then register in the exception list in Windows Firewall, or any firewall setting in the host computer

    C# csharp help database mysql sysadmin

  • How to make my application into an EXE in .NET
    S senguptaamlan

    after building the application you will find the exe under bin\debug folder of your application folder.

    C# csharp help tutorial

  • Getting ODBC source error
    S senguptaamlan

    It seems a bit weired problem. Check the ODBC configuration for all the available drivers, and check whether the Microsoft Text Driver is installed on the machine or not. You will find the ODBC Datasource ADministrator from Administrative Tools.

    ASP.NET visual-studio help question

  • Getting ODBC source error
    S senguptaamlan

    can you please provide the code (specially when you are making the connection using ODBC)

    ASP.NET visual-studio help question

  • How to make my application into an EXE in .NET
    S senguptaamlan

    What type of application template you have selected while creating your application???

    C# csharp help tutorial

  • How to Create a Project run on Windows Startup using C#.Net
    S senguptaamlan

    I don't think that will help, schedular task, actually invokes a task or a bartch on a redefined time, its not responsive to windows startup. Its better to to add the entry in registry.

    C# csharp tutorial question

  • Handling with multiple SQL-DataReader
    S senguptaamlan

    MARS (Multiple Active Result Set) can give you a quick solution in this respect (if you are using ADO.NET 2.0 and SQL Server 2005).

    C# database help tutorial question

  • excutable project
    S senguptaamlan

    At first I want to say that you do not need Visual Studio installed on the target machine to execute any .exe created with MS .NET, you just need the .NET framework installed in the target machine. Secondly, I really don't think its possible to build such assembly (.exe or .dll) from .NET, cause it actually breaks the fundamental concept of Microsoft .NET platform.

    C# csharp visual-studio question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups