MVC + monitoring
Hi everyoneI need a help with MVCas I implement a routine to record actions that User conductI have a table where it will be recorded actions
View ArticleGeneric singleton instance generator
Hi,I am looking for a class which can return singleton instance of the type that client specifies. I want to use "Lazy" keyword feature so that I don't need to make the method thread-safe.Current...
View Article.NET 4 with EventLog dumps entire log
My app has the following code to capture security event logsDim SecobjLog As EventLog = New EventLog("Security") AddHandler SecobjLog.EntryWritten, AddressOf SecurityLog_OnEntryWritten...
View ArticleMax Chars and Elements in String Array?
Is there a maximum number of elements permitted in a multidimensional string array?Is there a maximum number of chars permitted in a single element?
View ArticleODP.net provider for accessing multiple refcursors
while getting the 5 refcursor values, the dataset is empty with the tables of 5.Please help me if anyone know the reason. objConn.Open(); DataSet ds = new...
View ArticleCircular Buffer in .NET
Is there a collection in .NET that offers a circular buffer?If not is there a collection that I can extend that would offer this functionality?Thanks
View ArticlePermutations for an integer array
I have an integer array of length N, I need to get all the possible permutations of the elements in the array. for example: I have an array of N =3, ie., int[] array ={1, 2, 3}. Total no of ways 3!...
View Articlehow to create .ico file?
Hi, it seems with visual studio 2005, we can create .ico files as required.However, I do not know how to realize that.A very very simple question...Any help?
View ArticleMy ASP.NET Web Application does not always run with Oracle.ManagedDataaccess
Hello,Your help would be greatly appreciated as I am new in ASP.NET and I have no one to guide me what I should do with the problem.I have an ASP.NET Web Application which connects with the Oracle...
View Articlemarshal.releasecomobject(Object) not releasing Com Object ..
Hi,I'm using Marshal.ReleaseComObject(Object) method to release the Object ofExcel.Application but it fails to release the object properly. this problem is also recognized by Microsoft in this link...
View ArticleHow to filter outgoing HttpWebRequest requests from my application
HiI have a console application that sends https requests to multiple URIs. I was looking for a way to block requests to certain URIs/Method combination. For example, I don't want POST/DELETE calls to...
View ArticleLifetime of types used in generics instantiated using Type.MakeGenericType
Suppose I have a class A<T> {} in my main program, and B is a type that I define at runtime inside a collectible assembly.Initially, my program obtains the following references:1) System.Type of...
View Articlewhat is the use of scripting language (like python) in desktop application ?
I am developing desktop application and suddenly I saw, we can use scripting languages in desktop application, I don't know the purpose behind using scripting language in desktop application ? anyone...
View ArticleHow to pass values from AD FS 2.0 FormsSignIn.aspx to IdpInitiatedSignOn.aspx?
I am trying to pass the username from the FormsSignIn.aspx page to the IdpInitiatedSignOn.aspx page in ADFS 2.0. I am unable to access the Session in the FormsSignIn.aspx.cs page and have had no...
View ArticleWhat's a ASPNET user and how to disable this user by CMD ?
What's a ASPNET user and how to disable this user by CMD ? I found a user named ASPNET on my computer. For security reasons I need to disable this user. There are hundreds of computer in my...
View ArticleUsing RadioButton inside a DataRepeater with VirtualMode=True
Hi all!As I describe in the title, I am trying to dynamically bind data to a radiobutton control that is inside the ItemTemplate of the DataRepeater. I have set the VirtualMode to true.I have...
View ArticleMicrosoft.AspNet.Web.Optimization does not work event on just a basic default...
Hi, This is my first time try to use MV5 with bundle css and javascript. Early of MS windows updated, I got default site is working with css and javascript bundle is working, but now it is no longer,...
View ArticleConnected stanby in Win8.0 and Device.Location
We have several tablets with Windows 8.0. All tablets have a GPS module. How can I create an application for tablets which will get location from GPS every half of a minute and save it or send through...
View ArticleHow did Google get its name?
Is there some kind of history behind the name 'MSN' or was it just a random choice?www.30tak.ir
View Article