C#.Net developer
Several years of experience developing Asp.net web apps and Winform apps using .net technology
Fields of expertise:
- C#.Net
- Linq
- Entity Framework
- T-sql
- PL/Sql
- Javascript
- JQuery
- Unit testing
|
20h
|
|
awarded | Popular Question |
|
Apr
22 |
|
awarded | Popular Question |
|
Mar
8 |
|
awarded | Popular Question |
|
Feb
26 |
|
asked | EF 5 and DbContext.Database.Create doesn't add datetime2 in tables |
|
Feb
22 |
|
asked | Adding a custom t4 template to DDL Generation Template dropdownlist |
|
Feb
20 |
|
awarded | Popular Question |
|
Nov
27 |
|
comment |
Single Sign On WinForms apps and asp.net wep app Very thorough answer, Wiktor:) So there is no way of using WIF in Winforms without the WebBrowser control? The best way would perhaps be to refactor all Winform applications to use WCF services and let WIF do it's work from there? |
|
Nov
27 |
|
asked | Single Sign On WinForms apps and asp.net wep app |
|
Oct
10 |
|
awarded | Popular Question |
|
Oct
2 |
|
comment |
Deserializing a json string to C#.net classes using JsonConvert.DeserializeObject (v 4.0.8.14612) I logged on the team city build agent server and ran the tests using nunit ui. All tests passed. That is kind of strange.. Is the exception related to how Teamcity runs the tests some how? |
|
Oct
2 |
|
asked | Deserializing a json string to C#.net classes using JsonConvert.DeserializeObject (v 4.0.8.14612) |
|
Sep
10 |
|
awarded | Popular Question |
|
Sep
9 |
|
accepted | slimScroll.js and JQuery draggable |
|
Sep
7 |
|
answered | slimScroll.js and JQuery draggable |
|
Sep
6 |
|
asked | slimScroll.js and JQuery draggable |
|
Sep
6 |
|
accepted | Linq to Entities (EF 4.0) and group 2 unrelated tables into an aggregated object |
|
Sep
3 |
|
comment |
Linq to Entities (EF 4.0) and group 2 unrelated tables into an aggregated object I got the solution. The DocumentSplitMessages list in the DocumentWithDocumentSplitMessages class has to be IEnumerable<DocumentSplitMessages>. I had that as a List<The DocumentSplitMessages> to begin with. |
|
Aug
22 |
|
comment |
Linq to Entities (EF 4.0) and group 2 unrelated tables into an aggregated object Didn't work for me I'm afraid. Still getting the same exception. Could it be due to the reason that I'm using the IObjectSet interface instead of the ObjectSet class? (Documents and DocumentSplitMessages are IObjectSets) |
|
Aug
21 |
|
asked | Linq to Entities (EF 4.0) and group 2 unrelated tables into an aggregated object |
|
Aug
18 |
|
comment |
Jquery ui progress bar is not displayed in front of the other elements This didn't work for me I'm afraid. I can't tell whether it's the progress bar or if it's some other issues. But thanks for the suggestion any way! I implemented a load-data-by-scrolling function instead. So now I load x number of list items when the user have scrolled to the bottom of the page instead of loading all list items when the user loads the page. |