I am looking for some working examples of projects done with asp.net MVC. Apart from NerdDinner or MS tutorials, where can I find project samples that could ellaborate more broad implementation of...
I am a C#.Net developer with almost 6 years industry experience. I want to do a Silverlight/WPF/XAML based project just to get some real experience. I am ready to do it for very minimal price or...
I am developing a Restful WCF service that will be accessed by URL. Clinet sites might be built in php,java,.net ..anything. How to implement security for this kind of situation. Common solutions...
I am going to develop a aspx page which will be embeded inside iframes in many client websites.Worried that, if many clients reference this page at the same time, then the server might crash or...
UpdatePanel.Update should update the contents inside the panel like save commands for any text control, so if we come back to that page, we would find that the latest content on that text control is...
I need to execute Updatepanel.update and then response.redirect in the same button_click event. I find that page is redirected, but the content in the update panel is not saved.In many forums,...
I have to convert EPS image files to JPG. Normally if we do that , the dimension and DPI of the eps is not maintained in the jpg. So I have to retrieve the DPI or resolution value from the eps file. ...
Thanks to all of you for your input.I found out that url is still working with "\\\\", that is returned from the database. I just had to replace the last "\\" with a "/".Seriously .net should...
Does anyone have any good resource on implementing Workflows (WF) in asp.net websites?Book name or project samples or tutorials,anything would do.Thank you.
Where can I get example projects with WPF and Silverlight implemented:confused:? I am specially interested in projects that have data manipulating features like updating databases and querying data.
Thanks for replying,everyone. :thumb: zdavis, i could not find any videocast regarding patterns,maybe the names are not descriptive,cau you specify any url for videos?
Design patterns have come up as a great obstacle in my career as a c# programmer, the more I read about them, i become more confused.Please can anyone suggest me any site or any book where common...
I am trying to log sharepoint error and other events, using the global.asax file's aplication_error event.But it doesnt work sometimes, specially when working it list events and other sharepoint...
Maybe people are not talking about it here because they dont see anything about sharepoint in codeguru.they dont think that,they will get answers here.Everyone is looking around in the sharepoint...
I don't know whether anyone is working with sharepoint here.I am trying to develope a sharepoint based extranet.this website will be used by different companies.these companies have different colour...
Now a days thousends of developers are working with microsoft sharepoint.And there are thousends of issues regarding it.So i feel, that codeguru should introduce a section for Microsoft sharepoint in...
I am using web service to retrieve data from IBM as400 server and db2 database.Can I use .net fragment caching or any other caching effectively in this case? If anybody has any reference on this,...
its a pretty complecated thing i am doing.its a sharepoint 2007 site.i am developing a webpart through class library project.there i am creating labels at runtime.everything works, except the label...