SharePoint Newbie
|
Registered User
|
|
|
Nov 25 |
asked | Can someone explain this article about enforcing race safety in Scala. |
|
Nov 25 |
asked | Running NUnit Tests in parallell using NANT |
|
Nov 24 |
awarded | ● Popular Question |
|
Nov 23 |
answered | Linq Projection |
|
Nov 5 |
asked | IIS7 and clientCaching with ASP.Net MVC |
|
Nov 4 |
asked | Response Expires not interpreted correctly in IE. Is this fixed with IE 8? |
|
Nov 4 |
revised |
IE behaving weirdly. edited tags; edited title |
|
Nov 4 |
comment |
IE behaving weirdly. No happening with other browsers. Happening only on IE 7 and 8...but thats what our users use :( |
|
Nov 4 |
comment |
IE behaving weirdly. Yes, that exactly the problem. The pages where the diff is 0 all seem to work correctly. But some requests get the expires set in the future by 1 sec. Why? |
|
Nov 4 |
asked | IE behaving weirdly. |
|
Nov 1 |
revised |
How to add and bind a cs file to an ASCX/ASPX page that doesn’t alrady have one? added 238 characters in body |
|
Nov 1 |
answered | How to add and bind a cs file to an ASCX/ASPX page that doesn’t alrady have one? |
|
Nov 1 |
comment |
Does public variable scope is for all sessions, or each session has its variable copy? You can also tell ASP.Net Cache to use SQL as the backing store. You can subscribe to the appropriate event to know when your object is removed from cache. |
|
Nov 1 |
comment |
Does public variable scope is for all sessions, or each session has its variable copy? If you want the same value to be retained accross sessions: <br />1. Put it in some static/singleton. Putting it in the page is a bad idea. <br />2. Putting it in a singleton/static is bad as it would die with the process, so use the DB. |
|
Nov 1 |
comment |
Does public variable scope is for all sessions, or each session has its variable copy? Yes, if its static, it will hold the same value for the entire app lifecycle. But why would you want to declare static variables on a Page? |
|
Nov 1 |
answered | Does public variable scope is for all sessions, or each session has its variable copy? |
|
Nov 1 |
answered | Does anybody have experience with Visual Studio 2008 on Windows 7? |
|
Oct 27 |
asked | What status code does ASP.Net (MVC) set when there is a session timeout? |
|
Oct 23 |
revised |
Recommendation for setting maximum size limits on Transaction Log of ASPState database. edited title |
|
Oct 23 |
asked | Recommendation for setting maximum size limits on Transaction Log of ASPState database. |
|
Oct 23 |
awarded | ● Popular Question |
|
Oct 20 |
comment |
Write a method which accepts a lambda expression. But I am specifying the type myself. It is not being implicitly inferred, "(int a) => a;". Could you please explain, that lambda expressions have no type itself? |
|
Oct 20 |
comment |
Write a method which accepts a lambda expression. This too doesn't work. |
|
Oct 20 |
comment |
Write a method which accepts a lambda expression. I know that this works, I want to know why do the other signatures not work. |
|
Oct 20 |
comment |
Write a method which accepts a lambda expression. I know that this works, I want to know why do the other signatures not work. |
|
Oct 20 |
revised |
Write a method which accepts a lambda expression. added 160 characters in body; added 123 characters in body |
|
Oct 20 |
asked | Write a method which accepts a lambda expression. |
|
Oct 19 |
awarded | ● Popular Question |
|
Oct 18 |
asked | Why can’t new[] {AnonymousType, AnonymousType} be casted to IEnumerable? |
|
Oct 18 |
comment |
Get read/write properties of Anonymous Type. Also is it possible to know if a type is anonymous using reflection? |
|
Oct 18 |
comment |
Get read/write properties of Anonymous Type. Hi, "isn't always"? Could you elaborate on that a little bit. Also I was expecting a set method to be generated too. Is the compiler smart enough to generate a setter only if it is used? - Thanks. |
|
Oct 18 |
revised |
Get read/write properties of Anonymous Type. added 143 characters in body |
|
Oct 18 |
asked | Get read/write properties of Anonymous Type. |
|
Oct 15 |
asked | Support for multiple domains in Forms AUthentication. |
|
Oct 15 |
asked | How do I move the Transaction Log for a database using sqlcmd/command line? |
|
Sep 25 |
comment |
Free ASP.Net (MVC/WebForms) based CMS which has plugins built in for connecting to Orkut and Facebook It doesn't offer anything above umbraco and the restrictions on the free version are not practical for a community website. Thanks for the suggestion though. |
|
Sep 25 |
awarded | ● Yearling |
|
Sep 24 |
asked | Free ASP.Net (MVC/WebForms) based CMS which has plugins built in for connecting to Orkut and Facebook |
|
Sep 21 |
asked | Does the Enumerator of a Dictionary<TKey, TValue> return key value pairs in the order they were added? .Net |
|
Sep 9 |
awarded | ● Popular Question |
|
Aug 21 |
awarded | ● Popular Question |
|
Aug 18 |
awarded | ● Popular Question |
|
Aug 11 |
comment |
Mocking events with MOQ.Net "a" implements IRepository, which has methods for save, update, delete, etc. The save methods throws a RequestCreted event. |
|
Aug 11 |
comment |
Mocking events with MOQ.Net class RequestCreatedEventArgs : EventArgs <br /> { Request Request {get; set;} } <br /> public delegate void RequestCreatedEventHandler(RequestCreatedEventArgs e); |
|
Aug 10 |
awarded | ● Civic Duty |
|
Aug 2 |
asked | Mocking events with MOQ.Net |
|
Jul 31 |
comment |
Large ViewState value in ASP.NET It would depend on the objects in that page. |
|
Jul 23 |
awarded | ● Taxonomist |
|
Jul 22 |
comment |
Why BindingSource component cannot see inherited properties? Are you sure? It should bind without any issues. Have done this in the past. |
|
Jul 22 |
answered | Sharepoint. SPFile.OpenBinary() returns document with content type metadata |
