Mudu
|
Registered User
|
|
|
Oct 1 |
comment |
UpdatePanel.Update(), nothing seems to happen Well, I've thought about a method to render some client script that immediately posts back - instead of messing with client script on my own, not really pushing updates. :) |
|
Oct 1 |
asked | UpdatePanel.Update(), nothing seems to happen |
|
Sep 24 |
comment |
insert into #table Let me place an additional note about table variables here: They're stored in memory, but you cannot create non-clustered indices on them, so queries might sometimes be slower (of course, as usual in DB development, this depends considerably on the situation!). |
|
Sep 19 |
awarded | ● Yearling |
|
Aug 18 |
comment |
Type Conversion in Persisted Computed Column Thank you, works great. Query takes 4sec instead of half an hour now. :) |
|
Aug 18 |
comment |
Type Conversion in Persisted Computed Column Works well. Management Studio says Error validating the formula for column 'MyColumn'., but nevertheless saves the changes and it works. Strange... |
|
Aug 18 |
asked | Type Conversion in Persisted Computed Column |
|
Jul 15 |
answered | What is the execution sequence of Group By,Having and Where clause in SQL server? |
|
Jul 15 |
answered | ASP.NET Exception Handling/Logging |
|
Jul 14 |
asked | Generation of Email Validation Links |
|
Jul 10 |
answered | Linq to Entities - Sql “IN” clause |
|
Jul 2 |
comment |
Making a static ASP.NET site which has 100+ pages. I think you can do this using MVC and Routing: A single page is one record in your DB, thus the controller can pass the record (page content) to the view. This requires just one single view that accepts a page content object as a parameter. See "The List Action, View" in blogs.msdn.com/brada/archive/… for an example. |
|
Jul 2 |
answered | Making a static ASP.NET site which has 100+ pages. |
|
Jul 1 |
comment |
Can Dispose really free the memory if there are other objects pointing to it? I'd rather throw an ObjectDisposedException, but totally agree with the rest. msdn.microsoft.com/en-us/library/… |
|
Jun 30 |
comment |
Get Parameters Type and no. of parameters for a function in Visual Studio Editor (C#) +1 ... tiny little trick to noticeably improve daily work with the IDE. |
|
Jun 29 |
comment |
What’s the best .Net technical thing you’ve learned over the past 3 years? +1 Yeah, I'm working with the Design Patterns book too. I think this is the most important piece of my learning during the last few months. Didn't mention it because it's not .NET specific. |
|
Jun 29 |
comment |
What’s the best .Net technical thing you’ve learned over the past 3 years? Mostly LINQ to Objects, there was no similarly simple elegant way for selecting, filtering and processing in-memory data before. At the moment I'm working (and learning) on Entity Framework with LINQ to Entities which is cool too. |
|
Jun 29 |
answered | What’s the best .Net technical thing you’ve learned over the past 3 years? |
|
Jun 25 |
comment |
DataSet: Enumerator and FindById do not return equal DataRow Thank you! The type is string, but in fact there are GUIDs stored in the field. This is given, I cannot change. |
|
Jun 25 |
asked | DataSet: Enumerator and FindById do not return equal DataRow |
|
Jun 9 |
accepted | Inserting multiple rows in SQL |
|
Jun 9 |
answered | Inserting multiple rows in SQL |
|
Jun 9 |
awarded | ● Tumbleweed |
